[ http://issues.apache.org/struts/browse/WW-1427?page=comments#action_38103 ] Ted Husted commented on WW-1427: --------------------------------
Fixed in r439152. > 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 > > 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
