From: Muthuramalingam, Brinda Santh(bs2796) Date: Sat, 24 Nov 2018 19:25:26 +0000 (-0500) Subject: Add coroutines and GRPC maven dependencies. X-Git-Tag: 0.4.2~162^2~106^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=aa927025847e2c56efc1c41fe87a3753bf8e5948;p=ccsdk%2Fcds.git Add coroutines and GRPC maven dependencies. Change-Id: I5b9ebc7c75a99ca36d09c233cf9e217c8aec38a2 Issue-ID: CCSDK-744 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 637a07a67..ba8e92114 100644 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -33,8 +33,9 @@ 2.0.6.RELEASE 5.0.10.RELEASE 1.3.10 - 1.3.0 + 1.3.10 1.0.1 + 1.16.1 1.0.0 0.3.1 26.0-jre @@ -74,8 +75,8 @@ ${kotlin.version} - org.jetbrains.kotlin - kotlinx-couroutines-core + org.jetbrains.kotlinx + kotlinx-coroutines-core ${kotlin.couroutines.version} @@ -94,6 +95,23 @@ ${kotlin.version} + + + io.grpc + grpc-netty + ${grpc.version} + + + io.grpc + grpc-protobuf + ${grpc.version} + + + io.grpc + grpc-stub + ${grpc.version} + + org.onap.ccsdk.sli.core @@ -303,6 +321,19 @@ com.fasterxml.jackson.module jackson-module-kotlin + + + io.grpc + grpc-netty + + + io.grpc + grpc-protobuf + + + io.grpc + grpc-stub +