You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jean-Laurent de Morlhon (JIRA)" <ji...@codehaus.org> on 2005/11/03 14:32:06 UTC

[jira] Resolved: (MEV-170) commons-lang 2.1 pom specify JUnit as compile scope dependency

     [ http://jira.codehaus.org/browse/MEV-170?page=all ]
     
Jean-Laurent de Morlhon resolved MEV-170:
-----------------------------------------

    Resolution: Duplicate

Sorry duplicate of MEV-153

> commons-lang 2.1 pom specify JUnit as compile scope dependency
> --------------------------------------------------------------
>
>          Key: MEV-170
>          URL: http://jira.codehaus.org/browse/MEV-170
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Jean-Laurent de Morlhon

>
>
> In commons-lang 2.1 pom, JUnit is specified as a default compile scope dependency where it should be test scope.
> commons-lang 2.1 pom build-dependencies block should be :
>   <dependencies>
>     <dependency>
>       <groupId>junit</groupId>
>       <artifactId>junit</artifactId>
>       <version>3.8.1</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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org