From 727df8dd9486fd85c099f3b89a835502584b6b75 Mon Sep 17 00:00:00 2001 From: AprilWind <2100166581@qq.com> Date: 星期四, 16 五月 2024 17:35:21 +0800 Subject: [PATCH] remove 移除 powerjob --- ruoyi-common/ruoyi-common-job/pom.xml | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ruoyi-common/ruoyi-common-job/pom.xml b/ruoyi-common/ruoyi-common-job/pom.xml index 446b4da..92082d2 100644 --- a/ruoyi-common/ruoyi-common-job/pom.xml +++ b/ruoyi-common/ruoyi-common-job/pom.xml @@ -15,17 +15,25 @@ ruoyi-common-job 瀹氭椂浠诲姟 </description> - <dependencies> + <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> </dependency> - <!-- xxl-job-core --> + <!-- EasyRetry client --> <dependency> - <groupId>com.xuxueli</groupId> - <artifactId>xxl-job-core</artifactId> + <groupId>com.aizuda</groupId> + <artifactId>easy-retry-client-starter</artifactId> + </dependency> + <dependency> + <groupId>com.aizuda</groupId> + <artifactId>easy-retry-client-core</artifactId> + </dependency> + <dependency> + <groupId>com.aizuda</groupId> + <artifactId>easy-retry-client-job-core</artifactId> </dependency> <dependency> -- Gitblit v1.9.3