Skip to content

Commit

Permalink
add exclusion of jaxb-api #1028
Browse files Browse the repository at this point in the history
  • Loading branch information
btkobayashirun committed Dec 14, 2020
1 parent 2dd06dd commit 4132892
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<artifactId>hibernate-core</artifactId>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 4132892

Please sign in to comment.