소스 검색

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

Change-Id: If95b12b223770b057041f99f0f8fd8ba370c377f
Steve Loughran 6 년 전
부모
커밋
5b43e42d0c
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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>