dhb52
2024-03-13 df5cbaaea89e38a46f50d6681fc1e703e6ee3ba8
ruoyi-admin/pom.xml
@@ -48,6 +48,10 @@
            <artifactId>ruoyi-common-social</artifactId>
        </dependency>
        <dependency>
            <groupId>org.dromara</groupId>
            <artifactId>ruoyi-common-ratelimiter</artifactId>
        </dependency>
        <dependency>
            <groupId>org.dromara</groupId>
@@ -71,6 +75,12 @@
            <artifactId>ruoyi-demo</artifactId>
        </dependency>
        <!--  工作流模块  -->
        <dependency>
            <groupId>org.dromara</groupId>
            <artifactId>ruoyi-workflow</artifactId>
        </dependency>
        <dependency>
            <groupId>de.codecentric</groupId>
            <artifactId>spring-boot-admin-starter-client</artifactId>
@@ -87,6 +97,18 @@
            <artifactId>JustAuth</artifactId>
        </dependency>
        <dependency>
            <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>
        <!-- skywalking 整合 logback -->
<!--        <dependency>-->