ruoyi-job/pom.xml
@@ -5,7 +5,8 @@
    <parent>
        <artifactId>ruoyi-vue-plus</artifactId>
        <groupId>com.ruoyi</groupId>
        <version>4.3.0</version>
        <version>${revision}</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <packaging>jar</packaging>
@@ -20,7 +21,7 @@
        <!-- 通用工具-->
        <dependency>
            <groupId>com.ruoyi</groupId>
            <artifactId>ruoyi-common</artifactId>
            <artifactId>ruoyi-common-core</artifactId>
        </dependency>
        <!-- xxl-job-core -->
@@ -29,11 +30,7 @@
            <artifactId>xxl-job-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.yomahub</groupId>
            <artifactId>tlog-xxljob-spring-boot-starter</artifactId>
        </dependency>
    </dependencies>
</project>