diff options
author | emusic <emina.music@egiz.gv.at> | 2019-07-15 14:54:48 +0200 |
---|---|---|
committer | emusic <emina.music@egiz.gv.at> | 2019-07-15 14:54:48 +0200 |
commit | 67828b1bd63a05b593f17b6ed1c84e6953865d55 (patch) | |
tree | e98ab15ec6344873efa2f49f0c838241ecc33d44 /pdf-as-common | |
parent | f0fc84748c7affb6d05ff24a8613025db925f76f (diff) | |
download | pdf-as-4-67828b1bd63a05b593f17b6ed1c84e6953865d55.tar.gz pdf-as-4-67828b1bd63a05b593f17b6ed1c84e6953865d55.tar.bz2 pdf-as-4-67828b1bd63a05b593f17b6ed1c84e6953865d55.zip |
adding replacements for deprecated modules in Java 9 and 11
Diffstat (limited to 'pdf-as-common')
-rw-r--r-- | pdf-as-common/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
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.+' |