You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/09/09 15:13:20 UTC

svn commit: r812940 - /camel/trunk/tests/camel-itest/pom.xml

Author: ningjiang
Date: Wed Sep  9 13:13:20 2009
New Revision: 812940

URL: http://svn.apache.org/viewvc?rev=812940&view=rev
Log:
CAMEL-1999 fixed the issue of camel-itest - contains multiple slf4j

Modified:
    camel/trunk/tests/camel-itest/pom.xml

Modified: camel/trunk/tests/camel-itest/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/pom.xml?rev=812940&r1=812939&r2=812940&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest/pom.xml (original)
+++ camel/trunk/tests/camel-itest/pom.xml Wed Sep  9 13:13:20 2009
@@ -50,6 +50,10 @@
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-javamail_1.4_spec</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-jdk14</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>