Repository: hadoop
Updated Branches:
  refs/heads/trunk bfbcfe736 -> 0d2791704


HADOOP-12098. Remove redundant test dependencies in Hadoop Archives. 
Contributed by Varun Saxena.


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

Branch: refs/heads/trunk
Commit: 0d27917042bb84c44c70793295929653017b9eca
Parents: bfbcfe7
Author: Haohui Mai <[email protected]>
Authored: Sun Nov 22 17:25:22 2015 -0800
Committer: Haohui Mai <[email protected]>
Committed: Sun Nov 22 17:25:22 2015 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt |  3 +++
 hadoop-tools/hadoop-archives/pom.xml            | 11 -----------
 2 files changed, 3 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0d279170/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index 9b52445..a5b6b0c 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -1443,6 +1443,9 @@ Release 2.8.0 - UNRELEASED
     HADOOP-12181. Fix intermittent test failure of TestZKSignerSecretProvider.
     (Masatake Iwasaki via wheat9)
 
+    HADOOP-12098. Remove redundant test dependencies in Hadoop Archives.
+    (Varun Saxena via wheat9)
+
 Release 2.7.3 - UNRELEASED
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/0d279170/hadoop-tools/hadoop-archives/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-archives/pom.xml 
b/hadoop-tools/hadoop-archives/pom.xml
index 30baa1c..f04d7fc 100644
--- a/hadoop-tools/hadoop-archives/pom.xml
+++ b/hadoop-tools/hadoop-archives/pom.xml
@@ -52,11 +52,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-mapreduce-client-hs</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-mapreduce-client-core</artifactId>
       <scope>provided</scope>
     </dependency>
@@ -67,12 +62,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
-      <scope>test</scope>
-      <type>test-jar</type>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
       <scope>provided</scope>
     </dependency>

Reply via email to