diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-02-11 06:56:21 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-02-11 06:57:56 +0000 |
commit | 8b97b6d04be40508021d6ba507ddcd8dba17d5d2 (patch) | |
tree | e13559a7d22bf3fdc3c76346e48a9febca06ff0b /keystone-client/pom.xml | |
parent | 0d192472b3bc36791877dfbfa72d24d4fc266512 (diff) |
Improve code coverage for so-libs
Improve code coverage for so-libs.
Change-Id: I1fd25d4f6730ba1cadcccafe991c63ce79690be4
Issue-ID: SO-369
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'keystone-client/pom.xml')
-rw-r--r-- | keystone-client/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keystone-client/pom.xml b/keystone-client/pom.xml index b217d50..6c511f4 100644 --- a/keystone-client/pom.xml +++ b/keystone-client/pom.xml @@ -20,6 +20,18 @@ <artifactId>keystone-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 |