fix 修复 demo 与 stream-mq 模块缺少 security 依赖问题

This commit is contained in:
疯狂的狮子Li
2023-08-16 11:35:34 +08:00
parent be3b6bfac5
commit c8779e0386
2 changed files with 10 additions and 0 deletions

View File

@@ -44,6 +44,11 @@
<artifactId>ruoyi-common-doc</artifactId>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-security</artifactId>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-web</artifactId>

View File

@@ -59,6 +59,11 @@
<artifactId>ruoyi-common-doc</artifactId>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-security</artifactId>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-web</artifactId>