Repository: hadoop
Updated Branches:
  refs/heads/branch-2 03d15fa58 -> 9de332d50


MAPREDUCE-6936. Remove unnecessary dependency of hadoop-yarn-server-common from 
hadoop-mapreduce-client-common (haibochen via rkanter)

(cherry picked from commit ab051bd42ee1d7c4d3b7cc71e6b2734a0955e767)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9de332d5
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9de332d5
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9de332d5

Branch: refs/heads/branch-2
Commit: 9de332d502d996833fbd6935fa3e5b793eccdc29
Parents: 03d15fa
Author: Robert Kanter <rkan...@apache.org>
Authored: Wed Aug 16 16:14:04 2017 -0700
Committer: Robert Kanter <rkan...@apache.org>
Committed: Wed Aug 16 16:15:48 2017 -0700

----------------------------------------------------------------------
 .../hadoop-mapreduce-client-common/pom.xml                       | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/9de332d5/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml
----------------------------------------------------------------------
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml
index 378fd14..73c0bf5 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml
@@ -47,10 +47,6 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-mapreduce-client-core</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-yarn-server-common</artifactId>
-    </dependency>
   </dependencies>
 
   <build>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to