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

Change-Id: If95b12b223770b057041f99f0f8fd8ba370c377f
This commit is contained in:
Steve Loughran 2019-02-26 15:23:12 +00:00 committed by billierinaldi
parent fbc7bb315f
commit 5b43e42d0c

View File

@ -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>