From dfb3f3bb8df779b37eafa31cb77a3cf42f786cd7 Mon Sep 17 00:00:00 2001 From: Vlad Mihalcea Date: Tue, 26 Jul 2022 20:24:40 +0300 Subject: [PATCH] Spring Boot 3 throws NoClassDefFoundError - javax/xml/bind/annotation/XmlElement #459 --- hibernate-types-60/pom.xml | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/hibernate-types-60/pom.xml b/hibernate-types-60/pom.xml index 93d3c44e6..6e6228fc4 100644 --- a/hibernate-types-60/pom.xml +++ b/hibernate-types-60/pom.xml @@ -24,18 +24,10 @@ provided - - com.fasterxml.jackson.core - jackson-databind - ${jackson-databind.version} - provided - true - - com.fasterxml.jackson.module - jackson-module-jaxb-annotations - ${jackson-module-jaxb-annotation} + jackson-module-jakarta-xmlbind-annotations + ${jackson-module-jakarta-xmlbind-annotation} provided true @@ -82,9 +74,13 @@ javax.xml.bind jaxb-api - 2.3.0 - provided - true + ${jaxb-api.version} + + + + jakarta.xml.bind + jakarta.xml.bind-api + ${jakarta-bind.api.version} @@ -96,12 +92,13 @@ 42.3.3 8.0.28 - 2.12.6.1 - 2.12.6 + 2.13.3 31.1-jre 1.4.2 3.10.0 + 2.3.0 + 3.0.1