This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 3bdbc420f6 Excluding bouncycastle from WSS4J common (#2692)
3bdbc420f6 is described below
commit 3bdbc420f641131a6786f9e17e1e232ed64d33c0
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Oct 28 13:52:37 2025 +0000
Excluding bouncycastle from WSS4J common (#2692)
---
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>