Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3BA2A10520 for ; Fri, 23 Oct 2015 16:52:26 +0000 (UTC) Received: (qmail 82985 invoked by uid 500); 23 Oct 2015 16:52:26 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 82951 invoked by uid 500); 23 Oct 2015 16:52:25 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 82942 invoked by uid 99); 23 Oct 2015 16:52:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2015 16:52:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B83E3DFF30; Fri, 23 Oct 2015 16:52:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@activemq.apache.org Message-Id: <49ca8fa025664b05906a0e5738f9d8f8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: activemq git commit: [AMQ-6020] Adding the necessary import and removing the export packages This closes #153 This closes #152 Date: Fri, 23 Oct 2015 16:52:25 +0000 (UTC) Repository: activemq Updated Branches: refs/heads/master f09b9203a -> 0ff46b187 [AMQ-6020] Adding the necessary import and removing the export packages This closes #153 This closes #152 Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/0ff46b18 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/0ff46b18 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/0ff46b18 Branch: refs/heads/master Commit: 0ff46b18790d8df6221346b0f433fea53fa5c69a Parents: f09b920 Author: Christian Schneider Authored: Fri Oct 23 11:04:29 2015 +0200 Committer: Daniel Kulp Committed: Fri Oct 23 12:41:17 2015 -0400 ---------------------------------------------------------------------- activemq-web-console/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/0ff46b18/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index fd3f4f3..3afa5b0 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -128,6 +128,7 @@ WEB-INF/lib *;scope=compile|runtime true + !* org.xml.sax, org.xml.sax.helpers, @@ -137,6 +138,7 @@ javax.xml.transform, javax.xml.transform.dom, javax.xml.transform.sax, + javax.xml.transform.stax, javax.xml.transform.stream, javax.management.remote, javax.naming,