Author: janstey
Date: Wed Dec 17 06:41:00 2008
New Revision: 727400

URL: http://svn.apache.org/viewvc?rev=727400&view=rev
Log:
Merged revisions 727398 via svnmerge from 
https://svn.apache.org/repos/asf/activemq/camel/trunk

........
  r727398 | janstey | 2008-12-17 11:05:30 -0330 (Wed, 17 Dec 2008) | 1 line
  
  CAMEL-1191 - Add log4j as a runtime dependency of camel-velocity
........

Modified:
    activemq/camel/branches/camel-1.x/   (props changed)
    activemq/camel/branches/camel-1.x/components/camel-velocity/pom.xml

Propchange: activemq/camel/branches/camel-1.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: activemq/camel/branches/camel-1.x/components/camel-velocity/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/branches/camel-1.x/components/camel-velocity/pom.xml?rev=727400&r1=727399&r2=727400&view=diff
==============================================================================
--- activemq/camel/branches/camel-1.x/components/camel-velocity/pom.xml 
(original)
+++ activemq/camel/branches/camel-1.x/components/camel-velocity/pom.xml Wed Dec 
17 06:41:00 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>


Reply via email to