From d5968f56b382c50dfafc3b6feeccf5b81d176b9d Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Fri, 5 Feb 2021 20:34:11 -0500 Subject: update camunda and spring to latest versions Updated camunda to 7.14 and updated spring boot camunda to 3.4 Started to clean up duplicate maven dependencies Issue-ID: SO-3521 Signed-off-by: Benjamin, Max (mb388a) Change-Id: Ic65b04772b91dd989e41d6b6b93872978bc4e4e2 --- bpmn/so-bpmn-building-blocks/pom.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'bpmn/so-bpmn-building-blocks/pom.xml') diff --git a/bpmn/so-bpmn-building-blocks/pom.xml b/bpmn/so-bpmn-building-blocks/pom.xml index 5c4cd6d2fa..76e53fea61 100644 --- a/bpmn/so-bpmn-building-blocks/pom.xml +++ b/bpmn/so-bpmn-building-blocks/pom.xml @@ -79,28 +79,35 @@ + + + + org.camunda.bpm + camunda-bom + ${camunda.version} + import + pom + + + org.camunda.bpm camunda-engine - ${camunda.version} org.camunda.bpm.springboot camunda-bpm-spring-boot-starter - ${camunda.springboot.version} test org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-webapp - ${camunda.springboot.version} test org.camunda.bpm.extension.mockito camunda-bpm-mockito - 3.2.1 test @@ -148,9 +155,8 @@ ch.vorburger.mariaDB4j mariaDB4j - 2.2.3 + 2.3.0 test - -- cgit 1.2.3-korg