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 8433b2bbf6 Updating to WSS4J 3.0.3 (#1711)
8433b2bbf6 is described below

commit 8433b2bbf6eedc177aa537e4a4058505220e019c
Author: Colm O hEigeartaigh <cohei...@users.noreply.github.com>
AuthorDate: Wed Feb 28 16:56:23 2024 +0100

    Updating to WSS4J 3.0.3 (#1711)
---
 parent/pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 97fad88d0f..54c81b85bd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -235,8 +235,7 @@
         <cxf.woodstox.core.version>6.6.1</cxf.woodstox.core.version>
         <cxf.woodstox.stax2-api.version>4.2.1</cxf.woodstox.stax2-api.version>
         <cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version>
-        <cxf.jakarta.wss4j.version>3.0.4-SNAPSHOT</cxf.jakarta.wss4j.version>
-        <cxf.santuario.version>3.0.5-SNAPSHOT</cxf.santuario.version>
+        <cxf.jakarta.wss4j.version>3.0.3</cxf.jakarta.wss4j.version>
         <cxf.xmlschema.version>2.3.1</cxf.xmlschema.version>
         <cxf.xnio.version>3.8.13.Final</cxf.xnio.version>
         <cxf.zest.version>2.1</cxf.zest.version>
@@ -1985,11 +1984,6 @@
                 <artifactId>wss4j-ws-security-policy-stax</artifactId>
                 <version>${cxf.jakarta.wss4j.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.santuario</groupId>
-                <artifactId>xmlsec</artifactId>
-                <version>${cxf.santuario.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>

Reply via email to