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 --- utils/pom.xml | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/pom.xml b/utils/pom.xml index e40d8a63..5afbe058 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -30,9 +30,12 @@ org.glassfish.jaxb jaxb-runtime - 2.3.0-b170127.1453 + + + javax.xml.bind + jaxb-api - + sjsxp com.sun.xml.stream 1.0.2 @@ -42,6 +45,28 @@ commons-io commons-io 2.5 + + + + + com.sun.xml.bind + jaxb-impl + test + + + com.sun.xml.bind + jaxb-core + test + + + javax.xml.bind + jaxb-api + test + + + javax.activation + activation + test -- cgit v1.2.3