AprilWind
2024-05-16 727df8dd9486fd85c099f3b89a835502584b6b75
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>