Author: ningjiang
Date: Tue Jun 17 21:56:23 2008
New Revision: 669079
URL: http://svn.apache.org/viewvc?rev=669079&view=rev
Log:
CAMEL-615 Added the dependency of camel-spring test jar
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=669079&r1=669078&r2=669079&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-velocity/pom.xml (original)
+++ activemq/camel/trunk/components/camel-velocity/pom.xml Tue Jun 17 21:56:23
2008
@@ -60,6 +60,12 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-spring</artifactId>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>commons-logging</groupId>