HADOOP-11737. mockito's version in hadoop-nfs’ pom.xml shouldn't be specified. Contributed by Kengo Seki.
(cherry picked from commit 0b9f12c847
)
This commit is contained in:
parent
2cd2431289
commit
4fee662944
|
@ -26,6 +26,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
HADOOP-11447. Add a more meaningful toString method to SampleStat and
|
HADOOP-11447. Add a more meaningful toString method to SampleStat and
|
||||||
MutableStat. (kasha)
|
MutableStat. (kasha)
|
||||||
|
|
||||||
|
HADOOP-11737. mockito's version in hadoop-nfs’ pom.xml shouldn't be
|
||||||
|
specified. (Kengo Seki via ozawa)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
|
@ -55,7 +55,6 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mockito</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
<artifactId>mockito-all</artifactId>
|
<artifactId>mockito-all</artifactId>
|
||||||
<version>1.8.5</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
|
|
Loading…
Reference in New Issue