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

Wendy Smoak commented on MEV-251:
---------------------------------

Struts 1.1 should depend on Servlet 2.2.  Actually it looks like the version 
numbers are wrong for several of the dependencies.  I'll take a look at it and 
provide a more complete patch.  -- Wendy Smoak (Struts committer)
   http://www.ibiblio.org/maven2/struts/struts/1.1/struts-1.1.pom
   http://struts.apache.org/struts-doc-1.1/userGuide/installation.html


> struts 1.1 pom has servlet-api in compile scope (patch attached)
> ----------------------------------------------------------------
>
>          Key: MEV-251
>          URL: http://jira.codehaus.org/browse/MEV-251
>      Project: Maven Evangelism
>         Type: Bug

>     Reporter: Brian Fox
>  Attachments: struts1.1.patch
>
>
> servlet-api is in the compile scope and causes conflicts when used in a war.
> Should be:
>     <dependency>
>       <groupId>javax.servlet</groupId>
>       <artifactId>servlet-api</artifactId>
>       <version>2.3</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://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