aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/pom.xml
diff options
context:
space:
mode:
authorChuanyu Chen <chenchuanyu@huawei.com>2020-02-21 08:46:13 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-21 08:46:13 +0000
commitdca9a2db304b2ac196ec16c1bec08e9df9cd6a22 (patch)
treea696208edcbce1e0312f9536e98c15015ab5eaf8 /mso-api-handlers/mso-api-handler-infra/pom.xml
parent8017827345ee6d9e3d1015879e191c5fad3a4257 (diff)
parenta2317eb2230ed472040bfff4af26cb126ce9e687 (diff)
Merge "Add method to send message to Camunda engine"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/pom.xml')
-rw-r--r--mso-api-handlers/mso-api-handler-infra/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml
index 84a80e6617..9944984d33 100644
--- a/mso-api-handlers/mso-api-handler-infra/pom.xml
+++ b/mso-api-handlers/mso-api-handler-infra/pom.xml
@@ -98,6 +98,10 @@
<artifactId>spring-retry</artifactId>
</dependency>
<dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-webflux</artifactId>
+ </dependency>
+ <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>