diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-03-02 09:39:48 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-03-02 09:39:48 +0000 |
commit | 0bc60b3757aa60f295c4fdc843c9cc490aa26097 (patch) | |
tree | aacca80b2f7a33ed137da1579724b59d70954a67 /heat-client/pom.xml | |
parent | eb1a13a069060c73d3b55c47de77fc6b450ca010 (diff) |
Improve code coverage for libs
Improve code coverage for libs.
Change-Id: I30df779e110c76c35766c3ec913745d761ed1d24
Issue-ID: SO-369
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'heat-client/pom.xml')
-rw-r--r-- | heat-client/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/heat-client/pom.xml b/heat-client/pom.xml index f68dbfc..c151841 100644 --- a/heat-client/pom.xml +++ b/heat-client/pom.xml @@ -21,6 +21,12 @@ <artifactId>heat-model</artifactId> <version>1.2.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> </dependencies> </project>
\ No newline at end of file |