mirror of https://github.com/apache/activemq.git
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:
parent
38cfc9b164
commit
e76909d357
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue