From 8aca451301378942e4c942be202d0bfd2313af93 Mon Sep 17 00:00:00 2001 From: "BOSLET, CORY" Date: Tue, 9 Mar 2021 22:57:29 -0500 Subject: version upgrades plus cleanup Removed over 125 dependencies and added to dependency management Added in a few dependencies and removed some Change the swagger version to so pom Removed version property reference in the pom Added in missing dependency for bpmn blocks Added in missing dependecy for common bpmn Updated the camunda-bpm-assert to use a version that is compatible with assertj-core 3.11. The camunda-bpm-assert namespace group also changed. This fixes the no method found error. Updated unit test to account for class name change Updated the unit test to account for lib change Fixed unit test for software upgrade stuff Exclude older versions of javassist to fix null pointer caused by incompatible javassist version with hibernate and bowman Added in missing dependency for task test Added missing dependency and fixed formatting Remove files that got added back in by merge conflict Use the new namespace for the swagger annotations Need to exclude swagger annoatations from the old namespace Updated to fix compilation error due to use of legacy swagger and cxf swagger Use the swagger v3 plugin for gen resources Use the openapi v3 swagger in all bpmn packages Fix null pointer to create the OpenApiFeature in cxf Issue-ID: SO-3578 Signed-off-by: AT&T Open Source Change-Id: I7093376b2d8271e9c5b911b901133e01b957da84 --- mso-api-handlers/mso-api-handler-infra/pom.xml | 21 --------------------- 1 file changed, 21 deletions(-) (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 cd7c102c10..cf1df1bfb0 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -10,17 +10,8 @@ mso-api-handler-infra ONAP SO API Handler Infra - 7.14.0 - 1.2 UTF-8 UTF-8 - 2.0.8 - 1.1.1 - 3.6.0 - 3.6.0 - 0.9.9-RC1 - 2.5.2 - 1.0.3 @@ -32,14 +23,6 @@ pom import - - - org.camunda.bpm - camunda-bom - ${camunda.version} - import - pom - @@ -55,7 +38,6 @@ io.swagger.core.v3 swagger-jaxrs2 - 2.0.8 com.h2database @@ -100,7 +82,6 @@ pl.pragmatists JUnitParams - 1.0.5 test @@ -137,7 +118,6 @@ ch.vorburger.mariaDB4j mariaDB4j - 2.3.0 test @@ -148,7 +128,6 @@ org.springframework.cloud spring-cloud-contract-wiremock - 1.2.4.RELEASE test -- cgit 1.2.3-korg