You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/03/04 19:59:24 UTC

svn commit: r919129 - /servicemix/smx4/features/trunk/assembly/pom.xml

Author: jbonofre
Date: Thu Mar  4 18:59:24 2010
New Revision: 919129

URL: http://svn.apache.org/viewvc?rev=919129&view=rev
Log:
Add Camel commons-pool dependency in the assembly POM.

Modified:
    servicemix/smx4/features/trunk/assembly/pom.xml

Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=919129&r1=919128&r2=919129&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Thu Mar  4 18:59:24 2010
@@ -881,6 +881,11 @@
             <version>${commons-dbcp.camel.version}</version>
         </dependency>
         <dependency>
+            <groupId>commons-pool</groupId>
+            <artifactId>commons-pool</artifactId>
+            <version>${commons-pool.camel.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.camel.karaf</groupId>
             <artifactId>apache-camel</artifactId>
             <version>${camel.version}</version>