You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2012/07/13 14:18:48 UTC

svn commit: r1361179 - /activemq/trunk/activemq-web-console/pom.xml

Author: dejanb
Date: Fri Jul 13 12:18:48 2012
New Revision: 1361179

URL: http://svn.apache.org/viewvc?rev=1361179&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-3923 - webconsole in osgi - get back jstl in war

Modified:
    activemq/trunk/activemq-web-console/pom.xml

Modified: activemq/trunk/activemq-web-console/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/pom.xml?rev=1361179&r1=1361178&r2=1361179&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/pom.xml (original)
+++ activemq/trunk/activemq-web-console/pom.xml Fri Jul 13 12:18:48 2012
@@ -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>