From 6da295d57141b4c192f660083418c6ab3db193a1 Mon Sep 17 00:00:00 2001 From: MerCry Date: Tue, 24 Feb 2026 10:16:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(MCA):=20TASK-004=20=E6=B7=BB=E5=8A=A0=20Re?= =?UTF-8?q?silience4j=20=E4=BE=9D=E8=B5=96=20[AC-MCA-06,=20AC-MCA-07]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 resilience4j-spring-boot2 2.1.0 - 添加 resilience4j-timelimiter 2.1.0 - 项目可正常构建 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index cc711f9..cb6f7f6 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,7 @@ 3.5.3.1 5.8.22 2.0.40 + 2.1.0 ${project.basedir} @@ -91,6 +92,18 @@ system ${project.basedir}/lib/commons-codec-1.9.jar + + + io.github.resilience4j + resilience4j-spring-boot2 + ${resilience4j.version} + + + + io.github.resilience4j + resilience4j-timelimiter + ${resilience4j.version} +