You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/08/01 04:39:31 UTC

[activemq] branch main updated: [AMQ-9005] remove xalan dependency due to it being end of life

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new e550748b4 [AMQ-9005] remove xalan dependency due to it being end of life
     new f5f1141d3 Merge pull request #870 from lucastetreault/AMQ-9005
e550748b4 is described below

commit e550748b4cb2da128a9ea5ac886cc6700f4e9c97
Author: Lucas Tétreault <te...@amazon.com>
AuthorDate: Sat Jul 30 22:45:48 2022 -0700

    [AMQ-9005] remove xalan dependency due to it being end of life
---
 activemq-broker/pom.xml       | 7 -------
 activemq-kahadb-store/pom.xml | 5 -----
 activemq-mqtt/pom.xml         | 5 -----
 activemq-rar/pom.xml          | 8 --------
 activemq-unit-tests/pom.xml   | 5 -----
 pom.xml                       | 7 -------
 6 files changed, 37 deletions(-)

diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml
index 18976866a..25750c396 100644
--- a/activemq-broker/pom.xml
+++ b/activemq-broker/pom.xml
@@ -67,13 +67,6 @@
       <optional>true</optional>
     </dependency>
 
-    <!-- to support XPath based Selectors -->
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-      <optional>true</optional>
-    </dependency>
-
     <!-- =============================== -->
     <!-- Testing Dependencies -->
     <!-- =============================== -->
diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml
index b303b6ff3..afe1d5eef 100644
--- a/activemq-kahadb-store/pom.xml
+++ b/activemq-kahadb-store/pom.xml
@@ -106,11 +106,6 @@
       <artifactId>spring-context</artifactId>
       <optional>true</optional>
     </dependency>
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-      <optional>true</optional>
-    </dependency>
 
     <!-- =============================== -->
     <!-- Testing Dependencies            -->
diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml
index 130830867..ed98a6079 100644
--- a/activemq-mqtt/pom.xml
+++ b/activemq-mqtt/pom.xml
@@ -116,11 +116,6 @@
       <artifactId>spring-context</artifactId>
       <optional>true</optional>
     </dependency>
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-      <optional>true</optional>
-    </dependency>
 
     <!-- =============================== -->
     <!-- Testing Dependencies            -->
diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml
index 8f1bb12e2..4b7b958d0 100644
--- a/activemq-rar/pom.xml
+++ b/activemq-rar/pom.xml
@@ -117,10 +117,6 @@
           <groupId>javax.jmdns</groupId>
           <artifactId>jmdns</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>xalan</groupId>
-          <artifactId>xalan</artifactId>
-        </exclusion>
         <exclusion>
           <groupId>xmlbeans</groupId>
           <artifactId>xbean</artifactId>
@@ -251,10 +247,6 @@
           <groupId>javax.jmdns</groupId>
           <artifactId>jmdns</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>xalan</groupId>
-          <artifactId>xalan</artifactId>
-        </exclusion>
         <exclusion>
           <groupId>xmlbeans</groupId>
           <artifactId>xbean</artifactId>
diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index 7785c9fb8..b092979c0 100644
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -147,11 +147,6 @@
       <artifactId>derbytools</artifactId>
       <optional>true</optional>
     </dependency>
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-      <optional>true</optional>
-    </dependency>
 
     <!-- =============================== -->
     <!-- Testing Dependencies            -->
diff --git a/pom.xml b/pom.xml
index 17c34476e..afb6d1cfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,6 @@
     <spring-version>5.3.22</spring-version>
     <taglibs-version>1.2.5</taglibs-version>
     <velocity-version>2.3</velocity-version>
-    <xalan-version>2.7.2</xalan-version>
     <xpp3-version>1.1.4c</xpp3-version>
     <xstream-version>1.4.19</xstream-version>
     <xbean-version>4.21</xbean-version>
@@ -934,12 +933,6 @@
         <version>${activesoap-version}</version>
       </dependency>
 
-      <dependency>
-        <groupId>xalan</groupId>
-        <artifactId>xalan</artifactId>
-        <version>${xalan-version}</version>
-      </dependency>
-
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream</artifactId>