You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/09/26 13:59:50 UTC

svn commit: r579621 - in /activemq/camel/trunk: components/camel-cxf/pom.xml pom.xml

Author: jstrachan
Date: Wed Sep 26 04:59:50 2007
New Revision: 579621

URL: http://svn.apache.org/viewvc?rev=579621&view=rev
Log:
applied patch for https://issues.apache.org/activemq/browse/CAMEL-157

Modified:
    activemq/camel/trunk/components/camel-cxf/pom.xml
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/components/camel-cxf/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-cxf/pom.xml?rev=579621&r1=579620&r2=579621&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-cxf/pom.xml (original)
+++ activemq/camel/trunk/components/camel-cxf/pom.xml Wed Sep 26 04:59:50 2007
@@ -163,21 +163,21 @@
     <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-core</artifactId>
-       <version>2.0.5</version>
+       <version>${spring-version}</version>
        <scope>test</scope>
     </dependency>
 
     <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-beans</artifactId>
-       <version>2.0.5</version>
+       <version>${spring-version}</version>
        <scope>test</scope>
      </dependency>
     
     <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-context</artifactId>
-       <version>2.0.5</version>
+       <version>${spring-version}</version>
        <scope>test</scope>
      </dependency>
 
@@ -185,7 +185,7 @@
     <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-web</artifactId>
-       <version>2.0.5</version>
+       <version>${spring-version}</version>
        <scope>test</scope>
      </dependency>
 

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=579621&r1=579620&r2=579621&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Sep 26 04:59:50 2007
@@ -37,6 +37,7 @@
     <camel-version>1.1-SNAPSHOT</camel-version>
     <compiler.fork>false</compiler.fork>
     <cxf-version>2.0.1-incubator</cxf-version>
+    <spring-version>2.0.6</spring-version>
     <jetty-version>6.1.5</jetty-version>
     <m1-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-repo-url>
     <openjpa-version>0.9.6-incubating</openjpa-version>
@@ -512,7 +513,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring</artifactId>
-        <version>2.0.5</version>
+        <version>${spring-version}</version>
         <exclusions>
           <exclusion>
             <groupId>javax.mail</groupId>
@@ -542,10 +543,6 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-remoting</artifactId>
           </exclusion>
-          <!--exclusion>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-core</artifactId>
-          </exclusion-->
         </exclusions>
       </dependency>