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/03 16:59:15 UTC

svn commit: r918537 - /servicemix/smx3/trunk/pom.xml

Author: jbonofre
Date: Wed Mar  3 15:59:15 2010
New Revision: 918537

URL: http://svn.apache.org/viewvc?rev=918537&view=rev
Log:
Cleanup commons-dbcp dependency because it's not used.

Modified:
    servicemix/smx3/trunk/pom.xml

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=918537&r1=918536&r2=918537&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Wed Mar  3 15:59:15 2010
@@ -891,11 +891,6 @@
                 <version>3.1</version>
             </dependency>
             <dependency>
-                <groupId>commons-dbcp</groupId>
-                <artifactId>commons-dbcp</artifactId>
-                <version>1.3</version>
-            </dependency>
-            <dependency>
                 <groupId>commons-discovery</groupId>
                 <artifactId>commons-discovery</artifactId>
                 <version>0.2</version>