diff options
author | Emina Ahmetovic <emina.ahmetovic@egiz.gv.at> | 2020-11-04 13:24:28 +0100 |
---|---|---|
committer | Emina Ahmetovic <emina.ahmetovic@egiz.gv.at> | 2020-11-04 13:24:28 +0100 |
commit | c5154b92e70870ccd5c6e87f452ad1705a9496b8 (patch) | |
tree | bd8847778fe1c8c08e1abb00a465a5226c992b91 /pdf-as-common/build.gradle | |
parent | 17ca0eee124f6aed0837a938b3bfd4ca60fe5d0e (diff) | |
download | pdf-as-4-c5154b92e70870ccd5c6e87f452ad1705a9496b8.tar.gz pdf-as-4-c5154b92e70870ccd5c6e87f452ad1705a9496b8.tar.bz2 pdf-as-4-c5154b92e70870ccd5c6e87f452ad1705a9496b8.zip |
change version for jaxb-runtime
Diffstat (limited to 'pdf-as-common/build.gradle')
-rw-r--r-- | pdf-as-common/build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle index 88951b38..e1a5fdfc 100644 --- a/pdf-as-common/build.gradle +++ b/pdf-as-common/build.gradle @@ -26,8 +26,7 @@ dependencies { compile group: 'ognl', name: 'ognl', version: '3.0.6' compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' compile 'commons-codec:commons-codec:1.10' - compile group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.4.0-b180830.0438' - + compile group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.3' testCompile group: 'junit', name: 'junit', version: '4.+' } |