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 2006/02/23 09:26:22 UTC

svn commit: r380067 - /incubator/servicemix/trunk/pom.xml

Author: gnodet
Date: Thu Feb 23 00:26:17 2006
New Revision: 380067

URL: http://svn.apache.org/viewcvs?rev=380067&view=rev
Log:
Remove exclusion of spring from xbean-spring

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/pom.xml?rev=380067&r1=380066&r2=380067&view=diff
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Thu Feb 23 00:26:17 2006
@@ -1365,14 +1365,6 @@
         <artifactId>xbean-spring</artifactId>
         <version>2.2</version>
         <exclusions>
-          <exclusion>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>springframework</groupId>
-            <artifactId>spring</artifactId>
-          </exclusion>
         </exclusions>
       </dependency>
       <dependency>