diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-02-11 11:01:16 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-02-11 11:01:16 +0000 |
commit | fa3a689575d3c68ce3f2de7fdb9c5dba6c13bb4c (patch) | |
tree | b8d59cf933d8727748dc32aaa15ecf2cb34ae2d9 /keystone-model/pom.xml | |
parent | db87b7c2e0f751d4fba6a86d242d4c87e6101455 (diff) |
Improve coverage for libs
Improve test coverage for libs.
Change-Id: Iac0c18f07d425d54ca8219e624a65a54b4b4529a
Issue-ID: SO-369
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'keystone-model/pom.xml')
-rw-r--r-- | keystone-model/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keystone-model/pom.xml b/keystone-model/pom.xml index 66448a7..85e4cca 100644 --- a/keystone-model/pom.xml +++ b/keystone-model/pom.xml @@ -10,4 +10,13 @@ <name>OpenStack Keystone Model</name> <description>OpenStack Keystone Model</description> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> + </dependencies> + </project>
\ No newline at end of file |