From 12e2206f9d24b29c8276b2743603635620643444 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 18 Jan 2023 20:39:41 +0300 Subject: RestTemplate -> OkHttpClient --- pom.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 380ddb77..0fd6f735 100644 --- a/pom.xml +++ b/pom.xml @@ -82,8 +82,16 @@ - org.apache.httpcomponents.client5 - httpclient5 + com.squareup.okhttp3 + okhttp + + + com.squareup.okhttp3 + logging-interceptor + + + commons-codec + commons-codec org.apache.commons -- cgit v1.2.3