|
|
@@ -2,7 +2,11 @@
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
-
|
|
|
+ <parent>
|
|
|
+ <groupId>net.mingsoft</groupId>
|
|
|
+ <artifactId>ms-pom</artifactId>
|
|
|
+ <version>2.0.0-SNAPSHOT</version>
|
|
|
+ </parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>net.mingsoft</groupId>
|
|
|
<artifactId>ms-mcms</artifactId>
|
|
|
@@ -34,7 +38,6 @@
|
|
|
<dependency>
|
|
|
<groupId>net.mingsoft</groupId>
|
|
|
<artifactId>ms-mpeople</artifactId>
|
|
|
- <version>1.0.28</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 此部分是铭飞平台MStroe的客户端(MStore不在铭飞开源产品范围),如果不需要使用MStore可以删除掉 -->
|