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 --- common/pom.xml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/pom.xml b/common/pom.xml index 08f797d7e5..5594329763 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ 1.7.1-SNAPSHOT common - MSO Common classes + common MSO Common classes:- Logger @@ -225,7 +225,7 @@ org.camunda.bpm camunda-external-task-client - 1.1.1 + 1.4.0 org.onap.appc.client @@ -393,5 +393,23 @@ + + + + maven-surefire-plugin + 2.20 + + + DEBUG + + 2 + suites + false + 1 + ${surefireArgLine} + + + + -- cgit 1.2.3-korg