You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2008/12/17 15:35:31 UTC

svn commit: r727398 - /activemq/camel/trunk/components/camel-velocity/pom.xml

Author: janstey
Date: Wed Dec 17 06:35:30 2008
New Revision: 727398

URL: http://svn.apache.org/viewvc?rev=727398&view=rev
Log:
CAMEL-1191 - Add log4j as a runtime dependency of camel-velocity

Modified:
    activemq/camel/trunk/components/camel-velocity/pom.xml

Modified: activemq/camel/trunk/components/camel-velocity/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-velocity/pom.xml?rev=727398&r1=727397&r2=727398&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-velocity/pom.xml (original)
+++ activemq/camel/trunk/components/camel-velocity/pom.xml Wed Dec 17 06:35:30 2008
@@ -52,6 +52,10 @@
       <artifactId>velocity</artifactId>
       <version>1.5</version>
     </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
 
     <!-- testing -->
     <dependency>
@@ -66,18 +70,12 @@
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
-
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>