diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2018-02-11 20:57:08 +0530 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2018-02-11 20:59:06 +0530 |
commit | 05ac1667ec8690ab6a7623938f2d9a462e07aaec (patch) | |
tree | c20442d88e525aa1b9ac3ea33c67a0af877bb4fa /nova-client/pom.xml | |
parent | ddbb344825aac39b7523babb66df754704daa2d1 (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.xml | 12 |
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 |