You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2006/07/15 02:13:58 UTC

svn commit: r422109 - /geronimo/xbean/branches/colossus/xbean-spring-v2/pom.xml

Author: dain
Date: Fri Jul 14 17:13:57 2006
New Revision: 422109

URL: http://svn.apache.org/viewvc?rev=422109&view=rev
Log:
Exclude the spring v1 code from appearing in this spring v2 module.

Modified:
    geronimo/xbean/branches/colossus/xbean-spring-v2/pom.xml

Modified: geronimo/xbean/branches/colossus/xbean-spring-v2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/branches/colossus/xbean-spring-v2/pom.xml?rev=422109&r1=422108&r2=422109&view=diff
==============================================================================
--- geronimo/xbean/branches/colossus/xbean-spring-v2/pom.xml (original)
+++ geronimo/xbean/branches/colossus/xbean-spring-v2/pom.xml Fri Jul 14 17:13:57 2006
@@ -48,14 +48,19 @@
   </build>
   <dependencies>
     <dependency>
-      <groupId>org.apache.xbean</groupId>
-      <artifactId>xbean-spring-common</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring</artifactId>
       <version>2.0-m5</version>
-      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xbean</groupId>
+      <artifactId>xbean-spring-common</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>mx4j</groupId>