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~163^2~98 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=16841978f6c50618776c1b12ff1e9a0713c456a6;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/components/parent/pom.xml b/components/parent/pom.xml index 71310f1e6..39f2d1015 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -32,8 +32,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 26.0-jre 2.9.2 @@ -108,8 +109,8 @@ ${kotlin.version} - org.jetbrains.kotlin - kotlinx-couroutines-core + org.jetbrains.kotlinx + kotlinx-coroutines-core ${kotlin.couroutines.version} @@ -128,6 +129,23 @@ ${kotlin.version} + + + io.grpc + grpc-netty + ${grpc.version} + + + io.grpc + grpc-protobuf + ${grpc.version} + + + io.grpc + grpc-stub + ${grpc.version} + + @@ -210,6 +228,10 @@ org.jetbrains.kotlin kotlin-stdlib-jdk8 + + org.jetbrains.kotlinx + kotlinx-coroutines-core + com.fasterxml.jackson.module jackson-module-kotlin