diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2021-07-19 18:05:52 +0200 |
---|---|---|
committer | k.kedron <k.kedron@partner.samsung.com> | 2021-07-21 11:55:15 +0200 |
commit | 1755cdd3b3b44dce9369358cdc89f76a5bf848fe (patch) | |
tree | 6e8d6ad7e6f5399aa3cf040505f95db362119b9b /models-interactions/model-impl/cds/pom.xml | |
parent | 019497751ee87d08b90cef541e777253fc91630a (diff) |
Upgrade CDS dependency
- New CDS client libraries.
- Update code to use new CDS BlueprintProcessingService
Change-Id: I00fb044908774a48755ff8d9ebb32e055a74c819
Issue-ID: POLICY-3507
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Diffstat (limited to 'models-interactions/model-impl/cds/pom.xml')
-rw-r--r-- | models-interactions/model-impl/cds/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models-interactions/model-impl/cds/pom.xml b/models-interactions/model-impl/cds/pom.xml index 0c6cd6d08..be6c550bf 100644 --- a/models-interactions/model-impl/cds/pom.xml +++ b/models-interactions/model-impl/cds/pom.xml @@ -39,7 +39,7 @@ <dependencies> <!-- CDS dependencies --> <dependency> - <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> + <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>blueprint-proto</artifactId> </dependency> <dependency> |