summaryrefslogtreecommitdiffstats
path: root/nova-client/pom.xml
diff options
context:
space:
mode:
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>2018-02-11 20:57:08 +0530
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>2018-02-11 20:59:06 +0530
commit05ac1667ec8690ab6a7623938f2d9a462e07aaec (patch)
treec20442d88e525aa1b9ac3ea33c67a0af877bb4fa /nova-client/pom.xml
parentddbb344825aac39b7523babb66df754704daa2d1 (diff)
libs unit test cases
Issue-ID: SO-369 Change-Id: I86ff7fafb8386df6046b7989cef7444c1aed0446 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
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