LUCENE-5540: Update forbidden-apis to 1.5

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-04-16 22:04:59 +00:00
parent 9857dcba2c
commit 99fea41839
1 changed files with 1 additions and 1 deletions

View File

@ -2206,7 +2206,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
<property name="forbidden-rue-excludes" value=""/>
<target name="-install-forbidden-apis" unless="forbidden-apis.loaded" depends="ivy-availability-check,ivy-configure">
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="1.4.1"
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="1.5"
inline="true" conf="default" transitive="true" pathid="forbidden-apis.classpath"/>
<taskdef name="forbidden-apis" classname="de.thetaphi.forbiddenapis.AntTask" classpathref="forbidden-apis.classpath"/>
<property name="forbidden-apis.loaded" value="true"/>