aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-12-20 20:56:05 +0000
committerPJ Fanning <fanningpj@apache.org>2021-12-20 20:56:05 +0000
commitf3b51d41a43e4401f2dcf1f6400a021c9f6bfaf7 (patch)
treec38cbcea52281f73fece252ed4752d50124abed6 /poi-ooxml
parent5ed99abe8f740ab2fb6a94b669509b1ef59f5755 (diff)
downloadpoi-f3b51d41a43e4401f2dcf1f6400a021c9f6bfaf7.tar.gz
poi-f3b51d41a43e4401f2dcf1f6400a021c9f6bfaf7.zip
pdfbox dependency
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-rw-r--r--poi-ooxml/build.gradle6
1 files changed, 4 insertions, 2 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 3c225a8b18..f29c0f79ca 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -82,7 +82,8 @@ dependencies {
rendersignImplementation "org.bouncycastle:bcpkix-jdk15on:${bouncyCastleVersion}"
rendersignImplementation "org.bouncycastle:bcutil-jdk15on:${bouncyCastleVersion}"
- renderImplementation 'de.rototor.pdfbox:graphics2d:0.34'
+ renderImplementation "org.apache.pdfbox:pdfbox:${pdfboxVersion}"
+ renderImplementation "de.rototor.pdfbox:graphics2d:${graphics2dVersion}"
renderImplementation "org.apache.xmlgraphics:batik-svggen:${batikVersion}"
renderImplementation("org.apache.xmlgraphics:batik-svgrasterizer:${batikVersion}") {
exclude group: 'xalan', module: 'xalan'
@@ -103,7 +104,8 @@ dependencies {
}
}
- rendersignImplementation 'de.rototor.pdfbox:graphics2d:0.34'
+ rendersignImplementation "org.apache.pdfbox:pdfbox:${pdfboxVersion}"
+ rendersignImplementation "de.rototor.pdfbox:graphics2d:${graphics2dVersion}"
rendersignImplementation "org.apache.xmlgraphics:batik-svggen:${batikVersion}"
rendersignImplementation("org.apache.xmlgraphics:batik-svgrasterizer:${batikVersion}") {
exclude group: 'xalan', module: 'xalan'