From fd9a12d69a6a0c37a34258b039ac2fdee708398a Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Sat, 25 Feb 2023 13:24:02 +0100 Subject: [PATCH] Exclude banned dependency commons-logging in the BOM #30813 --- bom/application/pom.xml | 14 +++++++++++++- extensions/apache-httpclient/runtime/pom.xml | 6 ------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index cec9c8237e854..e2db2ddea4945 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -1846,7 +1846,7 @@ quarkus-vertx-http-dev-ui-resources ${project.version} - + io.quarkus quarkus-reactive-routes @@ -4452,11 +4452,23 @@ org.apache.httpcomponents httpclient ${httpclient.version} + + + commons-logging + commons-logging + + org.apache.httpcomponents httpclient-cache ${httpclient.version} + + + commons-logging + commons-logging + + org.apache.httpcomponents diff --git a/extensions/apache-httpclient/runtime/pom.xml b/extensions/apache-httpclient/runtime/pom.xml index d8937d0bb38f5..e0b85c3e2ef4d 100644 --- a/extensions/apache-httpclient/runtime/pom.xml +++ b/extensions/apache-httpclient/runtime/pom.xml @@ -20,12 +20,6 @@ org.apache.httpcomponents httpclient - - - commons-logging - commons-logging - - org.jboss.logging