|
|
|
@ -2,7 +2,7 @@ |
|
|
|
<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"> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>com.qingqinkj.mmcloud</groupId> |
|
|
|
<groupId>com.qingqinkj.mmcloud.xm</groupId> |
|
|
|
<artifactId>xm-server</artifactId> |
|
|
|
<packaging>pom</packaging> |
|
|
|
<name>唛盟云-项目管理系统</name> |
|
|
|
@ -24,6 +24,12 @@ |
|
|
|
<module>xm-starter</module> |
|
|
|
</modules> |
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.qingqinkj.mmcloud</groupId> |
|
|
|
<artifactId>mdp-utils</artifactId> |
|
|
|
<version>${mdp.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.qingqinkj.mdp</groupId> |
|
|
|
<artifactId>mdp-utils</artifactId> |
|
|
|
|