Repository: camel Updated Branches: refs/heads/master f3a0f9397 -> f5f719c53
Fixed test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f5f719c5 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f5f719c5 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f5f719c5 Branch: refs/heads/master Commit: f5f719c53f8dcdb2ea3a0724b0a4b982a9189e90 Parents: f3a0f93 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri May 6 09:06:09 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri May 6 09:06:09 2016 +0200 ---------------------------------------------------------------------- components/camel-cassandraql/pom.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f5f719c5/components/camel-cassandraql/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cassandraql/pom.xml b/components/camel-cassandraql/pom.xml index 2cea9b1..5be213d 100644 --- a/components/camel-cassandraql/pom.xml +++ b/components/camel-cassandraql/pom.xml @@ -58,10 +58,6 @@ <!-- logging --> <dependency> <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> @@ -99,6 +95,14 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>log4j-over-slf4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + </exclusion> </exclusions> </dependency> <dependency>