修复模块依赖

This commit is contained in:
shuzheng 2017-02-18 22:16:47 +08:00
parent 60b1c04594
commit a5661fee84
2 changed files with 1 additions and 7 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>com.zheng</groupId>
<artifactId>zheng-common</artifactId>
<artifactId>zheng-upms</artifactId>
<version>1.0.0</version>
</parent>

View File

@ -19,12 +19,6 @@
</properties>
<dependencies>
<dependency>
<groupId>com.zheng</groupId>
<artifactId>zheng-common</artifactId>
<version>1.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.zheng</groupId>
<artifactId>zheng-upms-common</artifactId>