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

svn commit: r579116 - /cocoon/trunk/core/cocoon-core/pom.xml

Author: reinhard
Date: Tue Sep 25 01:17:51 2007
New Revision: 579116

URL: http://svn.apache.org/viewvc?rev=579116&view=rev
Log:
add dependency for the sake of Java 1.4

Modified:
    cocoon/trunk/core/cocoon-core/pom.xml

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/pom.xml?rev=579116&r1=579115&r2=579116&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Tue Sep 25 01:17:51 2007
@@ -139,6 +139,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-sitemap-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-sitemap-components</artifactId>
     </dependency>
     <dependency>