You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/02/19 09:10:55 UTC

[3/3] tapestry-5 git commit: update wro4j-extensions, manually override coffee-script webjar with a newer version, exclude some unused transitive dependencies

update wro4j-extensions, manually override coffee-script webjar with a newer version, exclude some unused transitive dependencies


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

Branch: refs/heads/master
Commit: 411dad9b24ad3c710da35579b7f84b20ed5ec4c7
Parents: 854bf33
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Thu Feb 19 09:10:02 2015 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Thu Feb 19 09:10:02 2015 +0100

----------------------------------------------------------------------
 buildSrc/build.gradle | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/411dad9b/buildSrc/build.gradle
----------------------------------------------------------------------
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 8ff8725..9fa641d 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -6,6 +6,13 @@ repositories {
 
 
 dependencies {
-    compile "ro.isdc.wro4j:wro4j-extensions:1.7.4"
+    compile ("ro.isdc.wro4j:wro4j-extensions:1.7.7"){
+      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.9.0"
     gradleApi()
 }