Skip to content

Commit fbe6970

Browse files
committed
Remove duplicate junit-bom configuration from spring-test.gradle
The junit-bom is already configured in build.gradle via "allprojects".
1 parent 0f77351 commit fbe6970

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-test/spring-test.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ description = "Spring TestContext Framework"
22

33
dependencyManagement {
44
imports {
5-
mavenBom "org.junit:junit-bom:${junit5Version}"
65
mavenBom "io.projectreactor:reactor-bom:${reactorVersion}"
76
mavenBom "io.netty:netty-bom:${nettyVersion}"
87
}

0 commit comments

Comments
 (0)