[ 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
