HADOOP-12515. Mockito dependency is missing in hadoop-kafka module. Contributed by Kai Zheng.
This commit is contained in:
parent
96677bef00
commit
bcb2386e39
@ -513,6 +513,9 @@ Trunk (Unreleased)
|
|||||||
HADOOP-12364. Deleting pid file after stop is causing the daemons to
|
HADOOP-12364. Deleting pid file after stop is causing the daemons to
|
||||||
keep restarting (Siqi Li via aw)
|
keep restarting (Siqi Li via aw)
|
||||||
|
|
||||||
|
HADOOP-12515. Mockito dependency is missing in hadoop-kafka module.
|
||||||
|
(Kai Zheng via aajisaka)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
||||||
|
@ -125,5 +125,10 @@
|
|||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.mockito</groupId>
|
||||||
|
<artifactId>mockito-all</artifactId>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user