summaryrefslogtreecommitdiffstats
path: root/components/parent
diff options
context:
space:
mode:
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>2018-12-20 11:16:31 -0500
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>2018-12-20 11:16:31 -0500
commitdf390dc4cdff621b56f8f00d01c7b021d480cd24 (patch)
treed2e9c6eedb6bbb287c0605628c63bde1a8017eac /components/parent
parent61f774846a79bd63ad5e1f8999740b556ef49aa3 (diff)
Add modelType service reactive compatible.
Change-Id: I0058a8136fe9ad62781f3d4556d2b95d11507f3f Issue-ID: CCSDK-864 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Diffstat (limited to 'components/parent')
-rw-r--r--components/parent/pom.xml9
1 files changed, 9 insertions, 0 deletions
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
@@ -120,6 +120,11 @@
<version>${kotlin.couroutines.version}</version>
</dependency>
<dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-reactor</artifactId>
+ <version>${kotlin.couroutines.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>${kotlin.version}</version>
@@ -259,6 +264,10 @@
<artifactId>kotlinx-coroutines-core</artifactId>
</dependency>
<dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-reactor</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
</dependency>