You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/08/17 08:47:20 UTC

svn commit: r566938 - /activemq/camel/trunk/components/camel-activemq/pom.xml

Author: jstrachan
Date: Thu Aug 16 23:47:19 2007
New Revision: 566938

URL: http://svn.apache.org/viewvc?view=rev&rev=566938
Log:
added mandatory dependency on camel-activemq; since we use the pooling for sending via JmsTemplate

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

Modified: activemq/camel/trunk/components/camel-activemq/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-activemq/pom.xml?view=diff&rev=566938&r1=566937&r2=566938
==============================================================================
--- activemq/camel/trunk/components/camel-activemq/pom.xml (original)
+++ activemq/camel/trunk/components/camel-activemq/pom.xml Thu Aug 16 23:47:19 2007
@@ -51,6 +51,10 @@
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
     </dependency>
+    <dependency>
+      <groupId>commons-pool</groupId>
+      <artifactId>commons-pool</artifactId>
+    </dependency>
 
 
     <!-- testing -->
@@ -74,11 +78,6 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-pool</groupId>
-      <artifactId>commons-pool</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>