|
|
|
|
@ -10,7 +10,7 @@ |
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-mcms</artifactId> |
|
|
|
|
<version>5.1-SNAPSHOT</version> |
|
|
|
|
<version>5.1</version> |
|
|
|
|
<name>ms-mcms</name> |
|
|
|
|
<properties> |
|
|
|
|
<java.version>1.8</java.version> |
|
|
|
|
@ -20,14 +20,11 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-mpeople</artifactId> |
|
|
|
|
<version>1.0.25</version> |
|
|
|
|
<version>1.0.26</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- 此部分是铭飞平台MStroe的客户端(MStore不在铭飞开源产品范围),如果不需要使用MStore可以删除掉 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>store-client</artifactId> |
|
|
|
|
<version>3.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
<build> |
|
|
|
|
<finalName>ms-mcms</finalName> |
|
|
|
|
|