Author: hadrian Date: Fri Jan 27 00:57:50 2012 New Revision: 1236477 URL: http://svn.apache.org/viewvc?rev=1236477&view=rev Log: Fix failing test due to missing dependency
Modified: camel/trunk/components/camel-cxf-transport/pom.xml Modified: camel/trunk/components/camel-cxf-transport/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf-transport/pom.xml?rev=1236477&r1=1236476&r2=1236477&view=diff ============================================================================== --- camel/trunk/components/camel-cxf-transport/pom.xml (original) +++ camel/trunk/components/camel-cxf-transport/pom.xml Fri Jan 27 00:57:50 2012 @@ -75,10 +75,10 @@ <version>${cxf-version}</version> </dependency> - <dependency> + <!-- dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - </dependency> + </dependency --> <dependency> <groupId>org.springframework</groupId> @@ -88,6 +88,11 @@ <!-- for testing --> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-spring</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-jetty</artifactId> <scope>test</scope> </dependency>