cmg
昨天 1678320c599713cd284fd0b7fac0b178a6d0097f
提交 | 用户 | age
7c680b 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.hz</groupId>
8     <artifactId>phis-service-feign</artifactId>
9     <packaging>pom</packaging>
10
11     <modules>
12         <module>phis-feign</module>
00deab 13         <module>phis-download-feign</module>
7c680b 14     </modules>
C 15
16     <parent>
fc5f07 17         <groupId>com.hx.gitee</groupId>
C 18         <artifactId>hx-parent</artifactId>
19         <version>stander</version>
7c680b 20         <relativePath/>
C 21     </parent>
22
23     <dependencyManagement>
24         <dependencies>
25             <dependency>
fc5f07 26                 <groupId>com.hx.gitee</groupId>
C 27                 <artifactId>hx-common</artifactId>
28                 <version>stander</version>
7c680b 29             </dependency>
C 30         </dependencies>
31     </dependencyManagement>
fc5f07 32
7c680b 33 </project>