diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-11-03 00:22:10 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-11-03 00:22:10 +0000 |
commit | 150fb90cc2320b1e879038c199eedcc1c4ca4376 (patch) | |
tree | 67a0a4e464731163fbbd254981cb78e598b5192b /sonar | |
parent | b20318b58cc4a1a5c7a342915c32cd493233ea0f (diff) | |
download | poi-150fb90cc2320b1e879038c199eedcc1c4ca4376.tar.gz poi-150fb90cc2320b1e879038c199eedcc1c4ca4376.zip |
#64867 - Provide PDF rendering with PPTX2PNG
add dependencies to gradle and maven builds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/ooxml/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index dd908ed814..36bddf0d32 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -189,5 +189,12 @@ <artifactId>batik-all</artifactId> <version>1.13</version> </dependency> + + <dependency> + <!-- don't add it to the distribution --> + <groupId>de.rototor.pdfbox</groupId> + <artifactId>graphics2d</artifactId> + <version>0.27</version> + </dependency> </dependencies> </project> |