]> source.dussan.org Git - poi.git/commitdiff
try to get rid of batik fix
authorPJ Fanning <fanningpj@apache.org>
Wed, 9 Oct 2024 20:02:56 +0000 (20:02 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 9 Oct 2024 20:02:56 +0000 (20:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921220 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/build.gradle

index a09fecceffde7ae1c6e9d53ddbc79fbd689e7902..0f785b1acad0caee291c1f39d629b32efcab6c0d 100644 (file)
@@ -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) {