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/11/23 18:06:41 UTC

svn commit: r1038206 - /cxf/trunk/rt/transports/jms/pom.xml

Author: dkulp
Date: Tue Nov 23 17:06:40 2010
New Revision: 1038206

URL: http://svn.apache.org/viewvc?rev=1038206&view=rev
Log:
Make a hard dependency on spring-context to make sure the proper version
gets picked up

Modified:
    cxf/trunk/rt/transports/jms/pom.xml

Modified: cxf/trunk/rt/transports/jms/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/transports/jms/pom.xml?rev=1038206&r1=1038205&r2=1038206&view=diff
==============================================================================
--- cxf/trunk/rt/transports/jms/pom.xml (original)
+++ cxf/trunk/rt/transports/jms/pom.xml Tue Nov 23 17:06:40 2010
@@ -97,6 +97,10 @@
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
             <artifactId>spring-tx</artifactId>
         </dependency>