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:49:44 UTC

svn commit: r722424 - /servicemix/components/components-pom/trunk/pom.xml

Author: ffang
Date: Tue Dec  2 02:49:44 2008
New Revision: 722424

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

Modified:
    servicemix/components/components-pom/trunk/pom.xml

Modified: servicemix/components/components-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/components-pom/trunk/pom.xml?rev=722424&r1=722423&r2=722424&view=diff
==============================================================================
--- servicemix/components/components-pom/trunk/pom.xml (original)
+++ servicemix/components/components-pom/trunk/pom.xml Tue Dec  2 02:49:44 2008
@@ -120,8 +120,8 @@
       
       <dependency>
         <groupId>org.springframework</groupId>
-        <artifactId>spring-support</artifactId>
-        <version>2.0.8</version>
+        <artifactId>spring-context-support</artifactId>
+        <version>${spring-version}</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
@@ -130,11 +130,6 @@
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
-        <artifactId>spring-jmx</artifactId>
-        <version>2.0.8</version>
-      </dependency>
-      <dependency>
-        <groupId>org.springframework</groupId>
         <artifactId>spring-context</artifactId>
         <version>${spring-version}</version>
       </dependency>
@@ -150,25 +145,6 @@
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
-        <artifactId>spring-remoting</artifactId>
-        <version>2.0.8</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>aopalliance</groupId>
-            <artifactId>aopalliance</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.springframework</groupId>
         <artifactId>spring-jms</artifactId>
         <version>${spring-version}</version>
       </dependency>