Author: ningjiang
Date: Sun Apr 27 20:17:23 2008
New Revision: 652049
URL: http://svn.apache.org/viewvc?rev=652049&view=rev
Log:
Fixed the build failure of TransactedJmsRouteTest
Modified:
activemq/camel/trunk/components/camel-jms/pom.xml
Modified: activemq/camel/trunk/components/camel-jms/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-jms/pom.xml?rev=652049&r1=652048&r2=652049&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-jms/pom.xml (original)
+++ activemq/camel/trunk/components/camel-jms/pom.xml Sun Apr 27 20:17:23 2008
@@ -91,6 +91,15 @@
<artifactId>activemq-core</artifactId>
<scope>test</scope>
</dependency>
+ <!-- Since activemq 5.0.0 still use the activeio-core 3.1-SNAPSHOT,
+ Now we use 3.0.0-incubator version to avoid the building failure
+ -->
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activeio-core</artifactId>
+ <version>3.0.0-incubator</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring</artifactId>