[ http://issues.apache.org/struts/browse/WW-1427?page=all ]

Don Brown resolved WW-1427.
---------------------------

    Resolution: Fixed
      Assignee: Ted Husted

Resolving since fixed.

> struts2-api-2.0.0-SNAPSHOT.pom has servlet-api listed with "compile" scope, 
> should be provided
> ----------------------------------------------------------------------------------------------
>
>                 Key: WW-1427
>                 URL: http://issues.apache.org/struts/browse/WW-1427
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 2.0.0
>            Reporter: Matt Raible
>         Assigned To: Ted Husted
>
> struts2-api-2.0.0-SNAPSHOT.pom has servlet-api listed with "compile" scope, 
> which means it gets included in resulting WARs.  I believe this would be 
> better set as <scope>provided</scope>.
>     <dependency>
>       <groupId>javax.servlet</groupId>
>       <artifactId>servlet-api</artifactId>
>       <version>2.4</version>
>       <scope>provided</scope>
>     </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to