From effd504d482c89379daa63a4025336f5bd348913 Mon Sep 17 00:00:00 2001 From: yhan219 <yhan219@sina.com> Date: 星期五, 16 六月 2023 22:58:36 +0800 Subject: [PATCH] !359 [需求认领] 对接 powerjob 实现分布式任务调度 集成方式参考框架内 xxl-job * 对接powerjob替换xxl-job实现分布式任务调度 --- ruoyi-modules/ruoyi-job/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml index 449367f..2fd78e9 100644 --- a/ruoyi-modules/ruoyi-job/pom.xml +++ b/ruoyi-modules/ruoyi-job/pom.xml @@ -23,12 +23,12 @@ <artifactId>ruoyi-common-core</artifactId> </dependency> - <!-- 璋冨害妯″潡 --> <dependency> <groupId>org.dromara</groupId> <artifactId>ruoyi-common-job</artifactId> </dependency> + </dependencies> </project> -- Gitblit v1.9.3