From 654d6abfe338e53471020e25d32a1d88adea132b Mon Sep 17 00:00:00 2001 From: Rashmi Pujar Date: Tue, 1 Jun 2021 17:31:43 -0400 Subject: [PATCH] Upgrade the CDS dependency The CDS client libraries are now exposed via a different maven module. Issue-ID: POLICY-3338 Signed-off-by: Rashmi Pujar Change-Id: I9ecfc8852f129dd231b3008fb4c59b2e8b7b673f (cherry picked from commit 6676c5418523b69ccde0f7ef22b751ea261f2904) --- integration/pom.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index caf99c4e..51951301 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -2,8 +2,8 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2018-2021 AT&T. All rights reserved. - Modifications Copyright (C) 2019-2020 Nordix Foundation. - Modifications Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 2019-2021 Nordix Foundation. + Modifications Copyright (C) 2020-2021 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -43,7 +43,7 @@ 7.33.0.Final 2.33 2.11.3 - 0.4.4 + 0.7.5 1.6.2 2.3.1 1.1.4 @@ -281,11 +281,17 @@ ${version.dmaap} - + - org.onap.ccsdk.cds.components - proto-definition + org.onap.ccsdk.cds.blueprintsprocessor + blueprint-proto ${version.ccsdk} + + + io.springfox + springfox-boot-starter + + -- 2.16.6