aboutsummaryrefslogtreecommitdiffstats
path: root/models-pap
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@est.tech>2019-04-01 14:16:27 +0000
committerRam Krishna Verma <ram.krishna.verma@est.tech>2019-04-01 16:47:02 +0000
commit9f8425edec9009ae31dcc6327f50a7da344234db (patch)
tree3a8f3f5eacb72429ad264f62e49d8da737107b41 /models-pap
parentfbed360c0acdc127fdf56a99401c1aea691ce57e (diff)
Fix policy-models-pdp dependency
Change-Id: I97f33d295ef6871d6b4139e4f6c92d00e226c1e8 Issue-ID: POLICY-1443 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'models-pap')
-rw-r--r--models-pap/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/models-pap/pom.xml b/models-pap/pom.xml
index edb8ee703..78f6df156 100644
--- a/models-pap/pom.xml
+++ b/models-pap/pom.xml
@@ -34,7 +34,7 @@
<dependencies>
<dependency>
<groupId>org.onap.policy.models</groupId>
- <artifactId>models-pdp</artifactId>
+ <artifactId>policy-models-pdp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>