File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ dependencies {
54
54
exclude group : " junit" , module : " junit"
55
55
}
56
56
testCompile(" org.junit.platform:junit-platform-testkit" )
57
- testCompile(" org.junit.jupiter:junit-jupiter-params" )
58
57
testCompile(" com.fasterxml.jackson.core:jackson-databind" )
59
58
testCompile(" com.thoughtworks.xstream:xstream" )
60
59
testCompile(" com.rometools:rome" )
@@ -65,7 +64,6 @@ dependencies {
65
64
testCompile(" org.apache.httpcomponents:httpclient" )
66
65
testCompile(" io.projectreactor.netty:reactor-netty" )
67
66
testCompile(" de.bechte.junit:junit-hierarchicalcontextrunner" )
68
- testRuntime(" org.junit.jupiter:junit-jupiter-engine" )
69
67
testRuntime(" org.junit.vintage:junit-vintage-engine" ) {
70
68
exclude group : " junit" , module : " junit"
71
69
}
You can’t perform that action at this time.
0 commit comments