Author: hadrian
Date: Mon May 12 13:25:00 2008
New Revision: 655632
URL: http://svn.apache.org/viewvc?rev=655632&view=rev
Log:
CAMEL-503. camel-cxf deps on test-jar.
Modified:
activemq/camel/trunk/components/camel-cxf/pom.xml
Modified: activemq/camel/trunk/components/camel-cxf/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-cxf/pom.xml?rev=655632&r1=655631&r2=655632&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-cxf/pom.xml (original)
+++ activemq/camel/trunk/components/camel-cxf/pom.xml Mon May 12 13:25:00 2008
@@ -48,6 +48,7 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
<type>test-jar</type>
+ <scope>test</scope>
</dependency>
<dependency>
@@ -59,6 +60,7 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring</artifactId>
<type>test-jar</type>
+ <scope>test</scope>
</dependency>
<dependency>