You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Edwin Punzalan (JIRA)" <ji...@codehaus.org> on 2005/11/29 02:19:07 UTC

[jira] Closed: (MEV-238) jWebunit 1.2 has invalid artifact/groupId for servletapi

     [ http://jira.codehaus.org/browse/MEV-238?page=all ]
     
Edwin Punzalan closed MEV-238:
------------------------------

    Resolution: Fixed

Fixed.

NOTE: May take up to 4 hours for the fix to reach central repo.

> jWebunit 1.2 has invalid artifact/groupId for servletapi
> --------------------------------------------------------
>
>          Key: MEV-238
>          URL: http://jira.codehaus.org/browse/MEV-238
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Currently is:
>     <dependency> 
>       <groupId>servletapi</groupId>
>       <artifactId>servletapi</artifactId>
>       <version>2.3</version>
>     </dependency>
> Should be:
>     <dependency> 
>       <groupId>javax.servlet</groupId>
>       <artifactId>servlet-api</artifactId>
>       <version>2.3</version>
>     </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