Author: ccustine
Date: Wed Feb 11 23:30:19 2009
New Revision: 743563
URL: http://svn.apache.org/viewvc?rev=743563&view=rev
Log:
SMX4-209 Upgrade quarz bundle to 1.6.1
- Added commons-collections bundle to pom.xml to fix clean builds
- Updated to match gertv commit 743540
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=743563&r1=743562&r2=743563&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Wed Feb 11 23:30:19 2009
@@ -156,8 +156,8 @@
<version>${commons.httpclient.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.bundles</groupId>
-
<artifactId>org.apache.servicemix.bundles.commons-collections</artifactId>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
<version>${commons-collections.version}</version>
</dependency>
<dependency>