From 0b95e000c322f43eb4374edb4d1b7846d6294c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crocquesel?= <88554524+scrocquesel@users.noreply.github.com> Date: Tue, 16 May 2023 12:35:16 +0200 Subject: [PATCH] Exclude commons-logging in quarkus bom --- bom/application/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index ff8492170e2ad..ef8978c1218e6 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -4066,6 +4066,12 @@ org.apache.httpcomponents httpclient ${httpclient.version} + + + commons-logging + * + + org.apache.httpcomponents