Browse Source

添加权限依赖

yq 2 years ago
parent
commit
1f879cbe81
1 changed files with 5 additions and 0 deletions
  1. 5 0
      usky-common/common-cloud-starter/pom.xml

+ 5 - 0
usky-common/common-cloud-starter/pom.xml

@@ -83,6 +83,11 @@
             <version>6.0.18.Final</version>
         </dependency>
 
+        <dependency>
+            <groupId>com.usky</groupId>
+            <artifactId>ruoyi-common-security</artifactId>
+        </dependency>
+
 
     </dependencies>
 </project>