You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/01/21 18:47:26 UTC

svn commit: r901799 - /cxf/trunk/systests/transports/pom.xml

Author: dkulp
Date: Thu Jan 21 17:47:26 2010
New Revision: 901799

URL: http://svn.apache.org/viewvc?rev=901799&view=rev
Log:
Make sure we use proper version of spring jms stuff with spring3 profile

Modified:
    cxf/trunk/systests/transports/pom.xml

Modified: cxf/trunk/systests/transports/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/transports/pom.xml?rev=901799&r1=901798&r2=901799&view=diff
==============================================================================
--- cxf/trunk/systests/transports/pom.xml (original)
+++ cxf/trunk/systests/transports/pom.xml Thu Jan 21 17:47:26 2010
@@ -220,6 +220,18 @@
             <version>${spring.version}</version>
         </dependency>
         <dependency>
+        	<groupId>org.springframework</groupId>
+        	<artifactId>spring-jms</artifactId>
+            <scope>test</scope>
+        	<version>${spring.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-tx</artifactId>
+            <scope>test</scope>
+            <version>${spring.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-webmvc</artifactId>
             <scope>test</scope>