You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2008/07/30 18:53:28 UTC

svn commit: r681120 - in /james/server/trunk: avalon-spring-bridge-library/pom.xml pom.xml stage/pom.xml

Author: bago
Date: Wed Jul 30 09:53:27 2008
New Revision: 681120

URL: http://svn.apache.org/viewvc?rev=681120&view=rev
Log:
Moved spring to dependencyManagement and stage (otherwise we don't find it during the m2 build)

Modified:
    james/server/trunk/avalon-spring-bridge-library/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/stage/pom.xml

Modified: james/server/trunk/avalon-spring-bridge-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/avalon-spring-bridge-library/pom.xml?rev=681120&r1=681119&r2=681120&view=diff
==============================================================================
--- james/server/trunk/avalon-spring-bridge-library/pom.xml (original)
+++ james/server/trunk/avalon-spring-bridge-library/pom.xml Wed Jul 30 09:53:27 2008
@@ -38,7 +38,6 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring</artifactId>
-      <version>2.0</version>
     </dependency>
 
     <dependency>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=681120&r1=681119&r2=681120&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Jul 30 09:53:27 2008
@@ -911,6 +911,11 @@
       <version>1.2.14</version>
     </dependency>
     </dependencies>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+      <version>2.0</version>
+    </dependency>
   </dependencyManagement>
   <dependencies>
     <!-- To build JAMES against geronimo this should be uncommented -->

Modified: james/server/trunk/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/pom.xml?rev=681120&r1=681119&r2=681120&view=diff
==============================================================================
--- james/server/trunk/stage/pom.xml (original)
+++ james/server/trunk/stage/pom.xml Wed Jul 30 09:53:27 2008
@@ -397,5 +397,10 @@
       <artifactId>spice-configkit</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+    </dependency>
+
   </dependencies>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org