https://issues.apache.org/jira/browse/AMQ-3923 - webconsole in osgi - get back jstl in war

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1361179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2012-07-13 12:18:48 +00:00
parent a5bb9bd1d7
commit 87e300add0
1 changed files with 1 additions and 4 deletions

View File

@ -40,8 +40,7 @@
<outputFileNameMapping>@{artifactId}@-@{baseVersion}@@{dashClassifier?}@.@{extension}@</outputFileNameMapping>
<packagingExcludes>
WEB-INF/lib/jetty*.jar,
WEB-INF/lib/servlet*.jar,
WEB-INF/lib/jstl*.jar
WEB-INF/lib/servlet*.jar
</packagingExcludes>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
@ -279,12 +278,10 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<scope>provided</scope>
</dependency>