You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gk...@apache.org on 2007/07/03 22:43:55 UTC

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

Author: gkossakowski
Date: Tue Jul  3 13:43:54 2007
New Revision: 552974

URL: http://svn.apache.org/viewvc?view=rev&rev=552974
Log:
Module cocoon-template-impl does not depend on cocoon-flowscript-impl anymore.

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=552974&r1=552973&r2=552974
==============================================================================
--- cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml Tue Jul  3 13:43:54 2007
@@ -63,10 +63,6 @@
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-flowscript-impl</artifactId>
-    </dependency>
     <!--  
           Test dependencies
           TODO remove these when MNG-1378 is fixed, these are inherited from the root pom normally