소스 검색

添加 corp依赖

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