Remove unnecessary dependency declarations in spring-test

This commit is contained in:
Sam Brannen 2019-09-03 12:03:14 +02:00
parent bb03cdf5d0
commit 2c44eabe41
1 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ dependencies {
exclude group: "junit", module: "junit"
}
testCompile("org.junit.platform:junit-platform-testkit")
testCompile("org.junit.jupiter:junit-jupiter-params")
testCompile("com.fasterxml.jackson.core:jackson-databind")
testCompile("com.thoughtworks.xstream:xstream")
testCompile("com.rometools:rome")
@ -65,7 +64,6 @@ dependencies {
testCompile("org.apache.httpcomponents:httpclient")
testCompile("io.projectreactor.netty:reactor-netty")
testCompile("de.bechte.junit:junit-hierarchicalcontextrunner")
testRuntime("org.junit.jupiter:junit-jupiter-engine")
testRuntime("org.junit.vintage:junit-vintage-engine") {
exclude group: "junit", module: "junit"
}