Skip to content

Commit 5b43e42

Browse files
steveloughranbillierinaldi
authored andcommitted
HADOOP-16149 hadoop-mapreduce-client-app build not converging due to transient dependencies
Change-Id: If95b12b223770b057041f99f0f8fd8ba370c377f
1 parent fbc7bb3 commit 5b43e42

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hadoop-project/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,16 @@
955955
<groupId>com.github.stefanbirkner</groupId>
956956
<artifactId>system-rules</artifactId>
957957
<version>1.18.0</version>
958+
<exclusions>
959+
<exclusion>
960+
<groupId>junit</groupId>
961+
<artifactId>junit-dep</artifactId>
962+
</exclusion>
963+
<exclusion>
964+
<groupId>org.hamcrest</groupId>
965+
<artifactId>hamcrest-core</artifactId>
966+
</exclusion>
967+
</exclusions>
958968
</dependency>
959969
<dependency>
960970
<groupId>commons-collections</groupId>

0 commit comments

Comments
 (0)