This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch coheigea/exclude-bouncycastle in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 5e4932fe8a57625ac5f062891870111f45f966db Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Tue Oct 28 11:04:41 2025 +0000 Excluding bouncycastle from WSS4J common --- rt/ws/security/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rt/ws/security/pom.xml b/rt/ws/security/pom.xml index 90717f24f2..e769ca7f84 100644 --- a/rt/ws/security/pom.xml +++ b/rt/ws/security/pom.xml @@ -143,6 +143,12 @@ <dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-common</artifactId> + <exclusions> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId>
