This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch coheigea/jackson2
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit b4b1a04960dd34461522a61a25e39a1dcfa4d816
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri May 8 09:32:16 2026 +0100

    Removing Jackson2 jars coming from WSS4J
---
 rt/rs/security/xml/pom.xml        | 10 ++++++++++
 rt/security-saml/pom.xml          |  8 ++++++++
 rt/ws/security/pom.xml            | 10 +++++++++-
 services/xkms/xkms-common/pom.xml | 10 ++++++++++
 4 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/rt/rs/security/xml/pom.xml b/rt/rs/security/xml/pom.xml
index b69a69b6ed2..61721b3c133 100644
--- a/rt/rs/security/xml/pom.xml
+++ b/rt/rs/security/xml/pom.xml
@@ -60,6 +60,16 @@
         <dependency>
             <groupId>org.apache.wss4j</groupId>
             <artifactId>wss4j-ws-security-dom</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.datatype</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
 </project>
diff --git a/rt/security-saml/pom.xml b/rt/security-saml/pom.xml
index 6576f2856cb..29431581360 100644
--- a/rt/security-saml/pom.xml
+++ b/rt/security-saml/pom.xml
@@ -50,6 +50,14 @@
                     <groupId>org.bouncycastle</groupId>
                     <artifactId>*</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.datatype</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
             </exclusions> 
         </dependency>
         <dependency>
diff --git a/rt/ws/security/pom.xml b/rt/ws/security/pom.xml
index c9623480e8b..66bb88f5ea6 100644
--- a/rt/ws/security/pom.xml
+++ b/rt/ws/security/pom.xml
@@ -147,7 +147,15 @@
                 <exclusion>
                     <groupId>org.bouncycastle</groupId>
                     <artifactId>*</artifactId>
-                 </exclusion>
+                </exclusion>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.datatype</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/services/xkms/xkms-common/pom.xml 
b/services/xkms/xkms-common/pom.xml
index 8aa8ec72726..defa84e60e4 100644
--- a/services/xkms/xkms-common/pom.xml
+++ b/services/xkms/xkms-common/pom.xml
@@ -57,6 +57,16 @@
         <dependency>
             <groupId>org.apache.wss4j</groupId>
             <artifactId>wss4j-ws-security-dom</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>com.fasterxml.jackson.datatype</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
     <build>

Reply via email to