AprilWind
2024-05-23 3a933e6f2b6324f7e29e6c40649bbc4f9cd01ea6
ruoyi-admin/pom.xml
@@ -48,6 +48,15 @@
            <artifactId>ruoyi-common-social</artifactId>
        </dependency>
        <dependency>
            <groupId>org.dromara</groupId>
            <artifactId>ruoyi-common-ratelimiter</artifactId>
        </dependency>
        <dependency>
            <groupId>org.dromara</groupId>
            <artifactId>ruoyi-common-mail</artifactId>
        </dependency>
        <dependency>
            <groupId>org.dromara</groupId>
@@ -71,6 +80,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>
@@ -81,18 +96,6 @@
            <artifactId>spring-boot-starter-test</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>me.zhyd.oauth</groupId>
            <artifactId>JustAuth</artifactId>
        </dependency>
        <!-- 接口请求参数加密模块 -->
        <dependency>
            <groupId>org.dromara</groupId>
            <artifactId>ruoyi-common-cryptapi</artifactId>
        </dependency>
        <!-- skywalking 整合 logback -->
<!--        <dependency>-->