From df390dc4cdff621b56f8f00d01c7b021d480cd24 Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh(bs2796)" Date: Thu, 20 Dec 2018 11:16:31 -0500 Subject: Add modelType service reactive compatible. Change-Id: I0058a8136fe9ad62781f3d4556d2b95d11507f3f Issue-ID: CCSDK-864 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- components/parent/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit 1.2.3-korg