Browse Source

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

疯狂的狮子Li 1 year ago
parent
commit
1962ebc370
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ruoyi-modules/ruoyi-demo/pom.xml

+ 5 - 0
ruoyi-modules/ruoyi-demo/pom.xml

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