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>