This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch coheigea/saml-refactor-new in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
commit de1679d85b2de2faddeb404fa11eb41d109fee03 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Tue Jul 15 12:14:06 2025 +0100 Fixing policy tests --- ws-security-policy-stax/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ws-security-policy-stax/pom.xml b/ws-security-policy-stax/pom.xml index 415e1bd49..dc3d9279b 100644 --- a/ws-security-policy-stax/pom.xml +++ b/ws-security-policy-stax/pom.xml @@ -94,6 +94,12 @@ <artifactId>saaj-impl</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.wss4j</groupId> + <artifactId>wss4j-ws-security-stax-saml</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> </dependencies> <build> <plugins>
