diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2021-07-21 09:24:03 +0200 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-07-21 18:42:24 +0000 |
commit | a540bba2bb99c871dca5ec79da607972148a360b (patch) | |
tree | 43725d5ea85db6746753fc74de96f36108214662 | |
parent | 56e9808cdac11bdcf2674ff8a6ec93bd1e60508f (diff) |
Upgrade the CDS dependency
The newest CDS client libraries are available in different group
Issue-ID: POLICY-3507
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ia7932949d4093db1dd192c028def14f7ffeb61f7
-rw-r--r-- | integration/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 2b9c93b2..b3e6e8aa 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -43,7 +43,7 @@ <version.drools>7.33.0.Final</version.drools> <version.jersey>2.33</version.jersey> <version.jackson>2.11.3</version.jackson> - <version.ccsdk>0.7.5</version.ccsdk> + <version.ccsdk>1.1.4</version.ccsdk> <version.swagger>1.6.2</version.swagger> <version.javax.bind>2.3.1</version.javax.bind> <version.javax.json>1.1.4</version.javax.json> @@ -283,7 +283,7 @@ <!-- CDS dependencies --> <dependency> - <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> + <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>blueprint-proto</artifactId> <version>${version.ccsdk}</version> <exclusions> |