From dd866f6070d65c36d7c68607a0b4115f853a6c47 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Fri, 8 Dec 2023 10:41:30 +0100 Subject: Don't embed commons-logging --- container-apache-http-client-bundle/pom.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'container-apache-http-client-bundle/pom.xml') diff --git a/container-apache-http-client-bundle/pom.xml b/container-apache-http-client-bundle/pom.xml index e580364a51a..21e4fee56c1 100644 --- a/container-apache-http-client-bundle/pom.xml +++ b/container-apache-http-client-bundle/pom.xml @@ -23,6 +23,12 @@ org.apache.httpcomponents httpclient + + + commons-logging + commons-logging + + org.apache.httpcomponents @@ -80,10 +86,8 @@ !javax.servlet, javax.*, - org.slf4j, - org.slf4j.spi, - org.slf4j.helpers, - org.slf4j.event, + org.apache.commons.logging.*, + org.slf4j.*, org.ietf.jgss true -- cgit v1.2.3