From c57abb13de5d1bf0b81d5ea9cbe28038355842c7 Mon Sep 17 00:00:00 2001 From: Lewis John McGibbney Date: Wed, 7 Nov 2018 19:00:04 -0800 Subject: [PATCH 1/2] ANY23-419 Add J2EE depednencies such that service runs under JDK11 --- service/pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/service/pom.xml b/service/pom.xml index d21e4741a..cf2e11236 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -90,6 +90,33 @@ provided + + + javax.xml.bind + jaxb-api + 2.3.1 + + + com.sun.xml.bind + jaxb-core + 2.3.0.1 + + + com.sun.xml.bind + jaxb-impl + 2.3.1 + + + javax.activation + activation + 1.1.1 + + + javax.xml.ws + jaxws-api + 2.3.1 + + org.eclipse.jetty From b37d086217b960d5f4965006aa532eda3febba18 Mon Sep 17 00:00:00 2001 From: Lewis John McGibbney Date: Tue, 13 Nov 2018 21:42:42 -0800 Subject: [PATCH 2/2] ANY23-419 Add J2EE depednencies such that service runs under JDK11 --- service/pom.xml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/service/pom.xml b/service/pom.xml index cf2e11236..8432f4b9b 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -91,26 +91,6 @@ - - javax.xml.bind - jaxb-api - 2.3.1 - - - com.sun.xml.bind - jaxb-core - 2.3.0.1 - - - com.sun.xml.bind - jaxb-impl - 2.3.1 - - - javax.activation - activation - 1.1.1 - javax.xml.ws jaxws-api