From d439ff1b13d8e7f6d515e365ff714879a003850a Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Thu, 27 Oct 2022 11:11:50 +0200 Subject: [PATCH] Fixes scm url --- pom.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 811ebe8..8c9d91c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ ${project.basedir}/distro - https://code-repo.d4science.org/gCubeSystem/ + https://code-repo.d4science.org/gCubeSystem @@ -84,7 +84,29 @@ 1.18.4 + + + javax.xml.bind + jaxb-api + 2.4.0-b180830.0359 + provided + + + + com.sun.xml.bind + jaxb-impl + 2.4.0-b180830.0438 + provided + + + + + org.glassfish.jaxb + jaxb-runtime + 2.4.0-b180830.0438 + provided +