[ http://jira.codehaus.org/browse/MEV-232?page=comments#action_52079 ]
Matt Raible commented on MEV-232:
---------------------------------
The servletapi dependency needs updating as well - to prevent warnings when
using Maven 2's Ant Tasks. It should use the new group/artifactId's, as well
as set the scope to provided.
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>
> DWR POM should list dependencies as optional
> --------------------------------------------
>
> Key: MEV-232
> URL: http://jira.codehaus.org/browse/MEV-232
> Project: Maven Evangelism
> Type: Bug
> Components: Invalid POM
> Reporter: Matt Raible
>
>
> AFAIK, DWR doesn't require any dependencies at runtime, therefore all it's
> dependencies should be marked optional (except servlet which should be
> provided).
> Current: http://www.ibiblio.org/maven2/uk/ltd/getahead/dwr/1.0/dwr-1.0.pom
> Updated:
> http://static.appfuse.org/repository/uk/ltd/getahead/dwr/1.0/dwr-1.0.pom
--
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]