You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2005/10/04 12:18:11 UTC

svn commit: r293580 - in /cocoon/blocks: cron/trunk/pom.xml forms/trunk/pom.xml

Author: reinhard
Date: Tue Oct  4 03:17:58 2005
New Revision: 293580

URL: http://svn.apache.org/viewcvs?rev=293580&view=rev
Log:
fix maven build

Modified:
    cocoon/blocks/cron/trunk/pom.xml
    cocoon/blocks/forms/trunk/pom.xml

Modified: cocoon/blocks/cron/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/blocks/cron/trunk/pom.xml?rev=293580&r1=293579&r2=293580&view=diff
==============================================================================
--- cocoon/blocks/cron/trunk/pom.xml (original)
+++ cocoon/blocks/cron/trunk/pom.xml Tue Oct  4 03:17:58 2005
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>quartz</groupId>
       <artifactId>quartz</artifactId>
-      <version>1.4.5</version>
+      <version>1.5.0-RC2</version>
     </dependency>
     <dependency>
       <groupId>excalibur-datasource</groupId>

Modified: cocoon/blocks/forms/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/blocks/forms/trunk/pom.xml?rev=293580&r1=293579&r2=293580&view=diff
==============================================================================
--- cocoon/blocks/forms/trunk/pom.xml (original)
+++ cocoon/blocks/forms/trunk/pom.xml Tue Oct  4 03:17:58 2005
@@ -78,6 +78,11 @@
       <version>2.2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>apache-cocoon</groupId>
+      <artifactId>cocoon-ajax</artifactId>
+      <version>2.2-SNAPSHOT</version>
+    </dependency>    
   </dependencies>
   <reporting>
     <plugins>