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 2011/10/27 05:59:32 UTC

svn commit: r1189598 - in /camel/trunk/components: camel-jclouds/pom.xml camel-krati/pom.xml

Author: ningjiang
Date: Thu Oct 27 03:59:32 2011
New Revision: 1189598

URL: http://svn.apache.org/viewvc?rev=1189598&view=rev
Log:
Fixed the SLF4J log depenecy issue of camel-krati and camel-jcloud

Modified:
    camel/trunk/components/camel-jclouds/pom.xml
    camel/trunk/components/camel-krati/pom.xml

Modified: camel/trunk/components/camel-jclouds/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jclouds/pom.xml?rev=1189598&r1=1189597&r2=1189598&view=diff
==============================================================================
--- camel/trunk/components/camel-jclouds/pom.xml (original)
+++ camel/trunk/components/camel-jclouds/pom.xml Thu Oct 27 03:59:32 2011
@@ -66,10 +66,12 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
+            <scope>test</scope>
         </dependency>
 
         <!-- for testing -->

Modified: camel/trunk/components/camel-krati/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-krati/pom.xml?rev=1189598&r1=1189597&r2=1189598&view=diff
==============================================================================
--- camel/trunk/components/camel-krati/pom.xml (original)
+++ camel/trunk/components/camel-krati/pom.xml Thu Oct 27 03:59:32 2011
@@ -57,10 +57,12 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
+            <scope>test</scope>
         </dependency>
     </dependencies>