From a2317eb2230ed472040bfff4af26cb126ce9e687 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Thu, 20 Feb 2020 15:37:56 +0800 Subject: Add method to send message to Camunda engine Issue-ID: SO-2368 Modify CamundaRequestHandler to add method to send message to Camunda engine. Use non-blocking webclient considering workflow may take long time to finish. Change-Id: I70a8b38881ac40b4d65a3d7305f57a56829e6f1d Signed-off-by: Harry Huang --- mso-api-handlers/mso-api-handler-infra/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mso-api-handlers/mso-api-handler-infra/pom.xml') 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 @@ -97,6 +97,10 @@ org.springframework.retry spring-retry + + org.springframework.boot + spring-boot-starter-webflux + commons-lang commons-lang -- cgit 1.2.3-korg