Skip to content

Commit

Permalink
Merge pull request #271 from /issues/270-jboss-deployment
Browse files Browse the repository at this point in the history
Fix #270: Wrong bouncycastle version in jboss deployment
  • Loading branch information
banterCZ authored Oct 4, 2023
2 parents 63ffe36 + 9ea92cf commit c7ae7f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<resources>
<!-- use WAR provided Bouncy Castle -->
<resource-root path="WEB-INF/lib/bcprov-jdk15on-1.70.jar" use-physical-code-source="true"/>
<resource-root path="WEB-INF/lib/bcprov-jdk18on-1.76.jar" use-physical-code-source="true"/>
</resources>

<local-last value="true"/>
Expand Down

0 comments on commit c7ae7f0

Please sign in to comment.