From 55304b5c8c8885803fdf3e7e07291ae8c6f51947 Mon Sep 17 00:00:00 2001 From: Maxim Nesen Date: Wed, 27 Mar 2024 13:37:15 +0100 Subject: [PATCH] Dependency convergence exclusions Signed-off-by: Maxim Nesen --- connectors/apache-connector/pom.xml | 4 ++++ connectors/jetty-http2-connector/pom.xml | 12 ++++++++++++ examples/groovy/pom.xml | 4 ++++ examples/helloworld-spring-annotations/pom.xml | 2 +- 4 files changed, 21 insertions(+), 1 deletion(-) diff --git a/connectors/apache-connector/pom.xml b/connectors/apache-connector/pom.xml index f0ad9c6682e..fc2d0accade 100644 --- a/connectors/apache-connector/pom.xml +++ b/connectors/apache-connector/pom.xml @@ -45,6 +45,10 @@ commons-codec commons-codec + + commons-logging + commons-logging + diff --git a/connectors/jetty-http2-connector/pom.xml b/connectors/jetty-http2-connector/pom.xml index 3e21e772484..00356708d84 100644 --- a/connectors/jetty-http2-connector/pom.xml +++ b/connectors/jetty-http2-connector/pom.xml @@ -48,10 +48,22 @@ org.eclipse.jetty.http2 http2-client + + + org.slf4j + slf4j-api + + org.eclipse.jetty.http2 http2-http-client-transport + + + org.slf4j + slf4j-api + + org.eclipse.jetty diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml index c42253fb687..8d7a370d85b 100644 --- a/examples/groovy/pom.xml +++ b/examples/groovy/pom.xml @@ -34,6 +34,10 @@ com.fasterxml.jackson.core jackson-core + + com.fasterxml.jackson.core + jackson-databind + org.junit.jupiter junit-jupiter-api diff --git a/examples/helloworld-spring-annotations/pom.xml b/examples/helloworld-spring-annotations/pom.xml index b196038b468..ab5ea9976c0 100644 --- a/examples/helloworld-spring-annotations/pom.xml +++ b/examples/helloworld-spring-annotations/pom.xml @@ -73,7 +73,7 @@ commons-logging commons-logging - 1.2 + ${commons.logging.version} org.glassfish.jersey.test-framework.providers