CAMEL-2939: Fix SLF4J warning in unit tests

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

Branch: refs/heads/master
Commit: d4419bc7398db5c4bdb3e35ddaefaf673f52c6ad
Parents: 00f1014
Author: Gerald Quintana <gerald.quint...@gmail.com>
Authored: Sun Jan 18 17:15:37 2015 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Feb 18 10:00:49 2015 +0100

----------------------------------------------------------------------
 components/camel-cassandraql/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d4419bc7/components/camel-cassandraql/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cassandraql/pom.xml 
b/components/camel-cassandraql/pom.xml
index de6cd4e..239d157 100644
--- a/components/camel-cassandraql/pom.xml
+++ b/components/camel-cassandraql/pom.xml
@@ -78,6 +78,12 @@
       <artifactId>cassandra-all</artifactId>
       <version>${cassandra-version}</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>

Reply via email to