From abfaee8128ecc8bfb1fe7562631fb0d765b22d8c Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Wed, 16 Jun 2021 16:54:04 +0100 Subject: [PATCH] Changing ONAP logging dependencies to a released version Change-Id: Ia93db231c3b8e2403eeec7d6ffe0fe49dd6b8bf1 Issue-ID: SO-3673 Signed-off-by: waqas.ikram --- bpmn/MSOCommonBPMN/pom.xml | 2 +- bpmn/so-bpmn-infrastructure-common/pom.xml | 10 ++--- pom.xml | 62 +++++++++++++++--------------- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index c051aac9b8..817d70c0da 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -163,7 +163,7 @@ commons-beanutils commons-beanutils - + com.h2database diff --git a/bpmn/so-bpmn-infrastructure-common/pom.xml b/bpmn/so-bpmn-infrastructure-common/pom.xml index c6a4ffc01d..0c5a0f3132 100644 --- a/bpmn/so-bpmn-infrastructure-common/pom.xml +++ b/bpmn/so-bpmn-infrastructure-common/pom.xml @@ -132,11 +132,11 @@ org.apache.cxf cxf-spring-boot-starter-jaxrs - - org.apache.cxf - cxf-rt-rs-service-description-openapi-v3 - 3.4.2 - + + org.apache.cxf + cxf-rt-rs-service-description-openapi-v3 + 3.4.2 + com.h2database h2 diff --git a/pom.xml b/pom.xml index a665440d04..2a69268f87 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,6 @@ jacoco ${project.build.directory}/surefire-reports ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - true ${project.version} **/* @@ -76,6 +75,7 @@ 0.9.0 2.1.15 1.8.1-SNAPSHOT + 1.6.9 @@ -849,17 +849,17 @@ org.onap.logging-analytics logging-slf4j - 1.6.10-SNAPSHOT + ${onap-logging-version} org.onap.logging-analytics logging-filter-base - 1.6.10-SNAPSHOT + ${onap-logging-version} org.onap.logging-analytics logging-filter-spring - 1.6.10-SNAPSHOT + ${onap-logging-version} org.apache.httpcomponents @@ -1055,43 +1055,43 @@ runtime - ch.vorburger.mariaDB4j - mariaDB4j - 2.3.0 - test + ch.vorburger.mariaDB4j + mariaDB4j + 2.3.0 + test - org.springframework.cloud - spring-cloud-contract-wiremock - 1.2.4.RELEASE - test + org.springframework.cloud + spring-cloud-contract-wiremock + 1.2.4.RELEASE + test - org.camunda.bpm.assert - camunda-bpm-assert - 3.0.0 - test + org.camunda.bpm.assert + camunda-bpm-assert + 3.0.0 + test - janino - janino - 2.5.15 + janino + janino + 2.5.15 - org.camunda.bpm - camunda-external-task-client - 1.4.0 + org.camunda.bpm + camunda-external-task-client + 1.4.0 + + + pl.pragmatists + JUnitParams + 1.0.5 + test - pl.pragmatists - JUnitParams - 1.0.5 - test - - - io.swagger.core.v3 - swagger-jaxrs2 - 2.1.7 + io.swagger.core.v3 + swagger-jaxrs2 + 2.1.7 org.camunda.bpm -- 2.16.6