summaryrefslogtreecommitdiffstats
path: root/nova-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nova-client/pom.xml')
-rw-r--r--nova-client/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/nova-client/pom.xml b/nova-client/pom.xml
index a3d7d3d..bd49296 100644
--- a/nova-client/pom.xml
+++ b/nova-client/pom.xml
@@ -20,5 +20,17 @@
<artifactId>nova-model</artifactId>
<version>1.2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.jmockit</groupId>
+ <artifactId>jmockit</artifactId>
+ <version>1.19</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project> \ No newline at end of file