aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 97ee04ad47..47aa68d6b3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -293,6 +293,10 @@ project('ooxml') {
compile 'xml-apis:xml-apis-ext:1.3.04'
compile 'org.apache.xmlgraphics:xmlgraphics-commons:2.4'
+ compile 'org.apache.pdfbox:pdfbox:2.0.19'
+ compile 'org.apache.pdfbox:fontbox:2.0.19'
+ compile 'de.rototor.pdfbox:graphics2d:0.27'
+
// for ooxml-lite, should we move this somewhere else?
compile "junit:junit:${junitVersion}"