You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/03/05 20:50:57 UTC

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

Author: gertv
Date: Fri Mar  5 19:50:56 2010
New Revision: 919571

URL: http://svn.apache.org/viewvc?rev=919571&view=rev
Log:
Remove commons-pool bundle version from assembly pom to avoid duplicate there -- it's in deps/pom.xml

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=919571&r1=919570&r2=919571&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Fri Mar  5 19:50:56 2010
@@ -876,11 +876,6 @@
             <version>${commons-dbcp.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix.bundles</groupId>
-            <artifactId>org.apache.servicemix.bundles.commons-pool</artifactId>
-            <version>${commons-pool.version}</version>
-        </dependency>
-        <dependency>
           <groupId>org.apache.camel</groupId>
           <artifactId>camel-core</artifactId>
           <version>${camel.version}</version>