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

coheigea pushed a commit to branch coheigea/wss4j-saml-refactor
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/coheigea/wss4j-saml-refactor 
by this push:
     new f7bf42af63 Fixing build
f7bf42af63 is described below

commit f7bf42af63fc8029ee22f1c9e08c36a04fcd993c
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Jul 15 12:28:20 2025 +0100

    Fixing build
---
 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 6fb0d5abf0..78fb109948 100644
--- a/rt/ws/security/pom.xml
+++ b/rt/ws/security/pom.xml
@@ -132,6 +132,12 @@
             <groupId>org.apache.wss4j</groupId>
             <artifactId>wss4j-ws-security-stax</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.wss4j</groupId>
+            <artifactId>wss4j-ws-security-stax-saml</artifactId>
+            <version>${cxf.jakarta.wss4j.version}</version>
+            <scope>runtime</scope>
+        </dependency>
         <dependency>
             <groupId>com.sun.xml.messaging.saaj</groupId>
             <artifactId>saaj-impl</artifactId>

Reply via email to