File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -794,9 +794,10 @@ project("spring-webmvc") {
794
794
testCompile(" commons-io:commons-io:1.3" )
795
795
testCompile(" joda-time:joda-time:${ jodaVersion} " )
796
796
testCompile(" org.slf4j:slf4j-jcl:${ slf4jVersion} " )
797
- testCompile(" org.python:jython-standalone:2.5.3" )
798
797
testCompile(" org.mozilla:rhino:1.7.7.1" )
799
- testCompile(" org.webjars:underscorejs:1.8.3" )
798
+ testRuntime(" org.jruby:jruby:9.1.2.0" )
799
+ testRuntime(" org.python:jython-standalone:2.5.3" )
800
+ testRuntime(" org.webjars:underscorejs:1.8.3" )
800
801
}
801
802
}
802
803
@@ -901,7 +902,6 @@ project("spring-test") {
901
902
testCompile(" org.apache.httpcomponents:httpclient:${ httpclientVersion} " )
902
903
testCompile(" javax.cache:cache-api:1.0.0" )
903
904
testRuntime(" org.junit.jupiter:junit-jupiter-engine:${ junitJupiterVersion} " )
904
-
905
905
testRuntime(" org.ehcache:ehcache:${ ehcache3Version} " )
906
906
testRuntime(" org.terracotta:management-model:2.0.0" )
907
907
}
You can’t perform that action at this time.
0 commit comments