You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2012/05/09 03:08:40 UTC

svn commit: r1335878 - in /camel/trunk/examples: camel-example-management/pom.xml camel-example-pojo-messaging/pom.xml camel-example-spring-jms/pom.xml

Author: dkulp
Date: Wed May  9 01:08:39 2012
New Revision: 1335878

URL: http://svn.apache.org/viewvc?rev=1335878&view=rev
Log:
Fix test failures from AMQ upgrade

Modified:
    camel/trunk/examples/camel-example-management/pom.xml
    camel/trunk/examples/camel-example-pojo-messaging/pom.xml
    camel/trunk/examples/camel-example-spring-jms/pom.xml

Modified: camel/trunk/examples/camel-example-management/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-management/pom.xml?rev=1335878&r1=1335877&r2=1335878&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-management/pom.xml (original)
+++ camel/trunk/examples/camel-example-management/pom.xml Wed May  9 01:08:39 2012
@@ -52,6 +52,10 @@
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-camel</artifactId>
         </dependency>
+        <dependency>
+          <groupId>org.apache.activemq</groupId>
+          <artifactId>activemq-pool</artifactId>
+        </dependency>
 
         <!-- xbean is required for ActiveMQ broker configuration in the spring xml file -->
         <dependency>

Modified: camel/trunk/examples/camel-example-pojo-messaging/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-pojo-messaging/pom.xml?rev=1335878&r1=1335877&r2=1335878&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-pojo-messaging/pom.xml (original)
+++ camel/trunk/examples/camel-example-pojo-messaging/pom.xml Wed May  9 01:08:39 2012
@@ -42,6 +42,10 @@
 			<groupId>org.apache.activemq</groupId>
 			<artifactId>activemq-core</artifactId>
 		</dependency>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-pool</artifactId>
+        </dependency>
 		<dependency>
 			<groupId>org.apache.activemq</groupId>
 			<artifactId>activemq-camel</artifactId>

Modified: camel/trunk/examples/camel-example-spring-jms/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-jms/pom.xml?rev=1335878&r1=1335877&r2=1335878&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-jms/pom.xml (original)
+++ camel/trunk/examples/camel-example-spring-jms/pom.xml Wed May  9 01:08:39 2012
@@ -56,6 +56,10 @@
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-camel</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-pool</artifactId>
+        </dependency>
         <!-- END SNIPPET: e1 -->
 
         <!-- START SNIPPET: e2 -->