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
commit fb37de3104fe526903ab2eefc450cfe3bf721ea6 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 90717f24f2..6c8b72a228 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>
