修复模块依赖
This commit is contained in:
parent
60b1c04594
commit
a5661fee84
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.zheng</groupId>
|
<groupId>com.zheng</groupId>
|
||||||
<artifactId>zheng-common</artifactId>
|
<artifactId>zheng-upms</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -19,12 +19,6 @@
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>com.zheng</groupId>
|
|
||||||
<artifactId>zheng-common</artifactId>
|
|
||||||
<version>1.0.0</version>
|
|
||||||
<type>jar</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.zheng</groupId>
|
<groupId>com.zheng</groupId>
|
||||||
<artifactId>zheng-upms-common</artifactId>
|
<artifactId>zheng-upms-common</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue