aboutsummaryrefslogtreecommitdiffstats
path: root/model/pom.xml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-09-18 20:15:02 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-09-19 11:31:14 +0100
commit899d7fc8108e249a1de815024b98055adaf65bfe (patch)
tree9ab54a6b8062ec3654cbd0c03464a3096e48e2a9 /model/pom.xml
parent7c0424863e18773e4504af6f2f04416ec314e7a7 (diff)
Fix sonar & add test cases for models
* As per jacoco, the try-with-resources coverage issue is fixed in 0.8.0 release - https://www.jacoco.org/jacoco/trunk/doc/changes.html * Adding openpojo test for all the models in distribution-model * Removed jacoco version from distribution pom as oparent 1.2.1 already comes with jacoco 0.8.2 Change-Id: I55e2891a0dad1f10113730b46f10d760a883bea6 Issue-ID: POLICY-922 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'model/pom.xml')
-rw-r--r--model/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/model/pom.xml b/model/pom.xml
index f3e26234..6ccfa6b2 100644
--- a/model/pom.xml
+++ b/model/pom.xml
@@ -31,5 +31,10 @@
<description>[${project.parent.artifactId}] module provides the model for policy distribution</description>
<dependencies>
+ <dependency>
+ <groupId>org.onap.policy.common</groupId>
+ <artifactId>utils</artifactId>
+ <version>${policy.common.version}</version>
+ </dependency>
</dependencies>
</project>