Update build dependencies (Groovy, Pegdown)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2013-07-08 23:11:36 +00:00
parent 20a6de0241
commit 16639538c4
1 changed files with 4 additions and 4 deletions

View File

@ -2078,7 +2078,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
<!-- GROOVY scripting engine for ANT tasks -->
<target name="resolve-groovy" unless="groovy.loaded" depends="ivy-availability-check,ivy-configure">
<ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.0.4"
<ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.1.5"
inline="true" conf="default" type="jar" transitive="true" pathid="groovy.classpath"/>
<property name="groovy.loaded" value="true"/>
</target>
@ -2091,11 +2091,11 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
<property name="forbidden-apis.loaded" value="true"/>
</target>
<!-- PEGDOWN macro: Before using depend on the target "resolve-pegdown" -->
<!-- PEGDOWN macro: Before using depend on the target "resolve-pegdown,resolve-groovy" -->
<target name="resolve-pegdown" unless="pegdown.loaded" depends="ivy-availability-check,ivy-configure">
<ivy:cachepath organisation="org.pegdown" module="pegdown" revision="1.2.1"
inline="true" conf="default" type="jar" transitive="true" pathid="pegdown.classpath"/>
<ivy:cachepath organisation="org.pegdown" module="pegdown" revision="1.4.0"
inline="true" conf="default" transitive="true" pathid="pegdown.classpath"/>
<property name="pegdown.loaded" value="true"/>
</target>