diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2021-07-21 09:24:03 +0200 |
---|---|---|
committer | k.kedron <k.kedron@partner.samsung.com> | 2021-07-21 11:23:43 +0200 |
commit | 0d2a12fff08fa18e20d1e30b18517d1c29127311 (patch) | |
tree | d01e62224c65ee77a30607ceadeb01b0e5720abc /integration/pom.xml | |
parent | 5762c5765d4921b4f26de3da3eba0500095d731f (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
Diffstat (limited to 'integration/pom.xml')
-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 92840093..d823045e 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.12.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> @@ -305,7 +305,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> |