You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by fo...@apache.org on 2006/07/13 12:20:34 UTC

svn commit: r421575 - in /incubator/activemq/trunk: activemq-core/pom.xml pom.xml

Author: foconer
Date: Thu Jul 13 03:20:29 2006
New Revision: 421575

URL: http://svn.apache.org/viewvc?rev=421575&view=rev
Log:
changed version of spring to 2.0-m5. Also, added spring dependency in activemq core to ensure that the right version is being set in the classpath.

Modified:
    incubator/activemq/trunk/activemq-core/pom.xml
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/pom.xml?rev=421575&r1=421574&r2=421575&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Thu Jul 13 03:20:29 2006
@@ -186,7 +186,11 @@
       <artifactId>xbean-spring</artifactId>
       <optional>true</optional>
     </dependency>
-
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+      <optional>true</optional>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?rev=421575&r1=421574&r2=421575&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Thu Jul 13 03:20:29 2006
@@ -375,7 +375,7 @@
             <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring</artifactId>
-		        <version>2.0-rc1</version>
+		<version>2.0-m5</version>
                 <optional>true</optional>
 		        <exclusions>
 		          <exclusion>