HADOOP-16149 hadoop-mapreduce-client-app build not converging due to transient dependencies
Change-Id: If95b12b223770b057041f99f0f8fd8ba370c377f
This commit is contained in:
parent
fbc7bb315f
commit
5b43e42d0c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user