mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
try to get rid of batik fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921220 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cab699001e
commit
ad8b9f0b6d
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user