Author: ningjiang
Date: Mon Feb  8 07:43:01 2010
New Revision: 907579

URL: http://svn.apache.org/viewvc?rev=907579&view=rev
Log:
Fixed the slf4j logger error

Modified:
    camel/trunk/examples/camel-example-loan-broker/pom.xml

Modified: camel/trunk/examples/camel-example-loan-broker/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-loan-broker/pom.xml?rev=907579&r1=907578&r2=907579&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-loan-broker/pom.xml (original)
+++ camel/trunk/examples/camel-example-loan-broker/pom.xml Mon Feb  8 07:43:01 
2010
@@ -57,12 +57,6 @@
        <groupId>org.apache.cxf</groupId>
        <artifactId>cxf-rt-transports-http-jetty</artifactId>
        <version>${cxf-version}</version>
-       <exclusions>
-          <exclusion>
-             <groupId>org.slf4j</groupId>
-             <artifactId>slf4j-jdk14</artifactId>
-           </exclusion>
-        </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
@@ -90,6 +84,10 @@
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>    
     <!-- testing -->
     <dependency>
       <groupId>junit</groupId>


Reply via email to