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 29D7218498 for ; Mon, 22 Feb 2016 15:54:26 +0000 (UTC) Received: (qmail 61423 invoked by uid 500); 22 Feb 2016 15:38:30 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 61374 invoked by uid 500); 22 Feb 2016 15:38:30 -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 61266 invoked by uid 99); 22 Feb 2016 15:38:29 -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; Mon, 22 Feb 2016 15:38:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6E6C0E03CE; Mon, 22 Feb 2016 15:38:25 +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: Mon, 22 Feb 2016 15:38:38 -0000 Message-Id: <3edc597cf8434911b12e0d09baa4b669@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [14/47] 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/9f9085f1 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9f9085f1 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9f9085f1 Branch: refs/heads/refactor-openwire Commit: 9f9085f1140e5986e121ea9e938db90432a7b1b1 Parents: 34074d7 Author: Howard Gao Authored: Wed Feb 3 10:37:19 2016 +0800 Committer: Clebert Suconic Committed: Mon Feb 22 10:37:58 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/9f9085f1/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 +