diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-02-23 21:59:56 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-02-23 21:59:56 +0000 |
commit | 6470765bbea16ed613bd0cee3158eb31c1d20e10 (patch) | |
tree | 2ab84819d310be25c49068e31050b7a6785c4f96 /build.xml | |
parent | 3c9f29a8c29cf0d9613df3dd791d00cae3c39709 (diff) | |
download | poi-6470765bbea16ed613bd0cee3158eb31c1d20e10.tar.gz poi-6470765bbea16ed613bd0cee3158eb31c1d20e10.zip |
add batik to forbidden-apis-check classpath
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886862 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2501,6 +2501,7 @@ under the License. <pathelement location="build/dist/maven/poi-tests/poi-${version.id}-tests.jar"/> <pathelement location="build/dist/maven/poi-examples/poi-examples-${version.id}.jar"/> <path path="${env.CLASSPATH}"/> + <path refid="batik.classpath"/> </path> <!-- forbiddenapis bundled signatures max supported version is 14 --> |