From: adheli.tavares Date: Wed, 13 Nov 2024 11:31:33 +0000 (+0000) Subject: Uplift of netty dependencies that are brought in by spring boot X-Git-Tag: 8.0.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0af6a6864821eb4d4541d2db79167a6527daa207;p=policy%2Fclamp.git Uplift of netty dependencies that are brought in by spring boot - they conflict with the ones in parent used in apex and drools Issue-ID: POLICY-5073 Change-Id: I35f1fdd622b8dce14d32f5bf0351b4c90124e0ac Signed-off-by: adheli.tavares --- diff --git a/participant/pom.xml b/participant/pom.xml index fdbd154b8..cb251ff64 100644 --- a/participant/pom.xml +++ b/participant/pom.xml @@ -120,6 +120,43 @@ io.micrometer micrometer-tracing-bridge-otel + + + + io.netty + netty-all + ${version.netty} + + + io.netty + netty-buffer + ${version.netty} + + + io.netty + netty-codec + ${version.netty} + + + io.netty + netty-codec-http2 + ${version.netty} + + + io.netty + netty-common + ${version.netty} + + + io.netty + netty-handler + ${version.netty} + + + io.netty + netty-handler-proxy + ${version.netty} + diff --git a/pom.xml b/pom.xml index 02ec9bdf2..d3ad465a1 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,7 @@ 3.0.1-SNAPSHOT 4.0.1-SNAPSHOT + 4.1.112.Final common diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml index 4b3c25db0..ec94b091e 100644 --- a/runtime-acm/pom.xml +++ b/runtime-acm/pom.xml @@ -308,6 +308,43 @@ spring-boot-test-autoconfigure test + + + + io.netty + netty-all + ${version.netty} + + + io.netty + netty-buffer + ${version.netty} + + + io.netty + netty-codec + ${version.netty} + + + io.netty + netty-codec-http2 + ${version.netty} + + + io.netty + netty-common + ${version.netty} + + + io.netty + netty-handler + ${version.netty} + + + io.netty + netty-handler-proxy + ${version.netty} +