This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 2_4_x-fixes in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/2_4_x-fixes by this push: new de20680f5 Removing Xalan test dependency de20680f5 is described below commit de20680f5eec9c5487a2f0d15807b703c583bf87 Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Mon Oct 3 17:09:40 2022 +0100 Removing Xalan test dependency --- parent/pom.xml | 11 ----------- ws-security-dom/pom.xml | 5 ----- 2 files changed, 16 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index effb8255e..200dd38d7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -46,7 +46,6 @@ <opensaml.version>3.4.6</opensaml.version> <slf4j.version>2.0.1</slf4j.version> <wsdl4j.version>1.6.3</wsdl4j.version> - <xalan.version>2.7.2</xalan.version> <xz.version>1.9</xz.version> <xmlsec.version>2.3.2</xmlsec.version> <xmlunit.version>2.8.2</xmlunit.version> @@ -95,16 +94,6 @@ <artifactId>slf4j-log4j12</artifactId> <version>${slf4j.version}</version> </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>${xalan.version}</version> - </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>serializer</artifactId> - <version>${xalan.version}</version> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> diff --git a/ws-security-dom/pom.xml b/ws-security-dom/pom.xml index 872162166..8b41d1490 100644 --- a/ws-security-dom/pom.xml +++ b/ws-security-dom/pom.xml @@ -126,11 +126,6 @@ <artifactId>bcpkix-jdk15on</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project>