From 102003a52b101c85d7e378e25f35ec6488620fc1 Mon Sep 17 00:00:00 2001 From: AprilWind <2100166581@qq.com> Date: 星期一, 27 五月 2024 12:23:28 +0800 Subject: [PATCH] update 完善websocket包注释 --- ruoyi-admin/pom.xml | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 26cd023..610e9d7 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -55,6 +55,11 @@ <dependency> <groupId>org.dromara</groupId> + <artifactId>ruoyi-common-mail</artifactId> + </dependency> + + <dependency> + <groupId>org.dromara</groupId> <artifactId>ruoyi-system</artifactId> </dependency> @@ -75,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> @@ -84,11 +95,6 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> - </dependency> - - <dependency> - <groupId>me.zhyd.oauth</groupId> - <artifactId>JustAuth</artifactId> </dependency> <!-- skywalking 鏁村悎 logback --> -- Gitblit v1.9.3