Upgrade to forbidden-apis 1.3 (now with support for Java 8)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476769 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2013-04-28 13:57:52 +00:00
parent b242be2680
commit 6d15a5c911
2 changed files with 2 additions and 2 deletions

View File

@ -487,7 +487,7 @@
<plugin>
<groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId>
<version>1.2</version>
<version>1.3</version>
<configuration>
<!--
This is the default setting, we don't support Java 8 at the moment.

View File

@ -1982,7 +1982,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
<!-- Forbidden API Task -->
<target name="install-forbidden-apis" unless="forbidden-apis.loaded" depends="ivy-availability-check,ivy-configure">
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="1.2"
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="1.3"
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"/>