aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib
diff options
context:
space:
mode:
authorEmina Ahmetovic <emina.ahmetovic@egiz.gv.at>2020-11-04 13:24:28 +0100
committerEmina Ahmetovic <emina.ahmetovic@egiz.gv.at>2020-11-04 13:24:28 +0100
commitc5154b92e70870ccd5c6e87f452ad1705a9496b8 (patch)
treebd8847778fe1c8c08e1abb00a465a5226c992b91 /pdf-as-lib
parent17ca0eee124f6aed0837a938b3bfd4ca60fe5d0e (diff)
downloadpdf-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-lib')
-rw-r--r--pdf-as-lib/build.gradle5
1 files changed, 1 insertions, 4 deletions
diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle
index 35f82172..1ddc1f9a 100644
--- a/pdf-as-lib/build.gradle
+++ b/pdf-as-lib/build.gradle
@@ -64,9 +64,7 @@ dependencies {
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.0'
compile group: 'commons-io', name: 'commons-io', version: '2.6'
-
- 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 'org.apache.commons:commons-collections4:4.4'
compile group: 'ognl', name: 'ognl', version: '3.0.8'
compile files('libs/iaik_eccelerate_cms.jar')
@@ -82,7 +80,6 @@ dependencies {
ws group: 'org.apache.cxf', name: 'cxf-tools', version: cxfVersion
ws group: 'org.apache.cxf', name: 'cxf-tools-wsdlto-databinding-jaxb', version: cxfVersion
ws group: 'org.apache.cxf', name: 'cxf-tools-wsdlto-frontend-jaxws', version: cxfVersion
-
}
task wsdl2Java() {