This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push: new d06a3e8bb Removing Xalan test dependency d06a3e8bb is described below commit d06a3e8bb18026d3fd3b0d3d421444c80f9e1d66 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 f62ce2e02..72076056a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -47,7 +47,6 @@ <slf4j.version>2.0.1</slf4j.version> <wsdl4j.version>1.6.3</wsdl4j.version> <woodstox.version>6.3.1</woodstox.version> - <xalan.version>2.7.2</xalan.version> <xz.version>1.9</xz.version> <xmlsec.version>3.0.1</xmlsec.version> <xmlunit.version>2.9.0</xmlunit.version> @@ -102,16 +101,6 @@ <artifactId>jakarta.mail-api</artifactId> <version>${jakarta.mail.api.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 fcac6c3dc..34c95ae61 100644 --- a/ws-security-dom/pom.xml +++ b/ws-security-dom/pom.xml @@ -127,11 +127,6 @@ <artifactId>bcpkix-jdk15on</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>com.sun.xml.messaging.saaj</groupId> <artifactId>saaj-impl</artifactId>