From 151e614ea07cde5f038d7351497aa96281028c9a Mon Sep 17 00:00:00 2001 From: lidongyang Date: Fri, 15 May 2026 11:46:07 +0800 Subject: [PATCH] [chore](dep) pin esdk-obs-java-bundle to 3.21.11 to fix version range resolution failure The version range `[3.21.11,)` causes build failures because the Huawei OBS Maven repository (repo.huaweicloud.com/repository/maven/huaweicloudsdk/) does not have the artifact metadata for this library, so Maven cannot resolve the range and reports `jar:null`. Pin to the minimum required version 3.21.11, which is available on Maven Central (aliyunmaven mirror), making the build resilient to the unstable Huawei OBS repository. Co-Authored-By: Claude Sonnet 4.6 --- fe/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/pom.xml b/fe/pom.xml index 94a73b71abf282..af8947325cccee 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -246,7 +246,7 @@ under the License. 5.6.211 3.1.678 3.1.20 - [3.21.11,) + 3.21.11 3.1.1-hw-46 ${fe.dir}/../thirdparty