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 16:10:23 UTC

[activemq-artemis] branch main updated: NO-JIRA restore commons-codec dependency; remove REST property

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 5cf84bffbe NO-JIRA restore commons-codec dependency; remove REST property
5cf84bffbe is described below

commit 5cf84bffbe458a76134692c17243b08e1e12395f
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Tue Oct 11 11:09:39 2022 -0500

    NO-JIRA restore commons-codec dependency; remove REST property
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f29e2f3f8..ffdbbf98f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,6 @@
       <!-- this is basically for tests -->
       <netty-tcnative-version>2.0.54.Final</netty-tcnative-version>
       <proton.version>0.34.0</proton.version>
-      <resteasy.version>3.15.0.Final</resteasy.version>
       <slf4j.version>1.7.36</slf4j.version>
       <log4j.version>2.19.0</log4j.version>
       <qpid.jms.version>1.7.0</qpid.jms.version>
@@ -718,6 +717,12 @@
             <artifactId>log4j-core</artifactId>
             <version>${log4j.version}</version>
          </dependency>
+         <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>${commons.codec.version}</version>
+            <!-- License: Apache 2.0 -->
+         </dependency>
 
          <!-- ## Jetty web Dependencies ##-->
          <dependency>