dev@javaserverfaces.java.net

Groovy - codehaus dependency removal diff

From: Lenny Primak <lprimak_at_hope.nyc.ny.us>
Date: Tue, 9 Jun 2015 12:55:02 -0400

Index: common/ant/dependencies.xml
===================================================================
--- common/ant/dependencies.xml (revision 14800)
+++ common/ant/dependencies.xml (working copy)
@@ -528,7 +528,7 @@
                 <available file="${groovy.jar}" property="ignored"/>
             </not>
             <then>
- <get src="${codehaus.maven}/org/codehaus/groovy/groovy-all/${groovy.version}/groovy-all-${groovy.version}.jar"
+ <get src="${central.maven2}/org/codehaus/groovy/groovy-all/${groovy.version}/groovy-all-${groovy.version}.jar"
                      dest="${groovy.jar}"
                      usetimestamp="true"/>
             </then>