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 07:19:42 UTC

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

Author: jbonofre
Date: Thu Mar  4 06:19:41 2010
New Revision: 918867

URL: http://svn.apache.org/viewvc?rev=918867&view=rev
Log:
Add commons-dbcp artifact download (required by Camel).

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

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

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=918867&r1=918866&r2=918867&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Thu Mar  4 06:19:41 2010
@@ -88,6 +88,7 @@
       <commons-pool.version>1.5.4_1</commons-pool.version>
       <commons-pool.camel.version>1.5.4</commons-pool.camel.version>
       <commons-pool.activemq.version>1.4_1</commons-pool.activemq.version>
+      <commons-dbcp.camel.version>1.3</commons-dbcp.camel.version>
       <commons-vfs.version>1.0_3</commons-vfs.version>
       <commons-jexl.version>1.1_3</commons-jexl.version>
       <commons-lang-version>2.4</commons-lang-version>