Author: ffang
Date: Mon Oct 22 01:12:50 2007
New Revision: 587026

URL: http://svn.apache.org/viewvc?rev=587026&view=rev
Log:
correct servicemix-lwcontainer dependency

Modified:
    
incubator/servicemix/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml

Modified: 
incubator/servicemix/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml?rev=587026&r1=587025&r2=587026&view=diff
==============================================================================
--- 
incubator/servicemix/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml
 (original)
+++ 
incubator/servicemix/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml
 Mon Oct 22 01:12:50 2007
@@ -49,8 +49,8 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>quartz</groupId>
-      <artifactId>quartz</artifactId>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-quartz</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>


Reply via email to