diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-08 11:44:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-08 11:44:37 +0000 |
commit | bd0fdec36f975405c6c27da4b044a53ddf72008f (patch) | |
tree | 1a70f0609a3dccaabcda3df08c38bf15bb280241 | |
parent | c5d18a700d858e06aa1c5d3c1a83dde87d4126f2 (diff) | |
parent | 0050926087ba76d4a55fd7ddfe695a229126dcae (diff) |
Merge "Wrong models-pdp in pap"
-rw-r--r-- | main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pom.xml b/main/pom.xml index 2e221cef..0c84e27a 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -65,7 +65,7 @@ </dependency> <dependency> <groupId>org.onap.policy.models</groupId> - <artifactId>models-pdp</artifactId> + <artifactId>policy-models-pdp</artifactId> <version>${policy.models.version}</version> </dependency> <dependency> |