From fbe697061cd53e6c5cdb81a8aba019c26ae930e4 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 21 Jul 2019 20:40:53 +0200 Subject: [PATCH] Remove duplicate junit-bom configuration from spring-test.gradle The junit-bom is already configured in build.gradle via "allprojects". --- spring-test/spring-test.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index d5ecdc7add..8a948a94a6 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -2,7 +2,6 @@ description = "Spring TestContext Framework" dependencyManagement { imports { - mavenBom "org.junit:junit-bom:${junit5Version}" mavenBom "io.projectreactor:reactor-bom:${reactorVersion}" mavenBom "io.netty:netty-bom:${nettyVersion}" }