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-web | |
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-web')
-rw-r--r-- | pdf-as-web/build.gradle | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index f714d621..f0fadfb3 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -56,9 +56,7 @@ dependencies { compile group: 'opensymphony', name: 'sitemesh', version: '2.4.2' compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' compile group: 'javax.xml.ws', name: 'jaxws-api', version: '2.3.1' - - 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' compile "commons-codec:commons-codec:1.9" compile 'org.apache.commons:commons-lang3:3.3.2' compile 'org.apache.cxf:cxf-rt-transports-http:3.0.1' |