From 2c44eabe41ca6c396b4550a67ad487a6556f31c3 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 3 Sep 2019 12:03:14 +0200 Subject: [PATCH] Remove unnecessary dependency declarations in spring-test --- spring-test/spring-test.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index ab5bce5e754..eecb34b843a 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -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" }