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 --- pom.xml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 2cd4de3856..03145679aa 100644 --- a/pom.xml +++ b/pom.xml @@ -67,16 +67,16 @@ content/repositories/snapshots/ content/repositories/public/ content/sites/site/org/onap/so/${project.version}/ - 3.3.3 + 3.4.1 2.1 - 2.1.5.RELEASE + 2.3.7.RELEASE 2.1.21 - 3.2.0 + 7.14.0 false true 0.33.0 1.7.2 - 0.8.0 + 0.9.0 2.1.15 @@ -936,6 +936,18 @@ com.vaadin.external.google android-json + + org.junit.jupiter + junit-jupiter + + + org.junit.vintage + junit-vintage-engine + + + org.mockito + mockito-junit-jupiter + @@ -951,7 +963,7 @@ org.flywaydb flyway-core - 5.2.4 + 6.5.7 org.json -- cgit 1.2.3-korg