From common-commits-return-93398-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Wed Feb 27 20:44:55 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DC59F180608 for ; Wed, 27 Feb 2019 21:44:54 +0100 (CET) Received: (qmail 94166 invoked by uid 500); 27 Feb 2019 20:44:53 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 94157 invoked by uid 99); 27 Feb 2019 20:44:53 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2019 20:44:53 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 57E6782E8A; Wed, 27 Feb 2019 20:44:53 +0000 (UTC) Date: Wed, 27 Feb 2019 20:44:52 +0000 To: "common-commits@hadoop.apache.org" Subject: [hadoop] branch trunk updated: HADOOP-16149 hadoop-mapreduce-client-app build not converging due to transient dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155130029248.29261.6327425542523500745@gitbox.apache.org> From: billie@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: hadoop X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Oldrev: fbc7bb315fd0991baaa74a72ef2d98a88ac738ad X-Git-Newrev: 5b43e42d0c6376a075d610ca30425b5db5968689 X-Git-Rev: 5b43e42d0c6376a075d610ca30425b5db5968689 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. billie pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 5b43e42 HADOOP-16149 hadoop-mapreduce-client-app build not converging due to transient dependencies 5b43e42 is described below commit 5b43e42d0c6376a075d610ca30425b5db5968689 Author: Steve Loughran AuthorDate: Tue Feb 26 15:23:12 2019 +0000 HADOOP-16149 hadoop-mapreduce-client-app build not converging due to transient dependencies Change-Id: If95b12b223770b057041f99f0f8fd8ba370c377f --- hadoop-project/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 75bfd85..a5af081 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -955,6 +955,16 @@ com.github.stefanbirkner system-rules 1.18.0 + + + junit + junit-dep + + + org.hamcrest + hamcrest-core + + commons-collections --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org