You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/12/02 11:51:46 UTC

svn commit: r722426 - /servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Author: ffang
Date: Tue Dec  2 02:51:45 2008
New Revision: 722426

URL: http://svn.apache.org/viewvc?rev=722426&view=rev
Log:
[SM-1709]unify third party libs used across servicemix projects

Modified:
    servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml?rev=722426&r1=722425&r2=722426&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml Tue Dec  2 02:51:45 2008
@@ -188,7 +188,7 @@
 
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>spring-support</artifactId>
+      <artifactId>spring-context-support</artifactId>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
@@ -196,10 +196,6 @@
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>spring-jmx</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
     </dependency>
     <dependency>