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/10/03 15:57:44 UTC

svn commit: r701381 - in /activemq/trunk: activemq-web-console/pom.xml assembly/src/main/descriptors/common-bin.xml

Author: dejanb
Date: Fri Oct  3 06:57:44 2008
New Revision: 701381

URL: http://svn.apache.org/viewvc?rev=701381&view=rev
Log:
fix for AMQ-1968

Modified:
    activemq/trunk/activemq-web-console/pom.xml
    activemq/trunk/assembly/src/main/descriptors/common-bin.xml

Modified: activemq/trunk/activemq-web-console/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/pom.xml?rev=701381&r1=701380&r2=701381&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/pom.xml (original)
+++ activemq/trunk/activemq-web-console/pom.xml Fri Oct  3 06:57:44 2008
@@ -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>

Modified: activemq/trunk/assembly/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/main/descriptors/common-bin.xml?rev=701381&r1=701380&r2=701381&view=diff
==============================================================================
--- activemq/trunk/assembly/src/main/descriptors/common-bin.xml (original)
+++ activemq/trunk/assembly/src/main/descriptors/common-bin.xml Fri Oct  3 06:57:44 2008
@@ -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>