From 5d8d81aae475e27320f1fc351aba7880c664f942 Mon Sep 17 00:00:00 2001 From: gongycn Date: Mon, 5 Aug 2024 10:01:09 +0800 Subject: [PATCH] Resolve the Hessian package conflict issue. (#12449) --- consistency/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/consistency/pom.xml b/consistency/pom.xml index d680880b752..a367d01540c 100644 --- a/consistency/pom.xml +++ b/consistency/pom.xml @@ -59,7 +59,7 @@ nacos-common - com.caucho + com.alipay.sofa hessian diff --git a/pom.xml b/pom.xml index 2bb94a46a34..6a57f702b04 100644 --- a/pom.xml +++ b/pom.xml @@ -143,7 +143,7 @@ 2.17.0 3.22.3 ${grpc-java.version} - 4.0.63 + 4.0.4 4.11.0 3.4.2 1.3.14 @@ -845,7 +845,7 @@ - com.caucho + com.alipay.sofa hessian ${hessian.version}