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 2008/12/03 15:12:47 UTC

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

Author: dejanb
Date: Wed Dec  3 06:12:47 2008
New Revision: 722894

URL: http://svn.apache.org/viewvc?rev=722894&view=rev
Log:
returning JSTL dependencies since deployment WAR to external containers needs them

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=722894&r1=722893&r2=722894&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/pom.xml (original)
+++ activemq/trunk/activemq-web-console/pom.xml Wed Dec  3 06:12:47 2008
@@ -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 -->