summaryrefslogtreecommitdiffstats
path: root/client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/pom.xml')
-rw-r--r--client/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/pom.xml b/client/pom.xml
index 82c0bb8..67adf37 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -64,7 +64,12 @@
<artifactId>dme2</artifactId>
<scope>compile</scope>
</dependency>
-
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.9.5</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>