aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-01-19 01:04:41 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-19 01:04:41 +0000
commit92d16535a7cb17993e7ad336410c0cbda707814b (patch)
tree37088b3db5f6406f8638c528d2859463bf43adb2 /ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
parent5aba70d9b3118acd5b2250f25a793566a8e627b5 (diff)
parent9d12c15053c000b48af68a766f69c7ec8b008db6 (diff)
Merge "Add support for async REST"
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml')
-rw-r--r--ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
index 7041dab3..5562df62 100644
--- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
+++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
@@ -29,6 +29,10 @@
<dependencies>
<dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-core</artifactId>
+ </dependency>
+ <dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-testing</artifactId>
</dependency>