diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-08 07:50:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-08 07:50:53 +0000 |
commit | 0a6ac21843364dd67f5e01d23a1f03911f8cf605 (patch) | |
tree | 361707d5ce35090f03f5ff0ed5f3ed62ce789e32 /heat-model/pom.xml | |
parent | ac348b36cf43f32ed3e2e317bb58b5d92b9e78e8 (diff) | |
parent | 7a0b8cbe5d1723076bd17e84bc741455acfd92c2 (diff) |
Merge "Improve the UT coverage for libs"
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> |