summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/parent/pom.xml
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
commit8e8bfd22535e03f6c7df847813b5eaadd07c73ef (patch)
tree08c6d1cf4b3d897a15d7cff750647aee6a3b306a /ms/controllerblueprints/parent/pom.xml
parent40d739b066bbc44b82e484ec204132c4652552b2 (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 'ms/controllerblueprints/parent/pom.xml')
-rw-r--r--ms/controllerblueprints/parent/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/controllerblueprints/parent/pom.xml b/ms/controllerblueprints/parent/pom.xml
index b91343180..38a879ab8 100644
--- a/ms/controllerblueprints/parent/pom.xml
+++ b/ms/controllerblueprints/parent/pom.xml
@@ -114,6 +114,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>