Repository: hadoop Updated Branches: refs/heads/trunk 840825d81 -> 4ea77efa3
HADOOP-11140. hadoop-aws only need test-scoped dependency on hadoop-common's tests jar. Contributed by Juan Yu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4ea77efa Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4ea77efa Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4ea77efa Branch: refs/heads/trunk Commit: 4ea77efa3ab4160498fec54d4824321921c15124 Parents: 840825d Author: Andrew Wang <[email protected]> Authored: Thu Sep 25 21:56:26 2014 -0700 Committer: Andrew Wang <[email protected]> Committed: Thu Sep 25 21:56:26 2014 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-tools/hadoop-aws/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/4ea77efa/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 7bc77dd..6dc8e17 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -746,6 +746,9 @@ Release 2.6.0 - UNRELEASED HADOOP-11040. Return value of read(ByteBuffer buf) in CryptoInputStream is incorrect in some cases. (Yi Liu via wang) + HADOOP-11140. hadoop-aws only need test-scoped dependency on + hadoop-common's tests jar. (Juan Yu via wang) + BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS HADOOP-10734. Implement high-performance secure random number sources. http://git-wip-us.apache.org/repos/asf/hadoop/blob/4ea77efa/hadoop-tools/hadoop-aws/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-aws/pom.xml b/hadoop-tools/hadoop-aws/pom.xml index 61a5e84..00fd981 100644 --- a/hadoop-tools/hadoop-aws/pom.xml +++ b/hadoop-tools/hadoop-aws/pom.xml @@ -96,7 +96,7 @@ <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> - <scope>compile</scope> + <scope>test</scope> <type>test-jar</type> </dependency>
