From 3ee635eddf716d970587dd248d328107ee592020 Mon Sep 17 00:00:00 2001 From: chenrui Date: Thu, 4 Jan 2024 20:25:20 +0800 Subject: [PATCH] =?UTF-8?q?fix=20issue=20for=20springboot3=20#5723:=20?= =?UTF-8?q?=E6=8C=87=E5=AE=9Ajaxb-runtime=E7=89=88=E6=9C=AC,=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=BF=AE=E6=94=B9=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 724ba787f..3505660ee 100644 --- a/pom.xml +++ b/pom.xml @@ -245,6 +245,13 @@ hibernate-re 3.6.1-beta + + + org.glassfish.jaxb + jaxb-runtime + 2.3.3 + +