mirror of https://github.com/apache/activemq.git
fix for AMQ-1968
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@701381 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ed74fd211
commit
c89adb8411
|
@ -217,16 +217,6 @@
|
|||
<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 -->
|
||||
<dependency>
|
||||
|
|
|
@ -179,8 +179,6 @@
|
|||
|
||||
<!-- JSTL and other web stuff -->
|
||||
<include>opensymphony:sitemesh</include>
|
||||
<include>javax.servlet:jstl</include>
|
||||
<include>taglibs:standard</include>
|
||||
|
||||
<!-- Atom/RSS support -->
|
||||
<include>rome:rome</include>
|
||||
|
|
Loading…
Reference in New Issue