Author: centic
Date: Wed Dec  6 20:49:10 2023
New Revision: 1914411

URL: http://svn.apache.org/viewvc?rev=1914411&view=rev
Log:
Add new dependency pdfbox-io to Ant build

Otherwise CI job "old-xerces" fails.

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1914411&r1=1914410&r2=1914411&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Wed Dec  6 20:49:10 2023
@@ -326,6 +326,7 @@ under the License.
     <dependency prefix="svg.batik-util" 
artifact="org.apache.xmlgraphics:batik-util:1.17" usage="ooxml-batik"/>
     <dependency prefix="svg.batik-xml" 
artifact="org.apache.xmlgraphics:batik-xml:1.17" usage="ooxml-batik"/>
     <dependency prefix="pdf.pdfbox" artifact="org.apache.pdfbox:pdfbox:3.0.1" 
usage="ooxml-provided"/>
+    <dependency prefix="pdf.pdfbox.io" 
artifact="org.apache.pdfbox:pdfbox-io:3.0.1" usage="ooxml-provided"/>
     <dependency prefix="pdf.fontbox" 
artifact="org.apache.pdfbox:fontbox:3.0.1" usage="ooxml-provided"/>
     <dependency prefix="pdf.graphics2d" 
artifact="de.rototor.pdfbox:graphics2d:3.0.1" usage="ooxml-provided"/>
 
@@ -514,6 +515,7 @@ under the License.
 
     <path id="pdfbox.classpath">
         <pathelement location="${pdf.pdfbox.jar}"/>
+        <pathelement location="${pdf.pdfbox.io.jar}"/>
         <pathelement location="${pdf.fontbox.jar}"/>
         <pathelement location="${pdf.graphics2d.jar}"/>
     </path>
@@ -870,6 +872,7 @@ under the License.
                     <available file="${svg.batik-xml.jar}"/>
                     <available file="${svg.xmlgraphics-commons.jar}"/>
                     <available file="${pdf.pdfbox.jar}"/>
+                    <available file="${pdf.pdfbox.io.jar}"/>
                     <available file="${pdf.fontbox.jar}"/>
                     <available file="${pdf.graphics2d.jar}"/>
                 </and>
@@ -911,6 +914,7 @@ under the License.
         <downloadfile src="${svg.xml-apis-ext.url}" 
dest="${svg.xml-apis-ext.jar}"/>
         <downloadfile src="${svg.xmlgraphics-commons.url}" 
dest="${svg.xmlgraphics-commons.jar}"/>
         <downloadfile src="${pdf.pdfbox.url}" dest="${pdf.pdfbox.jar}"/>
+        <downloadfile src="${pdf.pdfbox.io.url}" dest="${pdf.pdfbox.io.jar}"/>
         <downloadfile src="${pdf.fontbox.url}" dest="${pdf.fontbox.jar}"/>
         <downloadfile src="${pdf.graphics2d.url}" 
dest="${pdf.graphics2d.jar}"/>
     </target>
@@ -2734,6 +2738,7 @@ under the License.
             <auxClasspath path="${svg.xml-apis-ext.jar}"/>
             <auxClasspath path="${svg.xmlgraphics-commons.jar}"/>
             <auxClasspath path="${pdf.pdfbox.jar}"/>
+            <auxClasspath path="${pdf.pdfbox.io.jar}"/>
             <auxClasspath path="${pdf.fontbox.jar}"/>
             <auxClasspath path="${pdf.graphics2d.jar}"/>
             <sourcePath path="poi/src/main/java" />



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to