aboutsummaryrefslogtreecommitdiffstats
path: root/policy-core/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-04-16 23:12:22 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-16 23:12:22 +0000
commitccb24b5b32f59ddf948245a1d209ca9964d21baa (patch)
tree5d5d2539488a3039455b76c1fdc8286773aa62fa /policy-core/pom.xml
parentf1a1be750c2ea2d18aa0a3aec5e3b092fb5c491e (diff)
parenta69e3a9565186ae06c96215f9c73198d0651b529 (diff)
Merge "Sonar fixes to pooling"
Diffstat (limited to 'policy-core/pom.xml')
-rw-r--r--policy-core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/policy-core/pom.xml b/policy-core/pom.xml
index a1c05810..06329887 100644
--- a/policy-core/pom.xml
+++ b/policy-core/pom.xml
@@ -85,6 +85,11 @@
<version>6.5.0.Final</version>
</dependency>
<dependency>
+ <groupId>org.onap.policy.common</groupId>
+ <artifactId>utils</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>policy-utils</artifactId>
<version>${project.version}</version>