You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2012/09/01 18:20:52 UTC

svn commit: r1379795 - /activemq/trunk/activemq-camel/pom.xml

Author: davsclaus
Date: Sat Sep  1 16:20:52 2012
New Revision: 1379795

URL: http://svn.apache.org/viewvc?rev=1379795&view=rev
Log:
AMQ-3847: activemq-camel has again required dependency on activemq-pool.

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

Modified: activemq/trunk/activemq-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-camel/pom.xml?rev=1379795&r1=1379794&r2=1379795&view=diff
==============================================================================
--- activemq/trunk/activemq-camel/pom.xml (original)
+++ activemq/trunk/activemq-camel/pom.xml Sat Sep  1 16:20:52 2012
@@ -72,10 +72,10 @@
       <artifactId>activemq-core</artifactId>
     </dependency>
 
+    <!-- to use AMQ with Camel efficient we would need to use pooling -->
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-pool</artifactId>
-      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>