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:07:39 UTC

svn commit: r1038207 - in /cxf/branches/2.3.x-fixes: ./ rt/transports/jms/pom.xml

Author: dkulp
Date: Tue Nov 23 17:07:39 2010
New Revision: 1038207

URL: http://svn.apache.org/viewvc?rev=1038207&view=rev
Log:
Merged revisions 1038206 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1038206 | dkulp | 2010-11-23 12:06:40 -0500 (Tue, 23 Nov 2010) | 2 lines
  
  Make a hard dependency on spring-context to make sure the proper version
  gets picked up
........

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
    svn:mergeinfo = /cxf/trunk:1038206

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml?rev=1038207&r1=1038206&r2=1038207&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml Tue Nov 23 17:07:39 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>