From 20a0aae43337b4175c5732e67b0270032afa9de8 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 1 Feb 2024 18:05:04 +0000 Subject: [PATCH] Update dependencies in policy parent - removed deprecated dmaap - updated jackson to bom for jakarta.* compability - updated spring dependencies for security fixes - updated onap cross dependencies for ccsdk and sdc Issue-ID: POLICY-4402 Change-Id: Idc7f40d15238ce79b5eb5ed6f9e6e03597cd4168 Signed-off-by: rameshiyer Signed-off-by: adheli.tavares --- .../acm/api-protocol/acm-participant-protocol.rst | 2 +- .../api-protocol/puml/ParticipantDeregister.puml | 0 .../acm/api-protocol/puml/ParticipantRegister.puml | 0 .../acm/api-protocol/system-level-dialogues.rst | 0 integration/pom.xml | 104 ++++++++++----------- 5 files changed, 53 insertions(+), 53 deletions(-) mode change 100755 => 100644 docs/clamp/acm/api-protocol/acm-participant-protocol.rst mode change 100755 => 100644 docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml mode change 100755 => 100644 docs/clamp/acm/api-protocol/puml/ParticipantRegister.puml mode change 100755 => 100644 docs/clamp/acm/api-protocol/system-level-dialogues.rst diff --git a/docs/clamp/acm/api-protocol/acm-participant-protocol.rst b/docs/clamp/acm/api-protocol/acm-participant-protocol.rst old mode 100755 new mode 100644 index ee9213cf..6b69166f --- a/docs/clamp/acm/api-protocol/acm-participant-protocol.rst +++ b/docs/clamp/acm/api-protocol/acm-participant-protocol.rst @@ -126,7 +126,7 @@ Messages The CLAMP Automation Composition Participant Protocol uses the following messages. The descriptions below give an overview of each message. For the precise definition of the messages, see the `CLAMP code at Github -`_ +`_ . All messages are carried on DMaaP. .. csv-table:: ACM Messages diff --git a/docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml b/docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml old mode 100755 new mode 100644 diff --git a/docs/clamp/acm/api-protocol/puml/ParticipantRegister.puml b/docs/clamp/acm/api-protocol/puml/ParticipantRegister.puml old mode 100755 new mode 100644 diff --git a/docs/clamp/acm/api-protocol/system-level-dialogues.rst b/docs/clamp/acm/api-protocol/system-level-dialogues.rst old mode 100755 new mode 100644 diff --git a/integration/pom.xml b/integration/pom.xml index 30623eff..64929609 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -44,19 +44,18 @@ nexus3.onap.org:10001 nexus3.onap.org:10003 - 2.7.4 - 1.5.1 + 1.5.3 7.13.0 - 1.1.12 3.3.2 8.44.0.Final 1.13.4 0.16.0 - 2.15.2 + 2.16.1 0.8.10 - 3.1.3 - 11.0.18 - 5.10.0 + 3.1.5 + 11.0.20 + 5.10.1 + 3.6.1 2.20.0 1.4.14 3.1.0 @@ -68,13 +67,14 @@ 1.2.1-oss 1.3.0-oss 3.5.0 - 2.0.1 + 2.1.1 + 1.9.0 2.0.11 - 6.0.14 - 3.1.7 + 6.0.16 + 3.1.8 6.1.6 - 3.0.46 - 2.2.15 + 3.0.52 + 2.2.20 --add-opens java.base/java.time=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED @@ -95,9 +95,10 @@ ${version.parent.resources} - com.fasterxml.jackson.core - jackson-core + com.fasterxml.jackson + jackson-bom ${version.jackson} + pom org.glassfish.jersey.containers @@ -163,6 +164,22 @@ jakarta.xml.bind-api 4.0.1 + + com.sun.xml.bind + jaxb-impl + 4.0.4 + + + org.glassfish.jaxb + jaxb-core + 4.0.4 + + + org.glassfish.jaxb + jaxb-runtime + 4.0.4 + compile + jakarta.servlet jakarta.servlet-api @@ -186,7 +203,7 @@ jakarta.inject jakarta.inject-api - 2.0.1.MR + 2.0.1 @@ -227,7 +244,7 @@ org.apache.kafka kafka-clients - 3.6.0 + ${version.kafka} @@ -262,6 +279,11 @@ medeia-validator-core ${version.medeia.validator} + + com.jayway.jsonpath + json-path + 2.9.0 + org.projectlombok @@ -299,26 +321,6 @@ log4j-to-slf4j ${version.log4j} - - - org.onap.dmaap.messagerouter.dmaapclient - dmaapClient - ${version.dmaap} - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - - apache-log4j-extras - log4j - - - org.onap.ccsdk.cds.blueprintsprocessor.modules @@ -339,18 +341,6 @@ - - - org.onap.aaf.authz - aaf-cadi-aaf - ${version.aaf} - - - log4j - log4j - - - com.att.nsa @@ -366,7 +356,7 @@ org.yaml snakeyaml - 2.0 + 2.2 @@ -635,6 +625,11 @@ commons-net 3.9.0 + + org.apache.commons + commons-jexl3 + 3.2.1 + com.github.docker-java @@ -786,6 +781,11 @@ micrometer-core ${version.micrometer} + + org.bouncycastle + bcpkix-fips + 1.0.7 + @@ -1041,7 +1041,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.0 + 3.6.3 org.apache.maven.plugins -- 2.16.6