Repository: hadoop Updated Branches: refs/heads/branch-2 8aa12772d -> ac0694eb6
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/ac0694eb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ac0694eb Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ac0694eb Branch: refs/heads/branch-2 Commit: ac0694eb6eb16520a3fe394cbfd7a787a83e06e6 Parents: 8aa1277 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:29 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/ac0694eb/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 bd537b1..983ceeb 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -819,6 +819,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/ac0694eb/hadoop-tools/hadoop-archives/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-archives/pom.xml b/hadoop-tools/hadoop-archives/pom.xml index 8d40cf8..131d73c 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>
