This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new f4413a1d9 Exclude commons-codec coming from commons-compress
f4413a1d9 is described below
commit f4413a1d9e8896a34351d2e515f93be50c32d201
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Apr 14 11:08:31 2026 +0100
Exclude commons-codec coming from commons-compress
---
ws-security-stax/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/ws-security-stax/pom.xml b/ws-security-stax/pom.xml
index 5781e9885..b1ee9d5e1 100644
--- a/ws-security-stax/pom.xml
+++ b/ws-security-stax/pom.xml
@@ -77,6 +77,13 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<scope>test</scope>
+ <exclusions>
+ <!-- We want it from XML Sec instead -->
+ <exclusion>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>