YARN-5316 fix hadoop-aws pom not to do the exclusion (Sangjin Li via Vrushali C)

This commit is contained in:
Vrushali Channapattan 2016-07-06 15:10:20 -07:00 committed by Sangjin Lee
parent b313ce06b2
commit 5db9b0ba2d

View File

@ -250,14 +250,6 @@
<artifactId>hadoop-yarn-server-tests</artifactId>
<scope>test</scope>
<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>
<groupId>org.apache.hadoop</groupId>