소스 검색

添加权限依赖

yq 2 년 전
부모
커밋
1f879cbe81
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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>