Ver Fonte

feat : 新增依赖zx-web

bilingfeng há 2 anos atrás
pai
commit
a7abe07eaf
1 ficheiros alterados com 5 adições e 0 exclusões
  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>