diff options
Diffstat (limited to 'models-pap/pom.xml')
-rw-r--r-- | models-pap/pom.xml | 6 |
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> |