From d8b5454e5d389332f4f624c291fa46690cf177ef Mon Sep 17 00:00:00 2001 From: Rashmi Pujar Date: Tue, 1 Jun 2021 17:35:56 -0400 Subject: Upgrade CDS dependency CDS client libraries are exposed by a different maven module making is much more cleaner to use. The only drawback is we need to go back to older version of grpc-testing artifact due to conflicts. Issue-ID: POLICY-3338 Signed-off-by: Rashmi Pujar Change-Id: I98c79de7f12feefbae7c42c4c8f26357801b44f9 --- models-interactions/model-impl/cds/pom.xml | 57 +++--------------------------- 1 file changed, 5 insertions(+), 52 deletions(-) (limited to 'models-interactions') diff --git a/models-interactions/model-impl/cds/pom.xml b/models-interactions/model-impl/cds/pom.xml index 50c994c9f..0c6cd6d08 100644 --- a/models-interactions/model-impl/cds/pom.xml +++ b/models-interactions/model-impl/cds/pom.xml @@ -19,8 +19,8 @@ --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 model-impl @@ -33,61 +33,14 @@ gRPC client implementation to send process message to CDS blueprint processor gRPC endpoint. - 1.35.0 - 3.14.0 + 1.25.0 - org.onap.ccsdk.cds.components - proto-definition - - - - - com.google.protobuf - protobuf-java - ${protobuf.version} - - - - - - io.netty - netty-codec-http2 - - - io.netty - netty-handler-proxy - - - io.grpc - grpc-protobuf - ${grpc.version} - - - com.google.code.findbugs - jsr305 - - - - - io.grpc - grpc-stub - ${grpc.version} - - - io.grpc - grpc-netty - ${grpc.version} - - - io.netty - netty-codec-http2 - - + org.onap.ccsdk.cds.blueprintsprocessor + blueprint-proto io.grpc -- cgit