You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by gs...@apache.org on 2012/11/18 15:20:13 UTC

svn commit: r1410891 - /mahout/trunk/integration/pom.xml

Author: gsingers
Date: Sun Nov 18 14:20:13 2012
New Revision: 1410891

URL: http://svn.apache.org/viewvc?rev=1410891&view=rev
Log:
MAHOUT-1118: exclude old log4j-slf4j bindings

Modified:
    mahout/trunk/integration/pom.xml

Modified: mahout/trunk/integration/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/integration/pom.xml?rev=1410891&r1=1410890&r2=1410891&view=diff
==============================================================================
--- mahout/trunk/integration/pom.xml (original)
+++ mahout/trunk/integration/pom.xml Sun Nov 18 14:20:13 2012
@@ -172,12 +172,24 @@
       <groupId>org.apache.cassandra</groupId>
       <artifactId>cassandra-all</artifactId>
       <version>1.1.5</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase</artifactId>
       <version>0.94.1</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>