aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2020-09-25 15:40:48 +0200
committerHåkon Hallingstad <hakon@verizonmedia.com>2020-09-25 15:40:48 +0200
commitce446b7bc567d541b061d72ec0c5d2aa6fe7392e (patch)
treec658d6bc0191dce075f5bd0697943de68f2a4441 /zkfacade/pom.xml
parentafbbe9c191ebdaf9ab8d84c727d53825f69fe64f (diff)
Adds method name to stack trace and adds timeout count and test
Diffstat (limited to 'zkfacade/pom.xml')
-rw-r--r--zkfacade/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index de542b89b67..7f335467751 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -76,6 +76,11 @@
<artifactId>zookeeper</artifactId>
<version>${zookeeper.client.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>