From 84fa74a641dbe271f5f45c4caf11c10c9e98c897 Mon Sep 17 00:00:00 2001 From: HARPER Jon Date: Wed, 4 Oct 2023 09:33:13 +0200 Subject: [PATCH] Use org.glassfish.jaxb:jaxb-runtime instead of old com.sun.xml.bind:jaxb-impl maven coordinates Signed-off-by: HARPER Jon --- glsk/glsk-document-cse/pom.xml | 5 ++--- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/glsk/glsk-document-cse/pom.xml b/glsk/glsk-document-cse/pom.xml index c0513e77..8c924c36 100644 --- a/glsk/glsk-document-cse/pom.xml +++ b/glsk/glsk-document-cse/pom.xml @@ -79,9 +79,8 @@ jakarta.xml.bind-api - com.sun.xml.bind - jaxb-impl - runtime + org.glassfish.jaxb + jaxb-runtime diff --git a/pom.xml b/pom.xml index 199f1714..5421679e 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 1.9.0 3.1.0 4.0.0 - 4.0.0 + 4.0.0 @@ -182,9 +182,9 @@ ${jakarta.xml.bind.version} - com.sun.xml.bind - jaxb-impl - ${jaxb.impl.version} + org.glassfish.jaxb + jaxb-runtime + ${jaxb.runtime.version} runtime