File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -855,9 +855,8 @@ project("spring-webmvc") {
855
855
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
856
856
exclude group : " org.springframework" , module : " spring-web"
857
857
}
858
- optional(' org.webjars:webjars-locator:0.30 ' )
858
+ optional(' org.webjars:webjars-locator:0.32 ' )
859
859
testCompile(project(" :spring-aop" ))
860
- testCompile(" org.mozilla:rhino:1.7.7.1" )
861
860
testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
862
861
testCompile(" dom4j:dom4j:1.6.1" ) {
863
862
exclude group : " xml-apis" , module : " xml-apis"
@@ -882,6 +881,7 @@ project("spring-webmvc") {
882
881
testCompile(" org.slf4j:slf4j-jcl:${ slf4jVersion} " )
883
882
testCompile(" org.jruby:jruby:${ jrubyVersion} " )
884
883
testCompile(" org.python:jython-standalone:2.5.3" )
884
+ testCompile(" org.mozilla:rhino:1.7.7.1" )
885
885
testCompile(" org.webjars:underscorejs:1.8.3" )
886
886
}
887
887
}
You can’t perform that action at this time.
0 commit comments