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") {
855855 exclude group : " org.slf4j" , module : " jcl-over-slf4j"
856856 exclude group : " org.springframework" , module : " spring-web"
857857 }
858- optional(' org.webjars:webjars-locator:0.30 ' )
858+ optional(' org.webjars:webjars-locator:0.32 ' )
859859 testCompile(project(" :spring-aop" ))
860- testCompile(" org.mozilla:rhino:1.7.7.1" )
861860 testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
862861 testCompile(" dom4j:dom4j:1.6.1" ) {
863862 exclude group : " xml-apis" , module : " xml-apis"
@@ -882,6 +881,7 @@ project("spring-webmvc") {
882881 testCompile(" org.slf4j:slf4j-jcl:${ slf4jVersion} " )
883882 testCompile(" org.jruby:jruby:${ jrubyVersion} " )
884883 testCompile(" org.python:jython-standalone:2.5.3" )
884+ testCompile(" org.mozilla:rhino:1.7.7.1" )
885885 testCompile(" org.webjars:underscorejs:1.8.3" )
886886 }
887887}
You can’t perform that action at this time.
0 commit comments