This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 2_4_x-fixes in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
commit 672c20bd962106b165632fc7e83293814a1053a7 Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Tue Oct 10 14:15:21 2023 +0100 Excluding BouncyCastle from OpenSAML --- ws-security-common/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ws-security-common/pom.xml b/ws-security-common/pom.xml index 8841da7d0..e211da060 100644 --- a/ws-security-common/pom.xml +++ b/ws-security-common/pom.xml @@ -144,6 +144,10 @@ <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </exclusion> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + </exclusion> </exclusions> </dependency> <dependency>