Author: fanningpj
Date: Wed Oct  9 20:02:56 2024
New Revision: 1921220

URL: http://svn.apache.org/viewvc?rev=1921220&view=rev
Log:
try to get rid of batik fix

Modified:
    poi/trunk/poi-ooxml/build.gradle

Modified: poi/trunk/poi-ooxml/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/build.gradle?rev=1921220&r1=1921219&r2=1921220&view=diff
==============================================================================
--- poi/trunk/poi-ooxml/build.gradle (original)
+++ poi/trunk/poi-ooxml/build.gradle Wed Oct  9 20:02:56 2024
@@ -89,6 +89,10 @@ dependencies {
         exclude group: 'xalan', module: 'xalan'
         exclude group: 'xml-apis', module: 'xml-apis'
     }
+    
renderImplementation("org.apache.xmlgraphics:batik-script:${batikVersion}") {
+        exclude group: 'xalan', module: 'xalan'
+        exclude group: 'xml-apis', module: 'xml-apis'
+    }
 
     rendersignImplementation "org.apache.pdfbox:pdfbox:${pdfboxVersion}"
     rendersignImplementation 
"de.rototor.pdfbox:graphics2d:${graphics2dVersion}"
@@ -105,6 +109,10 @@ dependencies {
         exclude group: 'xalan', module: 'xalan'
         exclude group: 'xml-apis', module: 'xml-apis'
     }
+    
rendersignImplementation("org.apache.xmlgraphics:batik-script:${batikVersion}") 
{
+        exclude group: 'xalan', module: 'xalan'
+        exclude group: 'xml-apis', module: 'xml-apis'
+    }
 
 
     if (!NO_SCRATCHPAD) {



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

Reply via email to