From commits-return-50433-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Mon Feb 5 16:15:05 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id AFCFA180676 for ; Mon, 5 Feb 2018 16:15:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A045B160C4B; Mon, 5 Feb 2018 15:15:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F01F1160C5A for ; Mon, 5 Feb 2018 16:15:04 +0100 (CET) Received: (qmail 61302 invoked by uid 500); 5 Feb 2018 15:15:04 -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 61197 invoked by uid 99); 5 Feb 2018 15:15:04 -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, 05 Feb 2018 15:15:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E5A6EE2F42; Mon, 5 Feb 2018 15:15:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gnodet@apache.org To: commits@activemq.apache.org Date: Mon, 05 Feb 2018 15:15:06 -0000 Message-Id: <21e4afe525c34486a31e07e0a8070693@git.apache.org> In-Reply-To: <6bceb167ae5946ee86ed5f1964028537@git.apache.org> References: <6bceb167ae5946ee86ed5f1964028537@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/4] activemq-artemis git commit: [ARTEMIS-1630] Move some versions to dependency management section [ARTEMIS-1630] Move some versions to dependency management section Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/5ed518f4 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/5ed518f4 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/5ed518f4 Branch: refs/heads/master Commit: 5ed518f41249b3898baf88d7ef4505b4bcd61a39 Parents: b635898 Author: Guillaume Nodet Authored: Mon Feb 5 16:13:44 2018 +0100 Committer: Guillaume Nodet Committed: Mon Feb 5 16:13:44 2018 +0100 ---------------------------------------------------------------------- artemis-jms-client-osgi/pom.xml | 1 - artemis-selector/pom.xml | 2 -- artemis-server-osgi/pom.xml | 3 --- artemis-website/pom.xml | 1 - pom.xml | 18 ++++++++++++++++++ 5 files changed, 18 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5ed518f4/artemis-jms-client-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-jms-client-osgi/pom.xml b/artemis-jms-client-osgi/pom.xml index 5f04f5e..7477fba 100644 --- a/artemis-jms-client-osgi/pom.xml +++ b/artemis-jms-client-osgi/pom.xml @@ -76,7 +76,6 @@ xalan xalan - 2.7.2 true provided http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5ed518f4/artemis-selector/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml index f496b47..14652c1 100644 --- a/artemis-selector/pom.xml +++ b/artemis-selector/pom.xml @@ -35,13 +35,11 @@ xml-apis xml-apis - 2.0.2 true xalan xalan - 2.7.2 true http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5ed518f4/artemis-server-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-server-osgi/pom.xml b/artemis-server-osgi/pom.xml index 99816ae..1353365 100644 --- a/artemis-server-osgi/pom.xml +++ b/artemis-server-osgi/pom.xml @@ -101,20 +101,17 @@ xalan xalan - 2.7.2 true provided junit junit - 4.11 test org.easymock easymock - 3.2 test http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5ed518f4/artemis-website/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml index a858928..70b9e64 100644 --- a/artemis-website/pom.xml +++ b/artemis-website/pom.xml @@ -69,7 +69,6 @@ xalan xalan - 2.7.2 true provided http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5ed518f4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4931a00..0bec209 100644 --- a/pom.xml +++ b/pom.xml @@ -250,6 +250,12 @@ + + org.easymock + easymock + 3.2 + test + @@ -689,6 +695,18 @@ + + + xml-apis + xml-apis + 2.0.2 + + + xalan + xalan + 2.7.2 + + org.apache.openwebbeans openwebbeans-impl