소스 검색

feat : 新增依赖zx-web

bilingfeng 2 년 전
부모
커밋
a7abe07eaf
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      game-module/game-manage/pom.xml

+ 5 - 0
game-module/game-manage/pom.xml

@@ -32,6 +32,11 @@
             <artifactId>zx-oss</artifactId>
             <version>1.0.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>com.zanxiang.module</groupId>
+            <artifactId>zx-web</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+        </dependency>
         <!-- 谷歌http工具类 -->
         <dependency>
             <groupId>cn.hutool</groupId>