YARN-5316 fix hadoop-aws pom not to do the exclusion (Sangjin Li via Vrushali C)
This commit is contained in:
parent
b313ce06b2
commit
5db9b0ba2d
@ -250,14 +250,6 @@
|
|||||||
<artifactId>hadoop-yarn-server-tests</artifactId>
|
<artifactId>hadoop-yarn-server-tests</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
<type>test-jar</type>
|
<type>test-jar</type>
|
||||||
<exclusions>
|
|
||||||
<!-- server-tests brings in an older version of joda-time via
|
|
||||||
timeline service -->
|
|
||||||
<exclusion>
|
|
||||||
<groupId>joda-time</groupId>
|
|
||||||
<artifactId>joda-time</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user