You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2021/02/23 21:59:57 UTC

svn commit: r1886862 - /poi/trunk/build.xml

Author: kiwiwings
Date: Tue Feb 23 21:59:56 2021
New Revision: 1886862

URL: http://svn.apache.org/viewvc?rev=1886862&view=rev
Log:
add batik to forbidden-apis-check classpath

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1886862&r1=1886861&r2=1886862&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Feb 23 21:59:56 2021
@@ -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 -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org