Hi Mike,

where did you find commons-cli-2.0? It is a sandbox component and
never been released...

Please let me know because if you didn't compiled & put it in our
repo, I have a serious issue to report to the Commons PMC.

TIA,
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Sat, Mar 24, 2012 at 4:47 PM,  <[email protected]> wrote:
> 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