You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/01/06 02:04:20 UTC

svn commit: r731799 - /activemq/camel/trunk/tests/camel-itest-spring-2.0/pom.xml

Author: ningjiang
Date: Mon Jan  5 17:04:20 2009
New Revision: 731799

URL: http://svn.apache.org/viewvc?rev=731799&view=rev
Log:
CAMEL-1227 Excluded Spring 2.x modules from camel-itest-spring2.0 pom.xml

Modified:
    activemq/camel/trunk/tests/camel-itest-spring-2.0/pom.xml

Modified: activemq/camel/trunk/tests/camel-itest-spring-2.0/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tests/camel-itest-spring-2.0/pom.xml?rev=731799&r1=731798&r2=731799&view=diff
==============================================================================
--- activemq/camel/trunk/tests/camel-itest-spring-2.0/pom.xml (original)
+++ activemq/camel/trunk/tests/camel-itest-spring-2.0/pom.xml Mon Jan  5 17:04:20 2009
@@ -110,6 +110,16 @@
 			<groupId>org.apache.activemq</groupId>
 			<artifactId>activemq-camel</artifactId>
 			<scope>test</scope>
+			<exclusions>
+				<exclusion>
+					<groupId>org.springframework</groupId>
+					<artifactId>spring-core</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.springframework</groupId>
+					<artifactId>spring-beans</artifactId>
+				</exclusion>				
+			</exclusions>
 		</dependency>
 	</dependencies>
 </project>