You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2020/07/21 12:34:57 UTC

[activemq-cli-tools] branch master updated: update to Artemis 2.14.0 GA and tidy up duplicate dependency declaration

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

gtully pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-cli-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new e0078a2  update to Artemis 2.14.0 GA and tidy up duplicate dependency declaration
e0078a2 is described below

commit e0078a240f3b16cb8292232d6fb9cffea88b492d
Author: gtully <ga...@gmail.com>
AuthorDate: Tue Jul 21 13:34:31 2020 +0100

    update to Artemis 2.14.0 GA and tidy up duplicate dependency declaration
---
 activemq-kahadb-exporter/pom.xml | 5 -----
 assembly/pom.xml                 | 4 ----
 pom.xml                          | 2 +-
 3 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/activemq-kahadb-exporter/pom.xml b/activemq-kahadb-exporter/pom.xml
index acd3dc2..53f76d4 100644
--- a/activemq-kahadb-exporter/pom.xml
+++ b/activemq-kahadb-exporter/pom.xml
@@ -56,11 +56,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <scope>test</scope>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index ec2cf79..fea48cf 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -31,10 +31,6 @@
       <artifactId>slf4j-log4j12</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-    </dependency>
-    <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 633c5f1..3b3c302 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
 
     <activemq-version>5.14.4</activemq-version>
-    <artemis-version>2.14.0-SNAPSHOT</artemis-version>
+    <artemis-version>2.14.0</artemis-version>
     <slf4j-version>1.7.13</slf4j-version>
     <log4j-version>1.2.17</log4j-version>