HADOOP-11737. mockito's version in hadoop-nfsâ pom.xml shouldn't be specified. Contributed by Kengo Seki.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0b9f12c8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0b9f12c8 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0b9f12c8 Branch: refs/heads/HDFS-7285 Commit: 0b9f12c847e26103bc2304cf7114e6d103264669 Parents: b375d1f Author: Tsuyoshi Ozawa <oz...@apache.org> Authored: Mon Mar 23 13:56:24 2015 +0900 Committer: Tsuyoshi Ozawa <oz...@apache.org> Committed: Mon Mar 23 13:56:24 2015 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-common-project/hadoop-nfs/pom.xml | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/0b9f12c8/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 4cd2154..430015d 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -458,6 +458,9 @@ Release 2.8.0 - UNRELEASED HADOOP-11447. Add a more meaningful toString method to SampleStat and MutableStat. (kasha) + HADOOP-11737. mockito's version in hadoop-nfsâ pom.xml shouldn't be + specified. (Kengo Seki via ozawa) + OPTIMIZATIONS BUG FIXES http://git-wip-us.apache.org/repos/asf/hadoop/blob/0b9f12c8/hadoop-common-project/hadoop-nfs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-nfs/pom.xml b/hadoop-common-project/hadoop-nfs/pom.xml index 409ed75..e8156d9 100644 --- a/hadoop-common-project/hadoop-nfs/pom.xml +++ b/hadoop-common-project/hadoop-nfs/pom.xml @@ -55,7 +55,6 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> - <version>1.8.5</version> </dependency> <dependency> <groupId>commons-logging</groupId>