diff options
author | Muthuramalingam, Brinda Santh <bs2796@att.com> | 2019-01-11 11:30:40 -0500 |
---|---|---|
committer | Muthuramalingam, Brinda Santh <bs2796@att.com> | 2019-01-14 11:21:09 -0500 |
commit | a3450eb629c88e8fe7f2a0a2d9b241004fd45442 (patch) | |
tree | e327dfe0d59359ccbbd03f3014f01453bdbd8914 /components/core/pom.xml | |
parent | 4e08795acadc769817fac2250804a8fa33d36aea (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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/core/pom.xml b/components/core/pom.xml index 84063fd57..f33146b6a 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> |