From bdaffefc010f006019607a689f553ac4184888ee Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 8 Apr 2019 09:31:59 -0400 Subject: Fix POM to allow HTTP long polling to work Fix POM to allow HTTP long polling to work on camunda Change-Id: I5f9da8b88ad8b14a1ef596f65b95d941c130e794 Issue-ID: SO-1758 Signed-off-by: Benjamin, Max (mb388a) --- bpmn/mso-infrastructure-bpmn/pom.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'bpmn/mso-infrastructure-bpmn/pom.xml') diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index 6f0b1f6fc9..2abea6e31f 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -153,11 +153,6 @@ camunda-bpm-spring-boot-starter ${camunda.springboot.version} - - org.camunda.bpm.springboot - camunda-bpm-spring-boot-starter-webapp - ${camunda.springboot.version} - org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-rest @@ -166,7 +161,13 @@ org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-webapp - 2.3.0 + ${camunda.springboot.version} + + + org.camunda.bpmn + camunda-engine-rest-core + + org.springframework.boot -- cgit 1.2.3-korg