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