Author: gtully
Date: Mon Mar 1 14:02:59 2010
New Revision: 917534
URL: http://svn.apache.org/viewvc?rev=917534&view=rev
Log:
camel 2.2.0 needed to ensure container is started from requestor with 3.0
https://issues.apache.org/activemq/browse/AMQ-2547 - upgrading trunk to spring
3.0.1.RELEASE
Modified:
activemq/trunk/activemq-camel/pom.xml
activemq/trunk/pom.xml
Modified: activemq/trunk/activemq-camel/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-camel/pom.xml?rev=917534&r1=917533&r2=917534&view=diff
==============================================================================
--- activemq/trunk/activemq-camel/pom.xml (original)
+++ activemq/trunk/activemq-camel/pom.xml Mon Mar 1 14:02:59 2010
@@ -137,6 +137,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>
Modified: activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=917534&r1=917533&r2=917534&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Mon Mar 1 14:02:59 2010
@@ -44,7 +44,7 @@
<aopalliance-version>1.0</aopalliance-version>
<axion-version>1.0-M3-dev</axion-version>
<axis-version>1.2-RC1</axis-version>
- <camel-version>2.0.0</camel-version>
+ <camel-version>2.2.0</camel-version>
<cglib-version>2.0</cglib-version>
<commons-beanutils-version>1.6.1</commons-beanutils-version>
<commons-collections-version>3.2.1</commons-collections-version>