diff --git a/cms-test-commons/pom.xml b/cms-test-commons/pom.xml index 340eb5b..d410134 100644 --- a/cms-test-commons/pom.xml +++ b/cms-test-commons/pom.xml @@ -114,6 +114,30 @@ log4j-slf4j18-impl 2.13.3 + + + + + com.sun.xml.bind + jaxb-impl + + + + org.glassfish.jaxb + jaxb-runtime + + + + com.sun.xml.bind + jaxb-core + + + + javax.activation + activation + + + \ No newline at end of file diff --git a/geoportal-service/pom.xml b/geoportal-service/pom.xml index 65bd31b..3cbfabb 100644 --- a/geoportal-service/pom.xml +++ b/geoportal-service/pom.xml @@ -143,24 +143,6 @@ test - - com.sun.xml.bind - jaxb-impl - test - - - - com.sun.xml.bind - jaxb-core - test - - - - javax.activation - activation - test - - diff --git a/pom.xml b/pom.xml index 0aec16e..da4b9d2 100644 --- a/pom.xml +++ b/pom.xml @@ -207,13 +207,20 @@ javax.xml.bind jaxb-api - 2.3.0 + 2.4.0-b180830.0359 com.sun.xml.bind jaxb-impl - 2.3.0.1 + 2.4.0-b180830.0438 + + + + + org.glassfish.jaxb + jaxb-runtime + 2.4.0-b180830.0438 @@ -223,6 +230,14 @@ + + + com.sun.istack + istack-commons-runtime + 2.4 + + + javax.activation activation