Repository: tapestry-5
Updated Branches:
  refs/heads/master 5d9e9e36d -> 91af872e1


upgrade wro4j


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/d5e4c8fd
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/d5e4c8fd
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/d5e4c8fd

Branch: refs/heads/master
Commit: d5e4c8fd531fc02ed643c4daed5568977ce7a665
Parents: 5d9e9e3
Author: Jochen Kemnade <jochen.kemn...@eddyson.de>
Authored: Wed Jul 13 15:26:33 2016 +0200
Committer: Jochen Kemnade <jochen.kemn...@eddyson.de>
Committed: Wed Jul 13 15:26:33 2016 +0200

----------------------------------------------------------------------
 buildSrc/build.gradle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/d5e4c8fd/buildSrc/build.gradle
----------------------------------------------------------------------
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index f440e2b..33da1fc 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -6,13 +6,12 @@ repositories {
 
 
 dependencies {
-    compile ("ro.isdc.wro4j:wro4j-extensions:1.7.7"){
+    compile ("ro.isdc.wro4j:wro4j-extensions:1.8.0"){
       exclude group: 'org.jruby'
       exclude module: 'spring-web'
       exclude module: 'closure-compiler'
       exclude module: 'gmaven-runtime-1.7'
       exclude module: 'less4j'
     }
-    compile "org.webjars:coffee-script:1.10.0"
     gradleApi()
 }

Reply via email to