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

[jira] Commented: (MEV-59) commons-upload missing dependency scope

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

Nadeem Bitar commented on MEV-59:
---------------------------------

I made a mistake, the scope should be "provided" not compile for the servletapi.

The corrected dependency again:

<dependency>
      <groupId>servletapi</groupId>
      <artifactId>servletapi</artifactId>
      <version>2.3</version>
      <scope>provided</scope>
 </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

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org