[ http://issues.apache.org/struts/browse/WW-1427?page=all ]
Don Brown updated WW-1427:
--------------------------
Fix Version/s: 2.0.0
Affects Version/s: (was: 2.0.0)
> 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
> Reporter: Matt Raible
> Assigned To: Ted Husted
> Fix For: 2.0.0
>
>
> 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