[ http://jira.codehaus.org/browse/MEV-364?page=comments#action_61863 ] 

Guillaume Boissier commented on MEV-364:
----------------------------------------

in fact I'm using commons-cli and the only released version is commons-cli 1.0 
that depends on 
commons-logging 1.0 and commons-lang 1.0

I'm not sure if it realy needs all those. but if this is the case commons-lang 
1.0 pom fix is required :o) (next version are allready fixed)


> Fix dependencies of common-lang 1.0 (add test scope for junit)
> --------------------------------------------------------------
>
>          Key: MEV-364
>          URL: http://jira.codehaus.org/browse/MEV-364
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Invalid POM, Dependencies
>     Reporter: Guillaume Boissier

>
>
> consider changing 
> <dependencies>
>     <dependency>
>       <groupId>junit</groupId>
>       <artifactId>junit</artifactId>
>       <version>3.7</version>
>     </dependency>
>   </dependencies>
> to
> <dependencies>
>     <dependency>
>       <groupId>junit</groupId>
>       <artifactId>junit</artifactId>
>       <version>3.7</version>
>       <scope>test</scope>
>     </dependency>
>   </dependencies>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to