Add test dependency mockito to curator-framework
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/4a956698 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/4a956698 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/4a956698 Branch: refs/heads/CURATOR-3.0 Commit: 4a95669873604f200c379142d1376055af64a3a6 Parents: 7f53bc1 Author: Zoltan Szekeres <zoltan.szeke...@morganstanley.com> Authored: Thu Feb 2 11:24:33 2017 +0100 Committer: Zoltan Szekeres <zoltan.szeke...@morganstanley.com> Committed: Thu Feb 2 11:24:33 2017 +0100 ---------------------------------------------------------------------- curator-framework/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/4a956698/curator-framework/pom.xml ---------------------------------------------------------------------- diff --git a/curator-framework/pom.xml b/curator-framework/pom.xml index f0ec6ba..251033f 100644 --- a/curator-framework/pom.xml +++ b/curator-framework/pom.xml @@ -67,6 +67,12 @@ <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project>