mirror of https://github.com/apache/lucene.git
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:
parent
20a6de0241
commit
16639538c4
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue