Skip to content

Commit 2c44eab

Browse files
committed
Remove unnecessary dependency declarations in spring-test
1 parent bb03cdf commit 2c44eab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-test/spring-test.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ dependencies {
5454
exclude group: "junit", module: "junit"
5555
}
5656
testCompile("org.junit.platform:junit-platform-testkit")
57-
testCompile("org.junit.jupiter:junit-jupiter-params")
5857
testCompile("com.fasterxml.jackson.core:jackson-databind")
5958
testCompile("com.thoughtworks.xstream:xstream")
6059
testCompile("com.rometools:rome")
@@ -65,7 +64,6 @@ dependencies {
6564
testCompile("org.apache.httpcomponents:httpclient")
6665
testCompile("io.projectreactor.netty:reactor-netty")
6766
testCompile("de.bechte.junit:junit-hierarchicalcontextrunner")
68-
testRuntime("org.junit.jupiter:junit-jupiter-engine")
6967
testRuntime("org.junit.vintage:junit-vintage-engine") {
7068
exclude group: "junit", module: "junit"
7169
}

0 commit comments

Comments
 (0)