Browse Source

Remove unnecessary dependency declarations in spring-test

pull/23580/head
Sam Brannen 7 years ago
parent
commit
2c44eabe41
  1. 2
      spring-test/spring-test.gradle

2
spring-test/spring-test.gradle

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

Loading…
Cancel
Save