diff options
author | Sindhu A <arcot.sindhuri@huawei.com> | 2018-03-07 13:25:41 +0000 |
---|---|---|
committer | Sindhu A <arcot.sindhuri@huawei.com> | 2018-03-08 06:01:04 +0000 |
commit | 7a0b8cbe5d1723076bd17e84bc741455acfd92c2 (patch) | |
tree | e91952384eff837c311efdc8862ab69672e10fb0 /heat-model/pom.xml | |
parent | 69e3a3af4c88034633c17a82b02b957b7523bb2b (diff) |
Improve the UT coverage for libs
Improve UT coverage for libs.
Change-Id: I7bbcaba76b4a0f9c43461b704d40b64ad763a461
Issue-ID: SO-369
Signed-off-by: Sindhu A <arcot.sindhuri@huawei.com>
Diffstat (limited to 'heat-model/pom.xml')
-rw-r--r-- | heat-model/pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/heat-model/pom.xml b/heat-model/pom.xml index 52aa416..444adeb 100644 --- a/heat-model/pom.xml +++ b/heat-model/pom.xml @@ -1,6 +1,14 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> + </dependencies> + <parent> <groupId>org.onap.so.libs</groupId> <artifactId>openstack-java-sdk</artifactId> <version>1.2.0-SNAPSHOT</version> |