summaryrefslogtreecommitdiffstats
path: root/models-pap/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-03-24 14:44:06 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-24 14:44:06 +0000
commit2a245ef80e39a101015efb164de53f1753fa5d47 (patch)
tree4c8a06236533aa2071af95eeac117c3a87ee5ed8 /models-pap/pom.xml
parentcc740771e3fdf02bc6e9e02f1d4f4d6cc39afcb0 (diff)
parent9854c6462dc16d53fbea809220637e320b1dc969 (diff)
Merge "Use enums from models-pdp in models-pap"
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>