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 2012/05/30 00:10:43 UTC

svn commit: r1344028 - /camel/trunk/examples/camel-example-tracer/pom.xml

Author: cmueller
Date: Tue May 29 22:10:43 2012
New Revision: 1344028

URL: http://svn.apache.org/viewvc?rev=1344028&view=rev
Log:
removed unnecessary dependency to log4j

Modified:
    camel/trunk/examples/camel-example-tracer/pom.xml

Modified: camel/trunk/examples/camel-example-tracer/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-tracer/pom.xml?rev=1344028&r1=1344027&r2=1344028&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-tracer/pom.xml (original)
+++ camel/trunk/examples/camel-example-tracer/pom.xml Tue May 29 22:10:43 2012
@@ -53,10 +53,6 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
         </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-        </dependency>
 
         <!-- lets use hibernate by default -->
         <dependency>