Author: mostarda
Date: Sat Mar 24 15:47:46 2012
New Revision: 1304831

URL: http://svn.apache.org/viewvc?rev=1304831&view=rev
Log:
Dependency management declaration was missing. Fixed.

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1304831&r1=1304830&r2=1304831&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Sat Mar 24 15:47:46 2012
@@ -244,7 +244,12 @@
         <artifactId>commons-codec</artifactId>
         <version>1.3</version>
       </dependency>
-      <dependency>
+        <dependency>
+            <groupId>commons-cli</groupId>
+            <artifactId>commons-cli</artifactId>
+            <version>2.0</version>
+        </dependency>
+        <dependency>
         <groupId>net.sourceforge.nekohtml</groupId>
         <artifactId>nekohtml</artifactId>
         <version>1.9.14</version>


Reply via email to