From 8a316f29e150ccdcb2b25c100c4ca2a2d7e818d7 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Mon, 5 Jul 2021 11:15:16 +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