From 3d10ef61a2bb909d048696c9f0802bb515d2c1f0 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Wed, 4 Jan 2023 15:08:34 -0600 Subject: [PATCH] Migrate to Glassfish JAXB. Glassfish is the community-adopted implementation for JAXB, so Spring Web Services is changing coordinates to match. Resolves #1305. --- pom.xml | 1 + spring-ws-core/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cc4c4b99..94621311 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,7 @@ 6.0.0 3.0.0 4.0.0 + 4.0.1 1.1.6 2.0.6.1 11.0.12 diff --git a/spring-ws-core/pom.xml b/spring-ws-core/pom.xml index e22a4b03..dab71664 100644 --- a/spring-ws-core/pom.xml +++ b/spring-ws-core/pom.xml @@ -73,9 +73,9 @@ ${jakarta-xml-bind.version} - com.sun.xml.bind - jaxb-impl - ${jakarta-xml-bind.version} + org.glassfish.jaxb + jaxb-runtime + ${glassfish-xml-bind.version} runtime