You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2007/08/24 20:24:47 UTC

[jira] Commented: (MEV-364) Fix dependencies of common-lang 1.0 (add test scope for junit)

    [ http://jira.codehaus.org/browse/MEV-364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105657 ] 

Dennis Lundberg commented on MEV-364:
-------------------------------------

Henri, I agree that this issue should be closed as won't fix. However this issues is for commons-lang to commons-cli.

Guillaume, the policy is to not change files in the repository after they have been deployed. This is to make sure that reproducible builds are reproducible. Commons-lang-2.0 has the correct scope set.

> 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
>          Issue Type: Bug
>          Components: Dependencies, Invalid POM
>            Reporter: Guillaume Boissier
>            Assignee: Henri Yandell
>
> 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