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
<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]