Author: hadrian Date: Fri Jan 27 02:12:48 2012 New Revision: 1236494 URL: http://svn.apache.org/viewvc?rev=1236494&view=rev Log: Fix failing test due to missing dependency
Modified: camel/trunk/components/camel-xmlsecurity/pom.xml Modified: camel/trunk/components/camel-xmlsecurity/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-xmlsecurity/pom.xml?rev=1236494&r1=1236493&r2=1236494&view=diff ============================================================================== --- camel/trunk/components/camel-xmlsecurity/pom.xml (original) +++ camel/trunk/components/camel-xmlsecurity/pom.xml Fri Jan 27 02:12:48 2012 @@ -52,6 +52,11 @@ <!-- testing --> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-spring</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-test</artifactId> <scope>test</scope> </dependency>