You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2009/02/12 00:23:34 UTC

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

Author: ccustine
Date: Wed Feb 11 23:23:34 2009
New Revision: 743559

URL: http://svn.apache.org/viewvc?rev=743559&view=rev
Log:
SMX4-209 Upgrade quarz bundle to 1.6.1
- Added commons-collections bundle to pom.xml to fix clean builds

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=743559&r1=743558&r2=743559&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Wed Feb 11 23:23:34 2009
@@ -157,6 +157,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.commons-collections</artifactId>
+            <version>${commons-collections.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.oro</artifactId>
             <version>${oro.version}</version>
         </dependency>