You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2011/11/01 10:39:41 UTC

svn commit: r1195894 - in /cocoon/cocoon3/trunk: cocoon-cli/pom.xml parent/pom.xml

Author: simonetripodi
Date: Tue Nov  1 09:39:40 2011
New Revision: 1195894

URL: http://svn.apache.org/viewvc?rev=1195894&view=rev
Log:
added the commons-digester to process the input pipeline descriptor

Modified:
    cocoon/cocoon3/trunk/cocoon-cli/pom.xml
    cocoon/cocoon3/trunk/parent/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-cli/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-cli/pom.xml?rev=1195894&r1=1195893&r2=1195894&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-cli/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-cli/pom.xml Tue Nov  1 09:39:40 2011
@@ -52,6 +52,10 @@
       <groupId>com.beust</groupId>
       <artifactId>jcommander</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-digester3</artifactId>
+    </dependency>
     <!-- Logging -->
     <dependency>
       <groupId>org.slf4j</groupId>

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=1195894&r1=1195893&r2=1195894&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Tue Nov  1 09:39:40 2011
@@ -461,6 +461,11 @@
                 <artifactId>jcommander</artifactId>
                 <version>1.17</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-digester3</artifactId>
+                <version>3.1</version>
+            </dependency>
 
             <!-- Logging -->
             <dependency>