aboutsummaryrefslogtreecommitdiffstats
path: root/models-pap/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-03-23 23:42:34 -0400
committerJim Hahn <jrh3@att.com>2019-03-23 23:42:34 -0400
commit9854c6462dc16d53fbea809220637e320b1dc969 (patch)
treefb0cd79df8830aa14c040dfb5f682f63c01c5780 /models-pap/pom.xml
parent28b1dc09f468259ef6c55d11c94b6693465a41d5 (diff)
Use enums from models-pdp in models-pap
Modified models-pap to use enums from models-pdp instead of from pdp-common. Change-Id: I3bc296358c672dff9c218c734583a135e5503e4c Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'models-pap/pom.xml')
-rw-r--r--models-pap/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/models-pap/pom.xml b/models-pap/pom.xml
index 9257b9bda..edb8ee703 100644
--- a/models-pap/pom.xml
+++ b/models-pap/pom.xml
@@ -33,9 +33,9 @@
<description>The models for Policy Administration (PAP) REST API's.</description>
<dependencies>
<dependency>
- <groupId>org.onap.policy.common</groupId>
- <artifactId>pdp-common</artifactId>
- <version>${policy.common.version}</version>
+ <groupId>org.onap.policy.models</groupId>
+ <artifactId>models-pdp</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.policy.models</groupId>