Author: ffang
Date: Wed Apr 20 05:41:56 2011
New Revision: 1095272
URL: http://svn.apache.org/viewvc?rev=1095272&view=rev
Log:
[SM-2071]ensure pick up correct spring version to fix test failure
Modified:
servicemix/smx3/trunk/common/servicemix-components/pom.xml
Modified: servicemix/smx3/trunk/common/servicemix-components/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/common/servicemix-components/pom.xml?rev=1095272&r1=1095271&r2=1095272&view=diff
==============================================================================
--- servicemix/smx3/trunk/common/servicemix-components/pom.xml (original)
+++ servicemix/smx3/trunk/common/servicemix-components/pom.xml Wed Apr 20
05:41:56 2011
@@ -72,6 +72,12 @@
<groupId>org.codehaus.xfire</groupId>
<artifactId>xfire-spring</artifactId>
<optional>true</optional>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.xfire</groupId>