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