From: Muthuramalingam, Brinda Santh(bs2796) Date: Thu, 20 Dec 2018 16:16:31 +0000 (-0500) Subject: Add modelType service reactive compatible. X-Git-Tag: 0.4.2~163^2~73 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=df390dc4cdff621b56f8f00d01c7b021d480cd24;p=ccsdk%2Fcds.git Add modelType service reactive compatible. Change-Id: I0058a8136fe9ad62781f3d4556d2b95d11507f3f Issue-ID: CCSDK-864 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- diff --git a/components/parent/pom.xml b/components/parent/pom.xml index 03656ebd7..1330279e4 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -119,6 +119,11 @@ kotlinx-coroutines-core ${kotlin.couroutines.version} + + org.jetbrains.kotlinx + kotlinx-coroutines-reactor + ${kotlin.couroutines.version} + org.jetbrains.kotlin kotlin-reflect @@ -258,6 +263,10 @@ org.jetbrains.kotlinx kotlinx-coroutines-core + + org.jetbrains.kotlinx + kotlinx-coroutines-reactor + com.fasterxml.jackson.module jackson-module-kotlin