fwq
2024-09-24 6b28b6fe06111ca469bf4fc3251ef3dfbb0ee654
提交 | 用户 | age
707c81 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.gitee</groupId>
7c7dee 8     <artifactId>phi-platform-common</artifactId>
a356b5 9     <version>xlk</version>
707c81 10     <packaging>jar</packaging>
C 11
12     <parent>
13         <groupId>com.hx</groupId>
7c7dee 14         <artifactId>phi-platform</artifactId>
a356b5 15         <version>xlk</version>
707c81 16     </parent>
C 17
18     <dependencies>
19
20         <dependency>
21             <groupId>com.github.ulisesbocchio</groupId>
22             <artifactId>jasypt-spring-boot-starter</artifactId>
23         </dependency>
24
25         <dependency>
26             <groupId>com.hx.gitee</groupId>
27             <artifactId>hx-common</artifactId>
28         </dependency>
29
cc60d4 30         <dependency>
C 31             <groupId>com.hx.gitee</groupId>
7c7dee 32             <artifactId>phi-common</artifactId>
cc60d4 33         </dependency>
C 34
c2090b 35         <dependency>
C 36             <groupId>com.hx.gitee</groupId>
7c7dee 37             <artifactId>phi-platform-model</artifactId>
a356b5 38             <version>xlk</version>
c2090b 39         </dependency>
C 40
ec1ecf 41         <dependency>
C 42             <groupId>com.hx.gitee</groupId>
43             <artifactId>platform-common</artifactId>
44         </dependency>
45
814dbd 46         <dependency>
W 47             <groupId>com.hx.gitee</groupId>
7c7dee 48             <artifactId>phi-method-common</artifactId>
814dbd 49         </dependency>
W 50
ed7ce9 51         <dependency>
C 52             <groupId>com.hz</groupId>
53             <artifactId>phi-pay-feign</artifactId>
54         </dependency>
55
707c81 56     </dependencies>
C 57
58     <build>
59        <!-- <finalName>cases_common</finalName>-->
60         <resources>
61             <resource>
62                 <directory>src/main/java</directory>
63                 <includes>
64                     <include>**/*.xml</include>
65                 </includes>
66                 <filtering>false</filtering>
67             </resource>
68             <resource>
69                 <directory>src/main/resources</directory>
70                 <includes>
71                     <include>**/*.xml</include>
72                 </includes>
73             </resource>
74         </resources>
75
76     </build>
77
78 </project>