diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-02-28 11:03:41 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-02-28 11:13:46 +0000 |
commit | adc60db9f94296ddbb67bd0fda14ab7d15202de9 (patch) | |
tree | 9f245aaf1cdea1b97e6e0a07b06f4d28867f1bac /glance-model/pom.xml | |
parent | 499d066482cc566ceba2c41ded1267a57aad4045 (diff) |
Improve code coverage for libs
Improve code coverage for libs.
Change-Id: I76066580000e7a8a6d8aef99e599ea3887c4a86c
Issue-ID: SO-369
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'glance-model/pom.xml')
-rw-r--r-- | glance-model/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/glance-model/pom.xml b/glance-model/pom.xml index b986a24..5e4a7a2 100644 --- a/glance-model/pom.xml +++ b/glance-model/pom.xml @@ -9,4 +9,13 @@ <artifactId>glance-model</artifactId> <name>OpenStack Glance Model</name> <description>OpenStack Glance 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 |