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

Brett Porter commented on MEV-59:
---------------------------------

this may get overridden eventually without fixing the source.
http://test.maven.codehaus.org/maven/commons-fileupload/poms/commons-fileupload-1.0.pom
(and down the chain, at Apache).

In a Maven1 POM, add <properties><scope>provided</scope></properties> to a 
dependency.

> commons-upload missing dependency scope
> ---------------------------------------
>
>          Key: MEV-59
>          URL: http://jira.codehaus.org/browse/MEV-59
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Nadeem Bitar
>     Assignee: Carlos Sanchez

>
>
> The servletapi should have a compile scope and junit should have a test 
> scope. 
>  
> Corrected dependencies section of the POM:
>  <dependencies>
>     <dependency>
>       <groupId>servletapi</groupId>
>       <artifactId>servletapi</artifactId>
>       <version>2.3</version>
>       <scope>compile>
>     </dependency>
>     <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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to