Skip to content

Commit

Permalink
try to get rid of batik fix
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921220 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Oct 9, 2024
1 parent cab6990 commit ad8b9f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions poi-ooxml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -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) {
Expand Down

0 comments on commit ad8b9f0

Please sign in to comment.