From 910fa69e65b3d151ef2bdbbf90fdcc31cfa01008 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Tue, 22 Oct 2019 16:14:00 -0400 Subject: Add grpc TLS property lib services. Issue-ID: CCSDK-1853 Signed-off-by: Brinda Santh Change-Id: I92c8b39a6db0bf7c1fe7e9928e4eddaef8a30f07 --- ms/blueprintsprocessor/parent/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ms/blueprintsprocessor/parent/pom.xml') diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 37a071280..a77122fe8 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -48,6 +48,7 @@ 2.8.0 2.6.3 + 2.0.26.Final 2.2.0 0.1.55 2.7.1 @@ -269,6 +270,11 @@ protobuf-java-util ${protobuff.java.utils.version} + + io.netty + netty-tcnative-boringssl-static + ${netty-ssl} + @@ -665,6 +671,10 @@ com.google.protobuf protobuf-java-util + + io.netty + netty-tcnative-boringssl-static + -- cgit 1.2.3-korg