From 67828b1bd63a05b593f17b6ed1c84e6953865d55 Mon Sep 17 00:00:00 2001 From: emusic Date: Mon, 15 Jul 2019 14:54:48 +0200 Subject: adding replacements for deprecated modules in Java 9 and 11 --- pdf-as-cli/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdf-as-cli') 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.+' } -- cgit v1.2.3