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 E9A7E19160 for ; Wed, 13 Apr 2016 13:45:48 +0000 (UTC) Received: (qmail 82878 invoked by uid 500); 13 Apr 2016 13:45:48 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 82831 invoked by uid 500); 13 Apr 2016 13:45:48 -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 82822 invoked by uid 99); 13 Apr 2016 13:45:48 -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; Wed, 13 Apr 2016 13:45:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 99FE2DFB8F; Wed, 13 Apr 2016 13:45:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cshannon@apache.org To: commits@activemq.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: activemq git commit: NO-JIRA - Adding activemq-junit dependency to activemq-unit-tests Date: Wed, 13 Apr 2016 13:45:48 +0000 (UTC) Repository: activemq Updated Branches: refs/heads/activemq-5.13.x 7575ff67f -> 3e2bd6d2a NO-JIRA - Adding activemq-junit dependency to activemq-unit-tests Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/3e2bd6d2 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/3e2bd6d2 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/3e2bd6d2 Branch: refs/heads/activemq-5.13.x Commit: 3e2bd6d2a69f0ec1bdd68bec61c757deef029041 Parents: 7575ff6 Author: Christopher L. Shannon (cshannon) Authored: Wed Apr 13 13:20:51 2016 +0000 Committer: Christopher L. Shannon (cshannon) Committed: Wed Apr 13 13:22:31 2016 +0000 ---------------------------------------------------------------------- activemq-unit-tests/pom.xml | 4 ++++ pom.xml | 6 ++++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/3e2bd6d2/activemq-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml index 4ad993d..38211a3 100755 --- a/activemq-unit-tests/pom.xml +++ b/activemq-unit-tests/pom.xml @@ -91,6 +91,10 @@ org.fusesource.mqtt-client mqtt-client + + org.apache.activemq.tooling + activemq-junit + http://git-wip-us.apache.org/repos/asf/activemq/blob/3e2bd6d2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 93dbbe8..cfc2876 100755 --- a/pom.xml +++ b/pom.xml @@ -356,6 +356,12 @@ ${project.version} + org.apache.activemq.tooling + activemq-junit + ${project.version} + test + + org.apache.activemq activemq-unit-tests ${project.version}