From c03c72c7d0221455a2688e65198ce0cd2de96ada Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 16 五月 2024 10:36:49 +0800 Subject: [PATCH] remove 移除 powerjob --- ruoyi-common/ruoyi-common-job/pom.xml | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/ruoyi-common/ruoyi-common-job/pom.xml b/ruoyi-common/ruoyi-common-job/pom.xml index 47bfc43..92082d2 100644 --- a/ruoyi-common/ruoyi-common-job/pom.xml +++ b/ruoyi-common/ruoyi-common-job/pom.xml @@ -22,22 +22,6 @@ <artifactId>spring-boot-autoconfigure</artifactId> </dependency> - <!--PowerJob--> - <dependency> - <groupId>tech.powerjob</groupId> - <artifactId>powerjob-worker-spring-boot-starter</artifactId> - <exclusions> - <exclusion> - <artifactId>powerjob-remote-impl-akka</artifactId> - <groupId>tech.powerjob</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>tech.powerjob</groupId> - <artifactId>powerjob-official-processors</artifactId> - </dependency> - <!-- EasyRetry client --> <dependency> <groupId>com.aizuda</groupId> -- Gitblit v1.9.3