returning JSTL dependencies since deployment WAR to external containers needs them

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@722894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2008-12-03 14:12:47 +00:00
parent 38cfc9b164
commit e76909d357
1 changed files with 11 additions and 1 deletions

View File

@ -114,7 +114,7 @@
<artifactId>geronimo-servlet_2.5_spec</artifactId>
<scope>provided</scope>
</dependency>
<!-- j2ee jars -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
@ -216,6 +216,16 @@
<groupId>opensymphony</groupId>
<artifactId>sitemesh</artifactId>
</dependency>
<!-- JSTL support -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
</dependency>
<!-- XStream marshalling -->