diff options
author | Jim Hahn <jrh3@att.com> | 2019-02-27 15:35:22 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-03-04 18:55:21 -0500 |
commit | a950874eb1ab8560fc86a50890c4bc8b84650d9e (patch) | |
tree | 5b4fe5c06b1231c61dbea0c7d762cc9239f72b08 /main/pom.xml | |
parent | fefb565edf910149e7c4020abe334893db33b014 (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.xml | 5 |
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> |