From 4ad7a9a54a61acab853fcf12e5c7acb42209a560 Mon Sep 17 00:00:00 2001 From: Igor Balos Date: Wed, 6 Nov 2019 12:07:33 +0100 Subject: [PATCH] fix support for java 11 --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index 8e1cc9a..a112fa7 100644 --- a/pom.xml +++ b/pom.xml @@ -119,6 +119,29 @@ 1.2.17 + + + + javax.xml.bind + jaxb-api + 2.3.0 + + + com.sun.xml.bind + jaxb-core + 2.3.0 + + + com.sun.xml.bind + jaxb-impl + 2.3.0 + + + javax.activation + activation + 1.1.1 + +