This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new c44008e85 [AMQ-9005] remove xalan dependency due to it being end of
life
c44008e85 is described below
commit c44008e852d119dfcc1fe74a2358d0517164cbac
Author: Lucas Tétreault <[email protected]>
AuthorDate: Sat Jul 30 22:45:48 2022 -0700
[AMQ-9005] remove xalan dependency due to it being end of life
(cherry picked from commit e550748b4cb2da128a9ea5ac886cc6700f4e9c97)
---
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 65fd11c4e..1cc12dc31 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 21f4a7663..8fd897c52 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 8bfa19b45..1be2aa541 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 cee0102b0..1a224df0c 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 38b2505c7..91bbd4f70 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 9d90f79e2..e11224caf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,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>
@@ -933,12 +932,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>