You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/01/24 15:30:03 UTC

svn commit: r1235265 - /camel/trunk/components/camel-test-blueprint/pom.xml

Author: davsclaus
Date: Tue Jan 24 14:30:03 2012
New Revision: 1235265

URL: http://svn.apache.org/viewvc?rev=1235265&view=rev
Log:
CAMEL-4888: Exclude camel-spring as not needed.

Modified:
    camel/trunk/components/camel-test-blueprint/pom.xml

Modified: camel/trunk/components/camel-test-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-test-blueprint/pom.xml?rev=1235265&r1=1235264&r2=1235265&view=diff
==============================================================================
--- camel/trunk/components/camel-test-blueprint/pom.xml (original)
+++ camel/trunk/components/camel-test-blueprint/pom.xml Tue Jan 24 14:30:03 2012
@@ -40,8 +40,13 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test</artifactId>
+            <!-- exclude all Spring from camel-test as not needed -->
             <exclusions>
                 <exclusion>
+                    <groupId>org.apache.camel</groupId>
+                    <artifactId>camel-spring</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>org.springframework</groupId>
                     <artifactId>spring-core</artifactId>
                 </exclusion>