You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2022/07/25 13:55:37 UTC

[activemq-artemis] branch main updated: ARTEMIS-3903 Remove Xalan dependencies

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b57a1498e8 ARTEMIS-3903 Remove Xalan dependencies
b57a1498e8 is described below

commit b57a1498e868ff35b000d086bbf8af5e18324c47
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Fri Jul 22 11:51:11 2022 -0400

    ARTEMIS-3903 Remove Xalan dependencies
---
 artemis-core-client-osgi/pom.xml | 7 -------
 artemis-jms-client-osgi/pom.xml  | 6 ------
 artemis-server-osgi/pom.xml      | 6 ------
 artemis-website/pom.xml          | 6 ------
 pom.xml                          | 5 -----
 5 files changed, 30 deletions(-)

diff --git a/artemis-core-client-osgi/pom.xml b/artemis-core-client-osgi/pom.xml
index 4919974d75..29a1aa215b 100644
--- a/artemis-core-client-osgi/pom.xml
+++ b/artemis-core-client-osgi/pom.xml
@@ -69,13 +69,6 @@
          <groupId>org.jboss.logging</groupId>
          <artifactId>jboss-logging</artifactId>
       </dependency>
-      <dependency>
-         <groupId>xalan</groupId>
-         <artifactId>xalan</artifactId>
-         <version>2.7.2</version>
-         <optional>true</optional>
-         <scope>provided</scope>
-      </dependency>
       <dependency>
          <groupId>org.osgi</groupId>
          <artifactId>org.osgi.core</artifactId>
diff --git a/artemis-jms-client-osgi/pom.xml b/artemis-jms-client-osgi/pom.xml
index 1950dba538..6055cd9bd1 100644
--- a/artemis-jms-client-osgi/pom.xml
+++ b/artemis-jms-client-osgi/pom.xml
@@ -79,12 +79,6 @@
          <groupId>org.jboss.logging</groupId>
          <artifactId>jboss-logging</artifactId>
       </dependency>
-      <dependency>
-         <groupId>xalan</groupId>
-         <artifactId>xalan</artifactId>
-         <optional>true</optional>
-         <scope>provided</scope>
-      </dependency>
       <dependency>
          <groupId>org.osgi</groupId>
          <artifactId>org.osgi.core</artifactId>
diff --git a/artemis-server-osgi/pom.xml b/artemis-server-osgi/pom.xml
index 3d4cd2e455..e00875a9ee 100644
--- a/artemis-server-osgi/pom.xml
+++ b/artemis-server-osgi/pom.xml
@@ -104,12 +104,6 @@
          <groupId>org.jboss.logging</groupId>
          <artifactId>jboss-logging</artifactId>
       </dependency>
-      <dependency>
-         <groupId>xalan</groupId>
-         <artifactId>xalan</artifactId>
-         <optional>true</optional>
-         <scope>provided</scope>
-      </dependency>
       <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml
index bb766687d9..bf4a099b92 100644
--- a/artemis-website/pom.xml
+++ b/artemis-website/pom.xml
@@ -123,12 +123,6 @@
                <scope>provided</scope>
                <optional>true</optional>
             </dependency>
-            <dependency>
-               <groupId>xalan</groupId>
-               <artifactId>xalan</artifactId>
-               <optional>true</optional>
-               <scope>provided</scope>
-            </dependency>
             <dependency>
                <groupId>com.google.code.findbugs</groupId>
                <artifactId>jsr305</artifactId>
diff --git a/pom.xml b/pom.xml
index b34b4a0677..427bb5edcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -835,11 +835,6 @@
             <artifactId>xml-apis</artifactId>
             <version>2.0.2</version>
          </dependency>
-         <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>2.7.2</version>
-         </dependency>
          <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>