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-common/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'pdf-as-common') diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle index 0190c859..b466fbcd 100644 --- a/pdf-as-common/build.gradle +++ b/pdf-as-common/build.gradle @@ -24,6 +24,7 @@ dependencies { compile group: 'commons-collections', name: 'commons-collections', version: '3.2' compile group: 'commons-io', name: 'commons-io', version: '2.4' compile group: 'ognl', name: 'ognl', version: '3.0.6' + compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.1' compile 'commons-codec:commons-codec:1.10' testCompile group: 'junit', name: 'junit', version: '4.+' -- cgit v1.2.3