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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to