From 1966324c9b2305068ae1d9a8cf4a8228825dde0f Mon Sep 17 00:00:00 2001 From: Artem Yermakov Date: Fri, 22 Mar 2019 14:45:29 +0300 Subject: [PATCH] Fix JAXB dependencies to make it work in Java 11 #14 --- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f237bea..69498c9 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ true true 1.7 + 2.3.0 @@ -83,6 +84,22 @@ 4.12 test + + javax.xml.bind + jaxb-api + ${jaxb-api.version} + + + org.glassfish.jaxb + jaxb-runtime + ${jaxb-api.version} + + + + javax.activation + javax.activation-api + 1.2.0 + @@ -91,7 +108,7 @@ org.jvnet.jaxb2.maven2 maven-jaxb2-plugin - 0.12.3 + 0.14.0 generate-sources