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/06/27 19:31:53 UTC

svn commit: r551235 - /activemq/camel/trunk/components/camel-jbi/pom.xml

Author: jstrachan
Date: Wed Jun 27 10:31:52 2007
New Revision: 551235

URL: http://svn.apache.org/viewvc?view=rev&rev=551235
Log:
added explicit spring version to bump the version number imported from servicemix

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

Modified: activemq/camel/trunk/components/camel-jbi/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-jbi/pom.xml?view=diff&rev=551235&r1=551234&r2=551235
==============================================================================
--- activemq/camel/trunk/components/camel-jbi/pom.xml (original)
+++ activemq/camel/trunk/components/camel-jbi/pom.xml Wed Jun 27 10:31:52 2007
@@ -57,11 +57,17 @@
       <artifactId>servicemix-common</artifactId>
       <version>${servicemix-version}</version>
     </dependency>
+
+    <!-- lets upgrade the versions -->
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-server</artifactId>
       <version>3.1-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+    </dependency>    
 
     <!-- testing -->
     <dependency>