You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jj...@apache.org on 2007/01/21 23:23:59 UTC

svn commit: r498468 - /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml

Author: jjohnston
Date: Sun Jan 21 14:23:58 2007
New Revision: 498468

URL: http://svn.apache.org/viewvc?view=rev&rev=498468
Log:
Add test-scope dependency to cocoon-pipeline-impl's test jar to fix template block's testcase compilation

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

Modified: cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml?view=diff&rev=498468&r1=498467&r2=498468
==============================================================================
--- cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml Sun Jan 21 14:23:58 2007
@@ -61,6 +61,13 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-pipeline-impl</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>xmlunit</groupId>
       <artifactId>xmlunit</artifactId>
       <version>0.8</version>