aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-moa/build.gradle
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-moa/build.gradle
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-moa/build.gradle')
-rw-r--r--pdf-as-moa/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/pdf-as-moa/build.gradle b/pdf-as-moa/build.gradle
index 5fbb5088..5e9db4c0 100644
--- a/pdf-as-moa/build.gradle
+++ b/pdf-as-moa/build.gradle
@@ -53,8 +53,7 @@ dependencies {
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
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'}
task wsdl2Java() {
if (!wsdlDir.listFiles()) {