You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by da...@apache.org on 2006/02/07 22:49:49 UTC

svn commit: r375725 - in /cocoon/trunk/cocoon-blocks-fw: cocoon-blocks-fw-impl/pom.xml cocoon-blocks-fw-sample/pom.xml

Author: danielf
Date: Tue Feb  7 13:49:48 2006
New Revision: 375725

URL: http://svn.apache.org/viewcvs?rev=375725&view=rev
Log:
Update dependencies after having moved the sitemap servlet.

Modified:
    cocoon/trunk/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml
    cocoon/trunk/cocoon-blocks-fw/cocoon-blocks-fw-sample/pom.xml

Modified: cocoon/trunk/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml?rev=375725&r1=375724&r2=375725&view=diff
==============================================================================
--- cocoon/trunk/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml (original)
+++ cocoon/trunk/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml Tue Feb  7 13:49:48 2006
@@ -23,6 +23,12 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-sitemap-impl</artifactId>
+      <version>1.0-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>httpunit</groupId>
       <artifactId>httpunit</artifactId>
       <version>1.6</version>

Modified: cocoon/trunk/cocoon-blocks-fw/cocoon-blocks-fw-sample/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-blocks-fw/cocoon-blocks-fw-sample/pom.xml?rev=375725&r1=375724&r2=375725&view=diff
==============================================================================
--- cocoon/trunk/cocoon-blocks-fw/cocoon-blocks-fw-sample/pom.xml (original)
+++ cocoon/trunk/cocoon-blocks-fw/cocoon-blocks-fw-sample/pom.xml Tue Feb  7 13:49:48 2006
@@ -57,6 +57,11 @@
       <artifactId>cocoon-blocks-fw-impl</artifactId>
       <version>1.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-sitemap-impl</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
   </dependencies>
   <pluginRepositories>
     <pluginRepository>