You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/02/20 11:03:22 UTC

svn commit: r1291175 - /activemq/activemq-apollo/trunk/apollo-openwire/pom.xml

Author: chirino
Date: Mon Feb 20 10:03:22 2012
New Revision: 1291175

URL: http://svn.apache.org/viewvc?rev=1291175&view=rev
Log:
Exclude the slf4j version that is transitively included by the activemq-core jar.

Modified:
    activemq/activemq-apollo/trunk/apollo-openwire/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-openwire/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-openwire/pom.xml?rev=1291175&r1=1291174&r2=1291175&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-openwire/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-openwire/pom.xml Mon Feb 20 10:03:22 2012
@@ -59,6 +59,12 @@
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-core</artifactId>
       <version>5.5.0</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-api</artifactId>
+        </exclusion>
+      </exclusions>
       <scope>test</scope>
     </dependency>