Skip to content

Commit 3d106eb

Browse files
committed
Upgrade to WebJars Locator 0.32
1 parent 3dad61f commit 3d106eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)