You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2014/06/29 13:13:48 UTC

[2/2] git commit: remove the direct dependency to log4j as it's a transitive dependency of slf4j-log4j

remove the direct dependency to log4j as it's a transitive dependency of slf4j-log4j


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

Branch: refs/heads/master
Commit: b19004f3073b627a2e439e5e7698168f10215b13
Parents: 59f56c0
Author: cmueller <cm...@apache.org>
Authored: Sun Jun 29 13:13:32 2014 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Jun 29 13:13:32 2014 +0200

----------------------------------------------------------------------
 components/camel-box/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b19004f3/components/camel-box/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-box/pom.xml b/components/camel-box/pom.xml
index e073959..26779de 100644
--- a/components/camel-box/pom.xml
+++ b/components/camel-box/pom.xml
@@ -94,11 +94,6 @@
       <artifactId>slf4j-log4j12</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <scope>test</scope>
-    </dependency>
 
     <!-- testing -->
     <dependency>