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 CA4A918A59 for ; Tue, 1 Mar 2016 16:37:59 +0000 (UTC) Received: (qmail 64075 invoked by uid 500); 1 Mar 2016 16:37:58 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 64000 invoked by uid 500); 1 Mar 2016 16:37:58 -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 63420 invoked by uid 99); 1 Mar 2016 16:37:58 -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; Tue, 01 Mar 2016 16:37:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4B65DE0158; Tue, 1 Mar 2016 16:37:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Tue, 01 Mar 2016 16:38:28 -0000 Message-Id: <1fa8cb7e0c584da7aa61ca12a8bab67f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [32/52] [abbrv] activemq-artemis git commit: added jboss logging dependency added jboss logging dependency Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/3574d8be Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/3574d8be Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/3574d8be Branch: refs/heads/refactor-openwire Commit: 3574d8be39a4db8bc94c4ae63afe2a688e4a2983 Parents: b036fc2 Author: Howard Gao Authored: Wed Feb 3 10:37:19 2016 +0800 Committer: Clebert Suconic Committed: Tue Mar 1 11:37:32 2016 -0500 ---------------------------------------------------------------------- tests/activemq5-unit-tests/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/3574d8be/tests/activemq5-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index e52b9a6..0f7c9ac 100644 --- a/tests/activemq5-unit-tests/pom.xml +++ b/tests/activemq5-unit-tests/pom.xml @@ -336,6 +336,17 @@ + + + org.jboss.logging + jboss-logging + + + org.jboss.logmanager + jboss-logmanager +