aboutsummaryrefslogtreecommitdiffstats
path: root/main/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-02-27 15:35:22 -0500
committerJim Hahn <jrh3@att.com>2019-03-04 18:55:21 -0500
commita950874eb1ab8560fc86a50890c4bc8b84650d9e (patch)
tree5b4fe5c06b1231c61dbea0c7d762cc9239f72b08 /main/pom.xml
parentfefb565edf910149e7c4020abe334893db33b014 (diff)
Receive PDP status messages
Added infrastructure code to facilitate receipt and tracking of PDP status messages. Removed temporary PdpStatus class. Use variable for pdp-common version. Change-Id: Id76c45f26b6d9f5eb9395332b637a0b1e90bc496 Issue-ID: POLICY-1444 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'main/pom.xml')
-rw-r--r--main/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 63eb0ecc..6cf42d09 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -45,6 +45,11 @@
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
+ <artifactId>pdp-common</artifactId>
+ <version>${policy.common.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.common</groupId>
<artifactId>utils</artifactId>
<version>${policy.common.version}</version>
</dependency>