You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2005/11/18 07:35:07 UTC

[jira] Commented: (MEV-210) DisplayTag has invalid POM - should reference javax.servlet instead of jstl

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

Carlos Sanchez commented on MEV-210:
------------------------------------

Please note that it's not needed. You only get warnings to make sure next releases use the latest conventions.

> DisplayTag has invalid POM - should reference javax.servlet instead of jstl
> ---------------------------------------------------------------------------
>
>          Key: MEV-210
>          URL: http://jira.codehaus.org/browse/MEV-210
>      Project: Maven Evangelism
>         Type: Improvement
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
>     <dependency>
>       <groupId>jstl</groupId>
>       <artifactId>jstl</artifactId>
>       <version>1.0.2</version>
>     </dependency>
> Should be:
>     <dependency>
>       <groupId>javax.servlet</groupId>
>       <artifactId>jstl</artifactId>
>       <version>1.0.2</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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org