From dev-return-12807-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Fri Oct 03 13:58:43 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 93153 invoked from network); 3 Oct 2008 13:58:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2008 13:58:43 -0000 Received: (qmail 94389 invoked by uid 500); 3 Oct 2008 13:58:42 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 94196 invoked by uid 500); 3 Oct 2008 13:58:42 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 94185 invoked by uid 99); 3 Oct 2008 13:58:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2008 06:58:41 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2008 13:57:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9F39B234C20F for ; Fri, 3 Oct 2008 06:57:52 -0700 (PDT) Message-ID: <1265942295.1223042272637.JavaMail.jira@brutus> Date: Fri, 3 Oct 2008 06:57:52 -0700 (PDT) From: "Dejan Bosanac (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1968) Dependencies to jstl and standard tag library for web console are duplicated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Dependencies to jstl and standard tag library for web console are duplicated ---------------------------------------------------------------------------- Key: AMQ-1968 URL: https://issues.apache.org/activemq/browse/AMQ-1968 Project: ActiveMQ Issue Type: Improvement Components: Broker Affects Versions: 5.2.0 Reporter: Dejan Bosanac Assignee: Dejan Bosanac Priority: Minor Fix For: 5.3.0 There's no need to have JSTL and standard tag library JARs in the web console classpath since they are already included with jsp-api jar. It adds to the size of the distribution and could lead to version conflicts. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.