[ http://jira.codehaus.org/browse/MEV-146?page=comments#action_51885 ]
Matt Raible commented on MEV-146:
---------------------------------
I've been able to reproduce this. It seems to me that jstl should depend on
standard, or standard should depend on jstl - so you don't have to declare them
both. The following works for me.
<dependency>
<artifactId>jstl</artifactId>
<groupId>javax.servlet</groupId>
<version>1.1.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>standard</artifactId>
<groupId>taglibs</groupId>
<version>1.1.2</version>
<scope>runtime</scope>
</dependency>
> JSTL need also the standard.jar companion lib
> ---------------------------------------------
>
> Key: MEV-146
> URL: http://jira.codehaus.org/browse/MEV-146
> Project: Maven Evangelism
> Type: Improvement
> Components: Dependencies
> Reporter: Srepfler Srgjan
>
>
> The JSTL lib is usefull but the web part of the application needs the
> standard.jar library.
> Please add.
--
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]