From 2ea63e3c9f91411d5155d9403423eff79bef5d5f Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Tue, 22 Jun 2021 14:51:11 +0200 Subject: Reapply "Use provided apache http client bundle from container" This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b. --- http-utils/pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'http-utils') diff --git a/http-utils/pom.xml b/http-utils/pom.xml index 1f85658430f..2a8ec1b9bb9 100644 --- a/http-utils/pom.xml +++ b/http-utils/pom.xml @@ -31,22 +31,21 @@ slf4j-api provided - - + org.apache.httpcomponents httpclient - compile + provided org.apache.httpcomponents httpcore - compile + provided org.apache.httpcomponents.client5 httpclient5 - compile + provided org.slf4j -- cgit v1.2.3