You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/04/16 15:00:08 UTC

svn commit: r394479 - /cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-impl/pom.xml

Author: jheymans
Date: Sun Apr 16 06:00:07 2006
New Revision: 394479

URL: http://svn.apache.org/viewcvs?rev=394479&view=rev
Log:
missing test dependency

Modified:
    cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-impl/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-impl/pom.xml?rev=394479&r1=394478&r2=394479&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-webdav/cocoon-webdav-impl/pom.xml Sun Apr 16 06:00:07 2006
@@ -57,5 +57,12 @@
       <artifactId>commons-transaction</artifactId>
       <version>1.1</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-core</artifactId>
+      <version>2.2.0-SNAPSHOT</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>