Skip to content

Commit a2a2c07

Browse files
committed
refactor: build.gradle 수정
1 parent 968e020 commit a2a2c07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ dependencies {
3131
compileOnly 'org.projectlombok:lombok'
3232
annotationProcessor 'org.projectlombok:lombok'
3333
testImplementation 'org.springframework.boot:spring-boot-starter-test'
34-
testImplementation 'com.h2database:h2'
3534
testImplementation 'org.assertj:assertj-core'
36-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'}
35+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
36+
}
3737

3838

3939
tasks.named('test') {

0 commit comments

Comments
 (0)