Skip to content

Commit

Permalink
chore: build.gradle 중복 의존성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
olivejua committed Aug 12, 2024
1 parent 9c6f235 commit 57b46e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ subprojects {
jar.enabled = true

dependencies {
testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

test {
Expand Down

0 comments on commit 57b46e6

Please sign in to comment.