mirror of https://github.com/apache/poi.git
Update to forbidden-apis 2.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830131 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
59b3f72a59
commit
75da28e75f
|
@ -212,8 +212,8 @@ under the License.
|
|||
<!-- license and api checks -->
|
||||
<property name="rat.jar" location="${main.lib}/apache-rat-0.12.jar"/>
|
||||
<property name="rat.url" value="${repository.m2}/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar"/>
|
||||
<property name="forbidden.jar" location="${main.lib}/forbiddenapis-2.3.jar"/>
|
||||
<property name="forbidden.url" value="${repository.m2}/maven2/de/thetaphi/forbiddenapis/2.3/forbiddenapis-2.3.jar"/>
|
||||
<property name="forbidden.jar" location="${main.lib}/forbiddenapis-2.5.jar"/>
|
||||
<property name="forbidden.url" value="${repository.m2}/maven2/de/thetaphi/forbiddenapis/2.5/forbiddenapis-2.5.jar"/>
|
||||
|
||||
<property name="maven.ooxml.xsds.version.id" value="1.4"/>
|
||||
|
||||
|
@ -594,6 +594,7 @@ under the License.
|
|||
<include name="forbiddenapis-1.*.jar"/>
|
||||
<include name="forbiddenapis-2.0.jar"/>
|
||||
<include name="forbiddenapis-2.1.jar"/>
|
||||
<include name="forbiddenapis-2.3.jar"/>
|
||||
<include name="apache-rat-0.11.jar"/>
|
||||
</fileset>
|
||||
<fileset dir="${ooxml.lib}">
|
||||
|
|
Loading…
Reference in New Issue