Skip to content

Commit

Permalink
remove external xerces impl in order to use the one from jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
GordeaS authored and GordeaS committed Jun 11, 2024
1 parent 76f4f0c commit dd85dac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions annotation-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- dependencies for switching to JDK 11 -->
Expand Down

0 comments on commit dd85dac

Please sign in to comment.