You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2023/01/13 10:22:26 UTC

[activemq-artemis] branch main updated: ARTEMIS-2876: remove duplicate dependency entry to fix immediate warning upon building

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

robbie 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 11c26943fa ARTEMIS-2876: remove duplicate dependency entry to fix immediate warning upon building
11c26943fa is described below

commit 11c26943fa1d7c58ddfa3d3b15db2da75bd50e47
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Jan 13 10:17:02 2023 +0000

    ARTEMIS-2876: remove duplicate dependency entry to fix immediate warning upon building
---
 artemis-junit/artemis-junit-commons/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/artemis-junit/artemis-junit-commons/pom.xml b/artemis-junit/artemis-junit-commons/pom.xml
index 3aabb3769a..b3837ba896 100644
--- a/artemis-junit/artemis-junit-commons/pom.xml
+++ b/artemis-junit/artemis-junit-commons/pom.xml
@@ -73,11 +73,6 @@
          <groupId>jakarta.jms</groupId>
          <artifactId>jakarta.jms-api</artifactId>
       </dependency>
-
-      <dependency>
-         <groupId>org.slf4j</groupId>
-         <artifactId>slf4j-api</artifactId>
-      </dependency>
    </dependencies>
 
 </project>