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

Matt Raible commented on MEV-238:
---------------------------------

Here's a strange one - if I set the scope to "provided", even though I have the 
following in my pom.xml, the servlet-api isn't included and compilation fails.

        <dependency>
            <artifactId>servlet-api</artifactId>
            <groupId>javax.servlet</groupId>
            <version>2.4</version>
            <scope>provided</scope>
        </dependency>

> 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

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

Reply via email to