You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/03/08 09:21:16 UTC

svn commit: r515961 - /incubator/servicemix/trunk/deployables/serviceengines/servicemix-wsn2005/pom.xml

Author: gnodet
Date: Thu Mar  8 00:21:10 2007
New Revision: 515961

URL: http://svn.apache.org/viewvc?view=rev&rev=515961
Log:
Fix unit test

Modified:
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-wsn2005/pom.xml

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-wsn2005/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-wsn2005/pom.xml?view=diff&rev=515961&r1=515960&r2=515961
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-wsn2005/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-wsn2005/pom.xml Thu Mar  8 00:21:10 2007
@@ -62,12 +62,12 @@
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-spring</artifactId>
       <scope>provided</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.xbean</groupId>
-          <artifactId>spring</artifactId>
-        </exclusion>
-      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+      <version>${spring-version}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>