Author: cmoulliard
Date: Fri Jan 11 10:13:04 2013
New Revision: 1431967

URL: http://svn.apache.org/viewvc?rev=1431967&view=rev
Log:
Add missing dependency required when we debug a test locally in IntelliJ/Eclipse

Modified:
    camel/trunk/components/camel-spring-security/pom.xml

Modified: camel/trunk/components/camel-spring-security/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-spring-security/pom.xml?rev=1431967&r1=1431966&r2=1431967&view=diff
==============================================================================
--- camel/trunk/components/camel-spring-security/pom.xml (original)
+++ camel/trunk/components/camel-spring-security/pom.xml Fri Jan 11 10:13:04 
2013
@@ -77,6 +77,11 @@
                        <artifactId>camel-test-spring</artifactId>
                        <scope>test</scope>
                </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core-xml</artifactId>
+            <scope>test</scope>
+        </dependency>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>


Reply via email to