From a181d8d9de3f4e73daab9ee0d62fd25f094fce2f Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Wed, 16 Jun 2021 16:59:40 +0200 Subject: Use provided apache http client bundle from container --- 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