From 4d888aa1bfb60d24670b0dceb42c067ae093169b Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Tue, 17 Jan 2023 16:54:51 +0100 Subject: [PATCH] Replace com.sun.xml.bind:jaxb-impl with org.glassfish.jaxb:jaxb-runtime closes #173 We want to be really close to the dependencies of Spring Boot 3.x. They are using glassfish as implementation of the jaxb api --- jollyday-jaxb/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jollyday-jaxb/pom.xml b/jollyday-jaxb/pom.xml index 2fb339abc..2cacc40a1 100644 --- a/jollyday-jaxb/pom.xml +++ b/jollyday-jaxb/pom.xml @@ -28,8 +28,8 @@ 4.0.0 - com.sun.xml.bind - jaxb-impl + org.glassfish.jaxb + jaxb-runtime 4.0.1 runtime