From 6ac37f358addbe493d09e6aff53da318d12abd6c Mon Sep 17 00:00:00 2001 From: wilsonNAN Date: Tue, 28 Oct 2025 18:00:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86quarkus=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=BC=95=E5=85=A5=E7=9A=84grpc=E5=92=8Cnacos=E7=9A=84?= =?UTF-8?q?grpc=E7=89=88=E6=9C=AC=E4=B8=8D=E4=B8=80=E8=87=B4=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E5=90=AF=E5=8A=A8=E6=8A=A5Unable=20to=20find=20OkHttp?= =?UTF-8?q?ChannelProvider=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nop-cluster/nop-cluster-nacos/pom.xml | 6 ++++++ nop-dependencies/pom.xml | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/nop-cluster/nop-cluster-nacos/pom.xml b/nop-cluster/nop-cluster-nacos/pom.xml index 07631df1c..a19ab0858 100644 --- a/nop-cluster/nop-cluster-nacos/pom.xml +++ b/nop-cluster/nop-cluster-nacos/pom.xml @@ -27,6 +27,12 @@ com.alibaba.nacos nacos-client + pure + + + + com.alibaba.nacos + nacos-common diff --git a/nop-dependencies/pom.xml b/nop-dependencies/pom.xml index 72d6779ad..7d188d4f5 100644 --- a/nop-dependencies/pom.xml +++ b/nop-dependencies/pom.xml @@ -44,7 +44,7 @@ - 2.3.0 + 2.3.2 3.5.3 @@ -259,6 +259,12 @@ ${nacos.version} + + com.alibaba.nacos + nacos-common + ${nacos.version} + + com.alibaba.nacos nacos-config -- Gitee