You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by th...@apache.org on 2011/08/29 12:12:36 UTC

svn commit: r1162713 - /cocoon/cocoon3/trunk/cocoon-optional/pom.xml

Author: thorsten
Date: Mon Aug 29 10:12:36 2011
New Revision: 1162713

URL: http://svn.apache.org/viewvc?rev=1162713&view=rev
Log:
Fixing the deps for the optional module since the nekoGenerator needs the neko libs  as dep.

Modified:
    cocoon/cocoon3/trunk/cocoon-optional/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-optional/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-optional/pom.xml?rev=1162713&r1=1162712&r2=1162713&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-optional/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-optional/pom.xml Mon Aug 29 10:12:36 2011
@@ -128,11 +128,18 @@
             <version>2.2</version>
             <optional>true</optional>
         </dependency>
+        <!-- DirGenerator -->
         <dependency>
            <groupId>jakarta-regexp</groupId>
            <artifactId>jakarta-regexp</artifactId>
            <version>1.4</version>
         </dependency> 
+        <!-- NekoGenerator -->
+        <dependency>
+          <groupId>net.sourceforge.nekohtml</groupId>
+          <artifactId>nekohtml</artifactId>
+          <version>1.9.15</version>
+        </dependency>
 
         <!-- Test libraries -->
         <dependency>