From c97cfed1615c461626143210fdc0730bdf10ea9b Mon Sep 17 00:00:00 2001 From: Aleksandr Kotlyar Date: Sun, 23 Feb 2020 12:55:20 +0300 Subject: [PATCH] Added jaxb-api, jaxb-core, jaxb-impl to resolve problem with maven execution java13 (Resolves #6) --- pom.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3153739..425df70 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ java-sitemap-checker java-sitemap-checker - 1.2-SNAPSHOT + 1.3-SNAPSHOT UTF-8 @@ -70,7 +70,23 @@ test - + + + javax.xml.bind + jaxb-api + 2.2.8 + + + com.sun.xml.bind + jaxb-core + 2.2.8-b01 + + + com.sun.xml.bind + jaxb-impl + 2.2.8-b01 + + \ No newline at end of file