chenjiahe
2024-03-04 f3f90822163e5d3e2d88cb69c6b6c5c57e0cc104
提交 | 用户 | 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>
8     <artifactId>phi_platform_common</artifactId>
9     <version>1.0-SNAPSHOT</version>
10     <packaging>jar</packaging>
11
12     <parent>
13         <groupId>com.hx</groupId>
14         <artifactId>phi_platform</artifactId>
15         <version>1.0-SNAPSHOT</version>
16     </parent>
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             <version>1.0-SNAPSHOT</version>
29         </dependency>
30
cc60d4 31         <dependency>
C 32             <groupId>com.hx.gitee</groupId>
33             <artifactId>phi_common</artifactId>
34             <version>0.0.1-SNAPSHOT</version>
35         </dependency>
36
c2090b 37         <dependency>
C 38             <groupId>com.hx.gitee</groupId>
39             <artifactId>phi_platform_model</artifactId>
40             <version>1.0-SNAPSHOT</version>
41         </dependency>
42
ec1ecf 43         <dependency>
C 44             <groupId>com.hx.gitee</groupId>
45             <artifactId>platform-common</artifactId>
46             <version>1.0-SNAPSHOT</version>
47         </dependency>
48
814dbd 49         <dependency>
W 50             <groupId>com.hx.gitee</groupId>
51             <artifactId>phi_method_common</artifactId>
52             <version>0.0.1-SNAPSHOT</version>
53         </dependency>
54
ed7ce9 55         <dependency>
C 56             <groupId>com.hz</groupId>
57             <artifactId>phi-pay-feign</artifactId>
58             <version>1.0-SNAPSHOT</version>
59         </dependency>
60
707c81 61     </dependencies>
C 62
63     <build>
64        <!-- <finalName>cases_common</finalName>-->
65         <resources>
66             <resource>
67                 <directory>src/main/java</directory>
68                 <includes>
69                     <include>**/*.xml</include>
70                 </includes>
71                 <filtering>false</filtering>
72             </resource>
73             <resource>
74                 <directory>src/main/resources</directory>
75                 <includes>
76                     <include>**/*.xml</include>
77                 </includes>
78             </resource>
79         </resources>
80
81     </build>
82
83 </project>