git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1325573 13f79535-47bb-0310-9956-ffa450edef68
@@ -238,6 +238,9 @@ Release 2.0.0 - UNRELEASED
MAPREDUCE-4107. Fix tests in org.apache.hadoop.ipc.TestSocketFactory
(Devaraj K via tgraves)
+ MAPREDUCE-4147. YARN should not have a compile-time dependency on HDFS.
+ (tomwhite)
+
Release 0.23.3 - UNRELEASED
INCOMPATIBLE CHANGES
@@ -109,7 +109,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
- <scope>provided</scope>
+ <scope>test</scope>
</dependency>
<groupId>com.google.inject</groupId>