提交 | 用户 | age
|
739bf5
|
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 |
<groupId>com.hx</groupId> |
|
8 |
<artifactId>phi-synchro</artifactId> |
|
9 |
<version>stander</version> |
|
10 |
<packaging>pom</packaging> |
|
11 |
|
|
12 |
<modules> |
|
13 |
<module>phi-synchro-common</module> |
|
14 |
<module>phi-synchro-his</module> |
|
15 |
<module>phi-synchro-his-sys</module> |
|
16 |
</modules> |
|
17 |
|
|
18 |
|
|
19 |
<parent> |
|
20 |
<groupId>com.hx</groupId> |
|
21 |
<artifactId>phi-platform</artifactId> |
|
22 |
<version>stander</version> |
|
23 |
<relativePath/> |
|
24 |
</parent> |
|
25 |
|
|
26 |
<dependencyManagement> |
|
27 |
<dependencies> |
|
28 |
<dependency> |
|
29 |
<groupId>com.hx.gitee</groupId> |
|
30 |
<artifactId>hx-common</artifactId> |
|
31 |
<version>stander</version> |
|
32 |
</dependency> |
|
33 |
|
|
34 |
<dependency> |
|
35 |
<groupId>com.hx.gitee</groupId> |
|
36 |
<artifactId>phi-common</artifactId> |
|
37 |
<version>stander</version> |
|
38 |
</dependency> |
|
39 |
<dependency> |
|
40 |
<groupId>com.hx.gitee</groupId> |
|
41 |
<artifactId>guide-common</artifactId> |
|
42 |
<version>stander</version> |
|
43 |
</dependency> |
|
44 |
|
|
45 |
<dependency> |
|
46 |
<groupId>com.hx.gitee</groupId> |
|
47 |
<artifactId>platform-common</artifactId> |
|
48 |
<version>stander</version> |
|
49 |
</dependency> |
|
50 |
</dependencies> |
|
51 |
</dependencyManagement> |
|
52 |
|
|
53 |
</project> |