You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/10/26 03:17:42 UTC

svn commit: r588463 - /cocoon/trunk/blocks/cocoon-welcome/pom.xml

Author: vgritsenko
Date: Thu Oct 25 18:17:41 2007
New Revision: 588463

URL: http://svn.apache.org/viewvc?rev=588463&view=rev
Log:
jx templates seems to be not used here

Modified:
    cocoon/trunk/blocks/cocoon-welcome/pom.xml

Modified: cocoon/trunk/blocks/cocoon-welcome/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-welcome/pom.xml?rev=588463&r1=588462&r2=588463&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-welcome/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-welcome/pom.xml Thu Oct 25 18:17:41 2007
@@ -62,10 +62,5 @@
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-servlet-service-components</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.cocoon</groupId>
-      <artifactId>cocoon-template-impl</artifactId>
-    </dependency>
   </dependencies>
-  
 </project>