LUCENE-8504: Update forbiddenapis to 2.6

This commit is contained in:
Uwe Schindler 2018-09-17 13:02:11 +02:00
parent 6fac57d9ad
commit 4940b3666e
2 changed files with 5 additions and 2 deletions

View File

@ -161,7 +161,10 @@ Optimizations
(Jim Ferenczi, Adrien Grand)
======================= Lucene 7.6.0 =======================
(No Changes)
Build
* LUCENE-8504: Upgrade forbiddenapis to version 2.6. (Uwe Schindler)
======================= Lucene 7.5.0 =======================

View File

@ -2404,7 +2404,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
<property name="forbidden-sysout-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="2.5"
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="2.6"
inline="true" conf="default" transitive="true" pathid="forbidden-apis.classpath"/>
<taskdef name="forbidden-apis" classname="de.thetaphi.forbiddenapis.ant.AntTask" classpathref="forbidden-apis.classpath"/>
<property name="forbidden-apis.loaded" value="true"/>