HADOOP-11737. mockito's version in hadoop-nfs’ pom.xml shouldn't be specified. Contributed by Kengo Seki.

This commit is contained in:
Tsuyoshi Ozawa 2015-03-23 13:56:24 +09:00
parent b375d1fc93
commit 0b9f12c847
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -55,7 +55,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.5</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>