You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2005/09/23 17:24:10 UTC

[jira] Created: (MEV-94) httpunit pom: incorrect artifact dependency for servlet api

httpunit pom: incorrect artifact dependency for servlet api
-----------------------------------------------------------

         Key: MEV-94
         URL: http://jira.codehaus.org/browse/MEV-94
     Project: Maven Evangelism
        Type: Bug
  Components: Invalid POM  
 Reporter: Vincent Siveton


The artifactId for servlet api should be 'servlet-api' and not 'servletapi'.

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId> <--
      <version>2.3</version>
      <type>jar</type>
    </dependency>

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


[jira] Closed: (MEV-94) httpunit pom: incorrect artifact dependency for servlet api

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-94?page=all ]
     
Carlos Sanchez closed MEV-94:
-----------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

> httpunit pom: incorrect artifact dependency for servlet api
> -----------------------------------------------------------
>
>          Key: MEV-94
>          URL: http://jira.codehaus.org/browse/MEV-94
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Vincent Siveton
>     Assignee: Carlos Sanchez

>
>
> The artifactId for servlet api should be 'servlet-api' and not 'servletapi'.
>     <dependency>
>       <groupId>javax.servlet</groupId>
>       <artifactId>servlet-api</artifactId> <--
>       <version>2.3</version>
>       <type>jar</type>
>     </dependency>

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