提交 | 用户 | age
|
9cada0
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
C |
2 |
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
4 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
5 |
<modelVersion>4.0.0</modelVersion> |
|
6 |
|
|
7 |
<artifactId>crm-platform-feign-parent</artifactId> |
|
8 |
<packaging>pom</packaging> |
|
9 |
|
|
10 |
<modules> |
|
11 |
<module>crm-platform-feign</module> |
|
12 |
</modules> |
|
13 |
|
|
14 |
<parent> |
e4aa86
|
15 |
<groupId>com.yunyin</groupId> |
988491
|
16 |
<artifactId>hx-parent</artifactId> |
C |
17 |
<version>stander</version> |
9cada0
|
18 |
<relativePath/> |
C |
19 |
</parent> |
988491
|
20 |
|
9cada0
|
21 |
</project> |