From 624fd877511d04a776e35a0198d2d416ce6ddfdb Mon Sep 17 00:00:00 2001 From: AprilWind <2100166581@qq.com> Date: 星期四, 16 五月 2024 17:52:16 +0800 Subject: [PATCH] update 优化部门类别编码获取 --- ruoyi-common/ruoyi-common-job/pom.xml | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ruoyi-common/ruoyi-common-job/pom.xml b/ruoyi-common/ruoyi-common-job/pom.xml index b311477..92082d2 100644 --- a/ruoyi-common/ruoyi-common-job/pom.xml +++ b/ruoyi-common/ruoyi-common-job/pom.xml @@ -22,14 +22,18 @@ <artifactId>spring-boot-autoconfigure</artifactId> </dependency> - <!--PowerJob--> + <!-- EasyRetry client --> <dependency> - <groupId>tech.powerjob</groupId> - <artifactId>powerjob-worker-spring-boot-starter</artifactId> + <groupId>com.aizuda</groupId> + <artifactId>easy-retry-client-starter</artifactId> </dependency> <dependency> - <groupId>tech.powerjob</groupId> - <artifactId>powerjob-official-processors</artifactId> + <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