You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/04/14 23:04:21 UTC

svn commit: r1467829 - /camel/trunk/examples/camel-example-route-throttling/pom.xml

Author: cmueller
Date: Sun Apr 14 21:04:21 2013
New Revision: 1467829

URL: http://svn.apache.org/r1467829
Log:
CAMEL-6275: camel-example-route-throttling failed

Modified:
    camel/trunk/examples/camel-example-route-throttling/pom.xml

Modified: camel/trunk/examples/camel-example-route-throttling/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-route-throttling/pom.xml?rev=1467829&r1=1467828&r2=1467829&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-route-throttling/pom.xml (original)
+++ camel/trunk/examples/camel-example-route-throttling/pom.xml Sun Apr 14 21:04:21 2013
@@ -53,6 +53,10 @@
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-camel</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-kahadb-store</artifactId>
+        </dependency>
 
         <!-- xbean is required for ActiveMQ broker configuration in the spring xml file -->
         <dependency>