You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/10/03 16:22:31 UTC

[ws-wss4j] branch 2_3_x-fixes updated: Removing Xalan test dependency

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 2_3_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/2_3_x-fixes by this push:
     new e2ef9a844 Removing Xalan test dependency
e2ef9a844 is described below

commit e2ef9a844f7800c8e7fd4820a8d9815b71c27525
Author: Colm O hEigeartaigh <co...@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 1ed960107..14b4db3e5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -45,7 +45,6 @@
         <opensaml.version>3.4.6</opensaml.version>
         <slf4j.version>1.7.36</slf4j.version>
         <wsdl4j.version>1.6.3</wsdl4j.version>
-        <xalan.version>2.7.2</xalan.version>
         <xz.version>1.8</xz.version>
         <xmlsec.version>2.2.4</xmlsec.version>
         <xmlunit.version>2.7.0</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 48d7202f5..055b027da 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>