Selaa lähdekoodia

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

疯狂的狮子Li 1 vuosi sitten
vanhempi
sitoutus
1962ebc370
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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>