From 63c6b1d622f355cb6eb1ab5bafe7de8fbaca65cd Mon Sep 17 00:00:00 2001 From: jinhaiyang Date: Thu, 10 Oct 2024 10:59:39 +0800 Subject: [PATCH] add feign-httpclient --- pom.xml | 7 ++++--- start/pom.xml | 4 ++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e4be8be4..282cc30d 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ 1.18.22 4.5.0 1.4.2.Final + 11.8 @@ -87,9 +88,9 @@ ${msg-center-api-version} - com.squareup.okhttp3 - okhttp - 4.10.0 + io.github.openfeign + feign-httpclient + ${feign-httpclient.version} diff --git a/start/pom.xml b/start/pom.xml index 5f686075..790bf418 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -78,6 +78,10 @@ com.alibaba.cloud spring-cloud-starter-alibaba-nacos-config + + io.github.openfeign + feign-httpclient +