Author: gnodet
Date: Mon Jul 28 11:45:13 2008
New Revision: 680441
URL: http://svn.apache.org/viewvc?rev=680441&view=rev
Log:
Add missing dependencies
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=680441&r1=680440&r2=680441&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Mon Jul 28 11:45:13 2008
@@ -190,6 +190,11 @@
<version>${woodstox.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.quartz</artifactId>
+ <version>${quartz.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle</artifactId>
<version>${cxf.version}</version>