Skip to content

Commit

Permalink
Update Bouncy Castle exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Nov 14, 2024
1 parent 0a8fcfa commit 5a3606b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@
<exclude>org.apache.tomcat.embed:*:*:*:compile</exclude>
<exclude>org.bouncycastle:bcpkix-jdk15on:*:*:compile</exclude>
<exclude>org.bouncycastle:bcprov-jdk15on:*:*:compile</exclude>
<exclude>org.bouncycastle:bcpkix-jdk15on18:*:*:compile</exclude>
<exclude>org.bouncycastle:bcprov-jdk15on18:*:*:compile</exclude>
<!-- Force switching to Jakarta EE -->
<exclude>javax.*</exclude>
<!-- already on application server or servlet container -->
Expand Down

0 comments on commit 5a3606b

Please sign in to comment.