From ed35a5e8e6edb213be2f56fe9d0c156bd175cdaf Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 24 Jan 2018 10:42:29 +0100 Subject: updates to use java compiler from Java 9 package --- pom.xml | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 54 insertions(+), 9 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ebf62ce1..05a290f1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,9 @@ http://joinup.ec.europa.eu/site/mocca/ UTF-8 + + 2.3.0 + 1.1.1 utils @@ -127,11 +130,14 @@ 1.0 - webstart-maven-plugin + - 1.0-alpha-2 + for pkcs11-sign, use patched webstart-maven-plugin + 1.0-beta-1-SNAPSHOT1.0-alpha-2 --> + org.codehaus.mojo + webstart-maven-plugin + 1.0-beta-7 maven-jar-plugin @@ -399,12 +405,17 @@ org.glassfish.jaxb jaxb-runtime - 2.3.0 + ${jaxb.version} - - org.glassfish.metro - webservices-rt - 2.3.1 + + javax.xml.bind + jaxb-api + ${jaxb.version} + + + javax.activation + activation + ${activation.version} @@ -463,6 +474,40 @@ jar compile + + + + org.glassfish.metro + webservices-rt + 2.3.1 + test + + + javax.activation + activation + ${activation.version} + test + + + com.sun.xml.bind + jaxb-impl + ${jaxb.version} + test + + + com.sun.xml.bind + jaxb-core + ${jaxb.version} + test + + + javax.xml.bind + jaxb-api + ${jaxb.version} + test + + + -- cgit v1.2.3