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

Brian Fox commented on MEV-176:
-------------------------------

We found this specificaly after cleaning all our repos. The problem is that 
struts still refers to the old location and we get the error saying it's been 
relocated. Should that mean the struts pom needs to be fixed? We had to 
manually edit it in our repository to make it work correctly.

> Struts 1.1 pom has invalid servlet-api dependency
> -------------------------------------------------
>
>          Key: MEV-176
>          URL: http://jira.codehaus.org/browse/MEV-176
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Damian Bradicich
>     Assignee: Carlos Sanchez

>
>
> Previous:
>     <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