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:
Bosanac Dejan 2008-10-03 13:57:44 +00:00
parent 5ed74fd211
commit c89adb8411
2 changed files with 0 additions and 12 deletions

View File

@ -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>

View File

@ -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>