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 2014/06/10 15:22:51 UTC

git commit: remove duplicate slf4j-log4j12 dep b/c it is in activemq-all from https://issues.apache.org/jira/browse/AMQ-3715

Repository: activemq
Updated Branches:
  refs/heads/trunk cfce36197 -> 1c75360de


remove duplicate slf4j-log4j12 dep b/c it is in activemq-all from https://issues.apache.org/jira/browse/AMQ-3715


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/1c75360d
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/1c75360d
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/1c75360d

Branch: refs/heads/trunk
Commit: 1c75360deda2bde89d0c99c92d0e1c1695adf3a0
Parents: cfce361
Author: gtully <ga...@gmail.com>
Authored: Tue Jun 10 14:16:09 2014 +0100
Committer: gtully <ga...@gmail.com>
Committed: Tue Jun 10 14:22:37 2014 +0100

----------------------------------------------------------------------
 activemq-tooling/activemq-maven-plugin/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/1c75360d/activemq-tooling/activemq-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-tooling/activemq-maven-plugin/pom.xml b/activemq-tooling/activemq-maven-plugin/pom.xml
index f1a8a53..58341c5 100644
--- a/activemq-tooling/activemq-maven-plugin/pom.xml
+++ b/activemq-tooling/activemq-maven-plugin/pom.xml
@@ -67,10 +67,6 @@
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-    </dependency>
   </dependencies>
 
   <build>