From f97eaff2bedd83df93400e2c36ff92c22f67001f Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Tue, 4 Mar 2025 09:11:39 +0000 Subject: [PATCH] Remove managed netty transitive dependencies from parent - netty dependencies are mostly transitive and managing them in parent was creating conflicts with other dependencies that use older versions of netty. - fixed maven-site plugin declaration. Issue-ID: POLICY-5299 Change-Id: I82f97509e3c663d4eae9c5dc0cfaacdb43bbb4be Signed-off-by: adheli.tavares --- integration/pom.xml | 41 ----------------------------------------- pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 41 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 10414118..d9142741 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -82,7 +82,6 @@ 1.14.3 5.5.0 5.15.0 - 4.1.100.Final 1.2.1-oss 1.3.0-oss 1.43.0 @@ -270,41 +269,6 @@ micrometer-tracing-bridge-otel 1.4.2 - - 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} - io.opentelemetry opentelemetry-api @@ -1311,11 +1275,6 @@ sonar-maven-plugin ${version.sonar} - - org.apache.maven.plugins - maven-site-plugin - 4.0.0-M13 - org.apache.maven.plugins maven-deploy-plugin diff --git a/pom.xml b/pom.xml index d5faf38c..682b3963 100644 --- a/pom.xml +++ b/pom.xml @@ -101,6 +101,11 @@ ${maven.compiler.release} + + org.apache.maven.plugins + maven-site-plugin + 3.21.0 + -- 2.16.6