From 3bbcb54bef591d689be54ab6222c59e1cb3bcb99 Mon Sep 17 00:00:00 2001 From: bmvermeer Date: Fri, 3 Sep 2021 21:09:09 +0200 Subject: [PATCH] adding JaxB as dependency (this is not there by default after Java 8) --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index d0d8e4e9d2..f168999e16 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,24 @@ pom + + + 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 + + + MIT License