Browse Source

HADOOP-16149 hadoop-mapreduce-client-app build not converging due to transient dependencies

Change-Id: If95b12b223770b057041f99f0f8fd8ba370c377f
Steve Loughran 6 years ago
parent
commit
5b43e42d0c
1 changed files with 10 additions and 0 deletions
  1. 10 0
      hadoop-project/pom.xml

+ 10 - 0
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>