Author: [email protected]
Date: Wed Jun 13 14:54:13 2012
New Revision: 2490

Log:
[AMDATUCASSANDRA-208] Fixed version mismatch by explicitly excluding the log4j 
dependency in hector

Modified:
   branches/amdatu-cassandra-0.2.5/pom.xml

Modified: branches/amdatu-cassandra-0.2.5/pom.xml
==============================================================================
--- branches/amdatu-cassandra-0.2.5/pom.xml     (original)
+++ branches/amdatu-cassandra-0.2.5/pom.xml     Wed Jun 13 14:54:13 2012
@@ -82,6 +82,12 @@
         <version>${project.version}</version>
         <scope>provided</scope>
         <type>bundle</type>
+        <exclusions>
+          <exclusion>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.amdatu.cassandra</groupId>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to