Antonio Petrelli <[EMAIL PROTECTED]> wrote:
> To test an issue:
> https://issues.apache.org/struts/browse/SB-34
> I need to use JSTL in the
> test webapp Since I am not a Maven whiz, I
> hope that someone can add a Maven dependency to JSTL (Wendy, I
> suppose).
> Can anyone do it for me, please?
> Thanks in advance
>
> Ciao
> Antonio
add this to pom.xml:
<project ...>
...
<dependencies>
...
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.1.2</version>
<scope>runtime</scope>
</dependency>
...
</dependecies>
...
</project>
---------------------------------
Stay in the know. Pulse on the new Yahoo.com. Check it out.