aboutsummaryrefslogtreecommitdiffstats
path: root/components/core/pom.xml
diff options
context:
space:
mode:
authorMuthuramalingam, Brinda Santh <bs2796@att.com>2019-01-11 11:30:40 -0500
committerMuthuramalingam, Brinda Santh <bs2796@att.com>2019-01-14 11:21:09 -0500
commit3f215fdd8239c8a32614d84c5b2dab518dbc819c (patch)
tree553329c59707a2d338af491de743a28e85755bdb /components/core/pom.xml
parenta8588a4aab5ff95890b9ad9ae1bc02a2043fab54 (diff)
Add blueprint Kotlin script support.
Change-Id: I92b8e9850ea07c7f671e7aada9770713854534c3 Issue-ID: CCSDK-941 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
Diffstat (limited to 'components/core/pom.xml')
-rw-r--r--components/core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/core/pom.xml b/components/core/pom.xml
index 84063fd5..f33146b6 100644
--- a/components/core/pom.xml
+++ b/components/core/pom.xml
@@ -63,6 +63,11 @@
<artifactId>mockk</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-test</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>