diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-04-19 20:22:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-19 20:22:50 +0000 |
commit | 8e3dfc00ee7e443862069b7424b31bd73bc1988d (patch) | |
tree | 8bcb60e2df3adc0a8c1a0cc7ba6cfc6fa12d1cbe /models-interactions/model-impl/cds/pom.xml | |
parent | f6690ccc2786278659bb1f85b89a219e5018cb9a (diff) | |
parent | e887a0c6c415a00888e17d1bbfe4acf548a2cfa5 (diff) |
Merge "Add PNF support to new CDS actor"
Diffstat (limited to 'models-interactions/model-impl/cds/pom.xml')
-rw-r--r-- | models-interactions/model-impl/cds/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/models-interactions/model-impl/cds/pom.xml b/models-interactions/model-impl/cds/pom.xml index 96a94263c..02a4c5a33 100644 --- a/models-interactions/model-impl/cds/pom.xml +++ b/models-interactions/model-impl/cds/pom.xml @@ -102,6 +102,12 @@ <artifactId>common-parameters</artifactId> <version>${policy.common.version}</version> </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>policy-endpoints</artifactId> + <version>${policy.common.version}</version> + <scope>provided</scope> + </dependency> <!-- junit dependencies --> <dependency> |