Repository: camel Updated Branches: refs/heads/camel-2.17.x d5bd35a67 -> d5e2ce4e3
Fixed test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d5e2ce4e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d5e2ce4e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d5e2ce4e Branch: refs/heads/camel-2.17.x Commit: d5e2ce4e36351be8cbfd35aeefab94fb799c2196 Parents: d5bd35a Author: Claus Ibsen <davscl...@apache.org> Authored: Fri May 6 09:06:09 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Fri May 13 14:45:07 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/d5e2ce4e/components/camel-cassandraql/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cassandraql/pom.xml b/components/camel-cassandraql/pom.xml index e1a3d2b..9f6034f 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>