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:27:25 UTC

[activemq-artemis] branch main updated: NO-JIRA remove vestigial REST dependencies

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 5b200f84ee NO-JIRA remove vestigial REST dependencies
5b200f84ee is described below

commit 5b200f84ee7a5958656bc8c722497fc907548fe3
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Tue Oct 11 10:26:50 2022 -0500

    NO-JIRA remove vestigial REST dependencies
---
 pom.xml | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/pom.xml b/pom.xml
index 99810e5158..6380f23052 100644
--- a/pom.xml
+++ b/pom.xml
@@ -719,38 +719,6 @@
             <version>${log4j.version}</version>
          </dependency>
 
-         <!--needed for the rest support-->
-         <dependency>
-            <groupId>org.jboss.resteasy</groupId>
-            <artifactId>resteasy-jaxrs</artifactId>
-            <version>${resteasy.version}</version>
-            <!-- License: Apache 2.0 -->
-         </dependency>
-         <dependency>
-            <groupId>org.jboss.resteasy</groupId>
-            <artifactId>resteasy-jaxb-provider</artifactId>
-            <version>${resteasy.version}</version>
-            <!-- License: Apache 2.0 -->
-         </dependency>
-         <dependency>
-            <groupId>org.jboss.resteasy</groupId>
-            <artifactId>resteasy-jackson2-provider</artifactId>
-            <version>${resteasy.version}</version>
-            <!-- License: Apache 2.0 -->
-         </dependency>
-         <dependency>
-            <groupId>org.jboss.resteasy</groupId>
-            <artifactId>tjws</artifactId>
-            <version>${resteasy.version}</version>
-            <!-- License: Apache 2.0 -->
-         </dependency>
-         <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-            <version>${commons.codec.version}</version>
-            <!-- License: Apache 2.0 -->
-         </dependency>
-
          <!-- ## Jetty web Dependencies ##-->
          <dependency>
             <groupId>org.eclipse.jetty</groupId>