aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-cli
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-cli')
-rw-r--r--pdf-as-cli/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-cli/build.gradle b/pdf-as-cli/build.gradle
index 9fc614fd..fcde3b78 100644
--- a/pdf-as-cli/build.gradle
+++ b/pdf-as-cli/build.gradle
@@ -40,8 +40,8 @@ dependencies {
pdfBox2Compile project (':pdf-as-pdfbox-2')
compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
compile group: 'commons-cli', name: 'commons-cli', version: '1.2'
+ compile group: 'javax.activation', name: 'activation', version: '1.1.1'
compile 'ch.qos.logback:logback-classic:1.1.2'
-
testCompile group: 'junit', name: 'junit', version: '4.+'
}