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 <ste...@apache.org>
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 @@
         <groupId>com.github.stefanbirkner</groupId>
         <artifactId>system-rules</artifactId>
         <version>1.18.0</version>
+        <exclusions>
+          <exclusion>
+            <groupId>junit</groupId>
+            <artifactId>junit-dep</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.hamcrest</groupId>
+            <artifactId>hamcrest-core</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>commons-collections</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to