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.0~76^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F73476%2F3;p=ccsdk%2Fapps.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 71310f1e..39f2d101 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 diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 637a07a6..ba8e9211 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 + diff --git a/ms/controllerblueprints/parent/pom.xml b/ms/controllerblueprints/parent/pom.xml index e69a947b..4f6a316b 100644 --- a/ms/controllerblueprints/parent/pom.xml +++ b/ms/controllerblueprints/parent/pom.xml @@ -31,7 +31,7 @@ 2.0.6.RELEASE 5.0.10.RELEASE 1.3.10 - 1.3.0 + 1.3.10 1.0.1 1.0.0 26.0-jre