fix issue for springboot3 #5723: 指定jaxb-runtime版本,添加修改记录
pull/5782/head
JEECG 2024-01-04 21:41:11 +08:00 committed by GitHub
commit ca9a433f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -246,6 +246,13 @@
<artifactId>hibernate-re</artifactId>
<version>3.6.1-beta</version>
</dependency>
<!-- update-begin-author:chenrui -date:20240104 for[issue/5723]指定jaxb-runtime版本 -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.3</version>
</dependency>
<!-- update-end-author:chenrui -date:20240104 for[issue/5723]指定jaxb-runtime版本 -->
<!--mongon db-->
<dependency>