Browse Source

添加 corp依赖

wcc 1 year ago
parent
commit
d037ccd9e6
1 changed files with 5 additions and 0 deletions
  1. 5 0
      game-module/game-module-manage/pom.xml

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

@@ -106,6 +106,11 @@
             <groupId>com.zanxiang.game</groupId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <artifactId>corp-base</artifactId>
+            <groupId>com.zanxiang.corp</groupId>
+            <version>1.0-SNAPSHOT</version>
+        </dependency>
         <!-- swagger2 -->
         <dependency>
             <groupId>io.springfox</groupId>