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 d40ac0217087cc76441484e7f021fb46797c9c1b Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Tue Jun 17 02:56:59 2025 +0100 Making ws-security-saml optional in ws-security-dom --- ws-security-dom/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ws-security-dom/pom.xml b/ws-security-dom/pom.xml index 6535ce4a4..73bef060c 100644 --- a/ws-security-dom/pom.xml +++ b/ws-security-dom/pom.xml @@ -99,6 +99,7 @@ <artifactId>wss4j-ws-security-saml</artifactId> <version>${project.version}</version> <scope>compile</scope> + <optional>true</optional> </dependency> <dependency> <groupId>org.ehcache</groupId>