dev@javaserverfaces.java.net

Re: Groovy - codehaus dependency removal diff

From: manfred riem <manfred.riem_at_oracle.com>
Date: Thu, 11 Jun 2015 10:35:23 -0500

Hi Lenny,

I have applied it.

Thanks!

Kind regards,
Manfred Riem

On 6/9/15, 11:55 AM, Lenny Primak wrote:
> 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>
>
>