Skip to content

Commit

Permalink
Merge pull request #5765 from hoperunChen/springboot3-fix-#5723
Browse files Browse the repository at this point in the history
fix issue for springboot3 #5723: 指定jaxb-runtime版本,添加修改记录
  • Loading branch information
zhangdaiscott committed Jan 4, 2024
2 parents 2be6052 + 3ee635e commit ca9a433
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ca9a433

Please sign in to comment.