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
The following commit(s) were added to refs/heads/coheigea/saml-refactor-new by
this push:
new 80c13bc51 Build fix
80c13bc51 is described below
commit 80c13bc51cbfee2113f8b7b754e107915fd86fdb
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Jun 20 10:55:53 2025 +0100
Build fix
---
.../src/main/java/org/apache/wss4j/web/WssServletContextListener.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ws-security-web/src/main/java/org/apache/wss4j/web/WssServletContextListener.java
b/ws-security-web/src/main/java/org/apache/wss4j/web/WssServletContextListener.java
index a7d7b4de1..572b27b80 100644
---
a/ws-security-web/src/main/java/org/apache/wss4j/web/WssServletContextListener.java
+++
b/ws-security-web/src/main/java/org/apache/wss4j/web/WssServletContextListener.java
@@ -22,7 +22,7 @@ import jakarta.servlet.ServletContextEvent;
import jakarta.servlet.ServletContextListener;
import jakarta.servlet.annotation.WebListener;
-import org.apache.wss4j.dom.engine.WSSConfig;
+import org.apache.wss4j.common.dom.engine.WSSConfig;
/**
* ServletContextListener that cleans up WSS4J security providers at context