From e30e4fe447c2eea8ea0a00915753e2f769d124cd Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: 星期一, 11 三月 2024 21:02:05 +0800 Subject: [PATCH] update 修改我的已办过滤抄送数据,添加已审批过得节点查询接口 --- ruoyi-admin/pom.xml | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 39731b1..cbf03ce 100644 --- a/ruoyi-admin/pom.xml +++ b/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> @@ -86,7 +96,6 @@ <groupId>me.zhyd.oauth</groupId> <artifactId>JustAuth</artifactId> </dependency> - <!-- skywalking 鏁村悎 logback --> <!-- <dependency>--> -- Gitblit v1.9.3