From 71616cc0a6bee9c604b35754778ec5cae7477635 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Mon, 25 Nov 2019 17:19:02 -0500 Subject: Upgrade CDS GRPC implementations. Dependent on : https://gerrit.onap.org/r/c/ccsdk/parent/+/98823 Issue-ID: CCSDK-1737 Signed-off-by: Brinda Santh Change-Id: I0b5087f7e98490d7066f389af29424aed40a6520 --- ms/sdclistener/application/pom.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'ms/sdclistener/application') diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index f958ef924..7fc2da228 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -76,22 +76,31 @@ io.grpc grpc-netty - ${grpc.version} io.grpc grpc-protobuf - ${grpc.version} io.grpc grpc-stub - ${grpc.version} + + + io.grpc + grpc-netty-shaded + + + io.grpc + grpc-grpclb com.google.protobuf protobuf-java + + com.google.protobuf + protobuf-java-util + io.grpc grpc-testing -- cgit 1.2.3-korg