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/10/11 15:53:04 UTC

[activemq-artemis] branch main updated: NO-JIRA remove missed dependency from ARTEMIS-3137

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

jbertram 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 4a0bca3f64 NO-JIRA remove missed dependency from ARTEMIS-3137
4a0bca3f64 is described below

commit 4a0bca3f64514ef838452fdd3f88376a030b6f03
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Tue Oct 11 10:52:33 2022 -0500

    NO-JIRA remove missed dependency from ARTEMIS-3137
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6380f23052..7f29e2f3f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -763,12 +763,6 @@
             <!-- License: Apache 2.0 -->
          </dependency>
 
-         <!-- needed by artemis-selector -->
-         <dependency>
-            <groupId>xml-apis</groupId>
-            <artifactId>xml-apis</artifactId>
-            <version>2.0.2</version>
-         </dependency>
          <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>