From 498d896ef06397f5c4a17f511e8ef2e652778d51 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 1 Jul 2016 15:16:19 +0200 Subject: [PATCH] Upgrade to WebJars Locator 0.32 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5f388c5739..85b1d26062 100644 --- a/build.gradle +++ b/build.gradle @@ -856,8 +856,7 @@ project("spring-webmvc") { exclude group: "org.slf4j", module: "jcl-over-slf4j" exclude group: "org.springframework", module: "spring-web" } - optional('org.webjars:webjars-locator:0.30') - testCompile("org.mozilla:rhino:1.7.7.1") + optional('org.webjars:webjars-locator:0.32') testCompile("xmlunit:xmlunit:${xmlunitVersion}") testCompile("dom4j:dom4j:1.6.1") { exclude group: "xml-apis", module: "xml-apis" @@ -882,6 +881,7 @@ project("spring-webmvc") { testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}") testCompile("org.jruby:jruby:${jrubyVersion}") testCompile("org.python:jython-standalone:2.5.3") + testCompile("org.mozilla:rhino:1.7.7.1") testCompile("org.webjars:underscorejs:1.8.3") } }