You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2010/03/01 19:51:06 UTC

svn commit: r917645 - /activemq/trunk/activemq-optional/pom.xml

Author: gtully
Date: Mon Mar  1 18:51:06 2010
New Revision: 917645

URL: http://svn.apache.org/viewvc?rev=917645&view=rev
Log:
add spring-jms dependency to resolve cnf post https://issues.apache.org/activemq/browse/AMQ-2547 - upgrading trunk to spring 3.0.1.RELEASE

Modified:
    activemq/trunk/activemq-optional/pom.xml

Modified: activemq/trunk/activemq-optional/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/pom.xml?rev=917645&r1=917644&r2=917645&view=diff
==============================================================================
--- activemq/trunk/activemq-optional/pom.xml (original)
+++ activemq/trunk/activemq-optional/pom.xml Mon Mar  1 18:51:06 2010
@@ -72,6 +72,11 @@
       <version>${spring-version}</version>
     </dependency>
     <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-jms</artifactId>
+      <version>${spring-version}</version>
+    </dependency>
+    <dependency>
       <groupId>aopalliance</groupId>
       <artifactId>aopalliance</artifactId>
     </dependency>