You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2005/10/04 08:27:11 UTC

[jira] Closed: (MEV-102) commons-lang needs to set JUnit dependency to test scope

     [ http://jira.codehaus.org/browse/MEV-102?page=all ]
     
Carlos Sanchez closed MEV-102:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Duplicate

Already fixed
http://www.ibiblio.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom

> commons-lang needs to set JUnit dependency to test scope
> --------------------------------------------------------
>
>          Key: MEV-102
>          URL: http://jira.codehaus.org/browse/MEV-102
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Ken Weiner
>     Assignee: Carlos Sanchez

>
>
> The pom.xml for commons-lang-2.1 should have junit with test scope like this:
>     <dependency>
>       <groupId>junit</groupId>
>       <artifactId>junit</artifactId>
>       <version>3.8.1</version>
>       <scope>test</scope>
>     </dependency>
> Otherwise, I have to include an exclusion of junit in my pom (that lists commons-lang as a dependency) and this ends up causing the clover plugin to break :(

-- 
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