You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/04/12 02:10:01 UTC

svn commit: r393334 - /incubator/servicemix/trunk/servicemix-wsn2005/project.xml

Author: gnodet
Date: Tue Apr 11 17:10:00 2006
New Revision: 393334

URL: http://svn.apache.org/viewcvs?rev=393334&view=rev
Log:
Add missing quartz dependency

Modified:
    incubator/servicemix/trunk/servicemix-wsn2005/project.xml

Modified: incubator/servicemix/trunk/servicemix-wsn2005/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-wsn2005/project.xml?rev=393334&r1=393333&r2=393334&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-wsn2005/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-wsn2005/project.xml Tue Apr 11 17:10:00 2006
@@ -255,6 +255,10 @@
           <scope>compile</scope>
         </properties>
       </dependency>
+    <dependency>
+      <id>quartz</id>
+      <version>${quartz_version}</version>
+    </dependency>
 
   </dependencies>