From d35235fd2ec0c9108594150c4f710622d59efc8a 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(+) (limited to 'components/parent/pom.xml') diff --git a/components/parent/pom.xml b/components/parent/pom.xml index 03656ebd..1330279e 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