zhangxu
2022-07-20 6d74163dc2d9675d0af367c86a0c9c70cbd18cd3
提交 | 用户 | age
496b6c 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>
707c81 8     <artifactId>phi_platform</artifactId>
496b6c 9     <version>1.0-SNAPSHOT</version>
C 10     <packaging>pom</packaging>
11
12     <modules>
707c81 13         <module>phi_platform_common</module>
c2090b 14         <module>phi_platform_model</module>
707c81 15         <module>phi_platform_user</module>
cf8e92 16         <module>phi_platform_his</module>
496b6c 17     </modules>
C 18
19
20     <parent>
21         <groupId>org.springframework.boot</groupId>
22         <artifactId>spring-boot-starter-parent</artifactId>
c2710a 23         <version>2.6.2</version>
496b6c 24         <relativePath/>
C 25     </parent>
26
27
28     <!-- 依赖版本统一管理 -->
29     <properties>
30         <mybatis.version>1.1.1</mybatis.version>
31         <druid.version>1.1.9</druid.version>
32         <druid-boot.version>1.1.23</druid-boot.version>
33         <fastjson.version>1.2.47</fastjson.version>
34         <sfjson.version>2.4</sfjson.version>
35         <orgApache.commons>3.9</orgApache.commons>
36         <commons-io>2.6</commons-io>
37         <orgApache.poi>3.9</orgApache.poi>
38         <net.sourceforge>2.6.12</net.sourceforge>
39         <pinyin4j>2.5.1</pinyin4j>
40         <commons.lang.version>2.5</commons.lang.version>
41         <ezmorph.version>1.0.3</ezmorph.version>
42         <oss.version>2.8.3</oss.version>
43         <jstl.api.version>1.2</jstl.api.version>
44         <spring.redis.version>1.4.2.RELEASE</spring.redis.version>
45         <cglib.version>3.1</cglib.version>
46         <shiro.version>1.3.2</shiro.version>
47         <commons-beanutils.version>1.9.3</commons-beanutils.version>
48         <commons-collections.version>3.2.2</commons-collections.version>
49         <freemarker.version>2.3.28</freemarker.version>
50         <java.jwt.version>3.10.3</java.jwt.version>
51         <jjwt.version>0.9.1</jjwt.version>
52         <pagehelper.version>5.1.11</pagehelper.version>
c2710a 53         <pagehelper-boot.version>1.4.1</pagehelper-boot.version>
496b6c 54         <mail.version>1.6.2</mail.version>
C 55         <jdk15on.version>1.66</jdk15on.version>
56         <dom4j.version>2.1.3</dom4j.version>
57         <jdom.version>1.1.3</jdom.version>
58         <httpcore.version>4.4.13</httpcore.version>
59         <httpclient.version>4.5.12</httpclient.version>
60         <!--mybatis自动生成-->
61         <mybatis.actable>1.1.1.RELEASE</mybatis.actable>
62         <!--腾讯云cos-->
63         <cos.version>5.6.32</cos.version>
64         <!--加密器-->
65         <jasypt.version>2.1.2</jasypt.version>
66         <!--对象与XML处理-->
67         <jaxb.version>2.3.1</jaxb.version>
6d7416 68
Z 69         <nacos-discovery.version>2021.1</nacos-discovery.version>
70         <nacos-config.version>2021.1</nacos-config.version>
71         <bootstrap.version>3.1.0</bootstrap.version>
72         <cloud-context.version>3.1.0</cloud-context.version>
73         <cloud-commons.version>3.1.0</cloud-commons.version>
74         <open.version>3.1.0</open.version>
75         <openfeign.version>3.1.0</openfeign.version>
76         <loadbalancer.version>3.1.0</loadbalancer.version>
77
496b6c 78     </properties>
C 79
80     <!-- 声明依赖不引入 -->
81     <dependencyManagement>
82         <dependencies>
83
6d7416 84             <dependency>
Z 85                 <groupId>com.alibaba.cloud</groupId>
86                 <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
87                 <version>${nacos-discovery.version}</version>
88             </dependency>
89             <!-- https://mvnrepository.com/artifact/com.alibaba.cloud/spring-cloud-starter-alibaba-nacos-config -->
90             <dependency>
91                 <groupId>com.alibaba.cloud</groupId>
92                 <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
93                 <version>${nacos-config.version}</version>
94             </dependency>
95             <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-bootstrap -->
96             <dependency>
97                 <groupId>org.springframework.cloud</groupId>
98                 <artifactId>spring-cloud-starter-bootstrap</artifactId>
99                 <version>${bootstrap.version}</version>
100             </dependency>
101             <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-context -->
102             <dependency>
103                 <groupId>org.springframework.cloud</groupId>
104                 <artifactId>spring-cloud-context</artifactId>
105                 <version>${cloud-context.version}</version>
106             </dependency>
107             <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-commons -->
108             <dependency>
109                 <groupId>org.springframework.cloud</groupId>
110                 <artifactId>spring-cloud-commons</artifactId>
111                 <version>${cloud-commons.version}</version>
112             </dependency>
113             <dependency>
114                 <groupId>com.github.ulisesbocchio</groupId>
115                 <artifactId>jasypt-spring-boot-starter</artifactId>
116                 <version>${jasypt.version}</version>
117             </dependency>
118             <!-- openfeign支持-->
119             <dependency>
120                 <groupId>org.springframework.cloud</groupId>
121                 <artifactId>spring-cloud-starter-openfeign</artifactId>
122                 <version>${openfeign.version}</version>
123             </dependency>
124             <dependency>
125                 <groupId>org.springframework.cloud</groupId>
126                 <artifactId>spring-cloud-starter-loadbalancer</artifactId>
127                 <version>${loadbalancer.version}</version>
128             </dependency>
129             <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
130             <dependency>
131                 <groupId>javax.xml.bind</groupId>
132                 <artifactId>jaxb-api</artifactId>
133                 <version>${jaxb.version}</version>
134             </dependency>
135
136
496b6c 137             <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
C 138             <dependency>
139                 <groupId>javax.xml.bind</groupId>
140                 <artifactId>jaxb-api</artifactId>
141                 <version>${jaxb.version}</version>
142             </dependency>
143
144             <dependency>
145                 <groupId>com.github.ulisesbocchio</groupId>
146                 <artifactId>jasypt-spring-boot-starter</artifactId>
147                 <version>${jasypt.version}</version>
148             </dependency>
149
150             <!-- https://mvnrepository.com/artifact/com.qcloud/cos_api -->
151             <dependency>
152                 <groupId>com.qcloud</groupId>
153                 <artifactId>cos_api</artifactId>
154                 <version>${cos.version}</version>
155             </dependency>
156
157             <!-- mybatis分页 -->
158             <dependency>
159                 <groupId>com.github.pagehelper</groupId>
160                 <artifactId>pagehelper</artifactId>
161                 <version>${pagehelper.version}</version>
162             </dependency>
163
164             <!--新版mybatis分页分页-->
165             <dependency>
166                 <groupId>com.github.pagehelper</groupId>
167                 <artifactId>pagehelper-spring-boot-starter</artifactId>
168                 <version>${pagehelper-boot.version}</version>
169             </dependency>
170
171             <dependency>
172                 <groupId>cglib</groupId>
173                 <artifactId>cglib</artifactId>
174                 <version>${cglib.version}</version>
175             </dependency>
176
177             <!-- 数据库自动生成表 -->
178             <dependency>
179                 <groupId>com.gitee.sunchenbin.mybatis.actable</groupId>
180                 <artifactId>mybatis-enhance-actable</artifactId>
181                 <version>${mybatis.actable}</version>
182             </dependency>
183
184             <!--发送邮件-->
185             <dependency>
186                 <groupId>com.sun.mail</groupId>
187                 <artifactId>javax.mail</artifactId>
188                 <version>${mail.version}</version>
189             </dependency>
190
191             <!-- 二维码支持包 -->
192             <dependency>
193                 <groupId>com.google.zxing</groupId>
194                 <artifactId>core</artifactId>
195                 <version>3.3.0</version>
196             </dependency>
197
198             <dependency>
199                 <groupId>net.glxn</groupId>
200                 <artifactId>qrgen</artifactId>
201                 <version>1.4</version>
202             </dependency>
203
204             <!-- https://mvnrepository.com/artifact/org.jdom/jdom -->
205             <dependency>
206                 <groupId>org.jdom</groupId>
207                 <artifactId>jdom</artifactId>
208                 <version>${jdom.version}</version>
209             </dependency>
210             <!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
211             <dependency>
212                 <groupId>org.dom4j</groupId>
213                 <artifactId>dom4j</artifactId>
214                 <version>${dom4j.version}</version>
215             </dependency>
216
217             <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
218             <dependency>
219                 <groupId>org.apache.httpcomponents</groupId>
220                 <artifactId>httpcore</artifactId>
221                 <version>${httpcore.version}</version>
222             </dependency>
223             <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
224             <dependency>
225                 <groupId>org.apache.httpcomponents</groupId>
226                 <artifactId>httpclient</artifactId>
227                 <version>${httpclient.version}</version>
228             </dependency>
229
230
231             <dependency>
232                 <groupId>com.auth0</groupId>
233                 <artifactId>java-jwt</artifactId>
234                 <version>${java.jwt.version}</version>
235             </dependency>
236             <dependency>
237                 <groupId>io.jsonwebtoken</groupId>
238                 <artifactId>jjwt</artifactId>
239                 <version>${jjwt.version}</version>
240             </dependency>
241
242             <dependency>
243                 <groupId>org.freemarker</groupId>
244                 <artifactId>freemarker</artifactId>
245                 <version>${freemarker.version}</version>
246             </dependency>
247
248             <!-- 字符串工具类jar:StringUtils -->
249             <dependency>
250                 <groupId>org.apache.commons</groupId>
251                 <artifactId>commons-lang3</artifactId>
252                 <version>${orgApache.commons}</version>
253             </dependency>
254
255             <dependency>
256                 <groupId>commons-io</groupId>
257                 <artifactId>commons-io</artifactId>
258                 <version>${commons-io}</version>
259             </dependency>
260
261             <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
262             <dependency>
263                 <groupId>org.bouncycastle</groupId>
264                 <artifactId>bcprov-jdk15on</artifactId>
265                 <version>${jdk15on.version}</version>
266             </dependency>
267
268             <!-- excel2003使用的jar -->
269             <dependency>
270                 <groupId>org.apache.poi</groupId>
271                 <artifactId>poi</artifactId>
272                 <version>${orgApache.poi}</version>
273             </dependency>
274
275             <dependency>
276                 <groupId>redis.clients</groupId>
277                 <artifactId>jedis</artifactId>
278                 <version>${jedis.version}</version>
279             </dependency>
280
281             <dependency>
282                 <groupId>org.springframework.boot</groupId>
283                 <artifactId>spring-boot-starter-data-redis</artifactId>
284                 <version>${spring.redis.version}</version>
285             </dependency>
286
287             <dependency>
288                 <groupId>org.projectlombok</groupId>
289                 <artifactId>lombok</artifactId>
290                 <version>${lombok.version}</version>
291             </dependency>
292             <dependency>
293                 <groupId>junit</groupId>
294                 <artifactId>junit</artifactId>
295                 <version>${junit.version}</version>
296             </dependency>
297             <dependency>
298                 <groupId>javax.servlet.jsp.jstl</groupId>
299                 <artifactId>jstl-api</artifactId>
300                 <version>${jstl.api.version}</version>
301             </dependency>
302             <dependency>
303                 <groupId>com.aliyun.oss</groupId>
304                 <artifactId>aliyun-sdk-oss</artifactId>
305                 <version>${oss.version}</version>
306             </dependency>
307             <dependency>
308                 <groupId>org.mybatis.spring.boot</groupId>
309                 <artifactId>mybatis-spring-boot-starter</artifactId>
310                 <version>${mybatis.version}</version>
311             </dependency>
312             <dependency>
313                 <groupId>mysql</groupId>
314                 <artifactId>mysql-connector-java</artifactId>
315                 <version>${mysql.version}</version>
316             </dependency>
317             <dependency>
318                 <groupId>com.alibaba</groupId>
319                 <artifactId>druid</artifactId>
320                 <version>${druid.version}</version>
321             </dependency>
322
323             <!--数据监控平台-->
324             <dependency>
325                 <groupId>com.alibaba</groupId>
326                 <artifactId>druid-spring-boot-starter</artifactId>
327                 <version>${druid-boot.version}</version>
328             </dependency>
329
330             <dependency>
331                 <groupId>com.alibaba</groupId>
332                 <artifactId>fastjson</artifactId>
333                 <version>${fastjson.version}</version>
334             </dependency>
335             <dependency>
336                 <groupId>com.google.code.gson</groupId>
337                 <artifactId>gson</artifactId>
338                 <version>${gson.version}</version>
339             </dependency>
340
341             <dependency>
342                 <groupId>net.sf.json-lib</groupId>
343                 <artifactId>json-lib</artifactId>
344                 <version>${sfjson.version}</version>
345                 <classifier>jdk15</classifier>
346             </dependency>
347             <!-- <dependency>
348                 <groupId>net.sf.json-lib</groupId>
349                 <artifactId>json-lib</artifactId>
350                 <version>${sfjson.version}</version>
351             </dependency> -->
352             <!-- https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl -->
353             <dependency>
354                 <groupId>net.sourceforge.jexcelapi</groupId>
355                 <artifactId>jxl</artifactId>
356                 <version>${net.sourceforge}</version>
357             </dependency>
358             <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
359             <dependency>
360                 <groupId>com.belerweb</groupId>
361                 <artifactId>pinyin4j</artifactId>
362                 <version>${pinyin4j}</version>
363             </dependency>
364             <dependency>
365                 <groupId>commons-beanutils</groupId>
366                 <artifactId>commons-beanutils</artifactId>
367                 <version>${commons-beanutils.version}</version>
368             </dependency>
369             <dependency>
370                 <groupId>commons-collections</groupId>
371                 <artifactId>commons-collections</artifactId>
372                 <version>${commons-collections.version}</version>
373             </dependency>
374             <dependency>
375                 <groupId>commons-lang</groupId>
376                 <artifactId>commons-lang</artifactId>
377                 <version>${commons.lang.version}</version>
378             </dependency>
379             <dependency>
380                 <groupId>net.sf.ezmorph</groupId>
381                 <artifactId>ezmorph</artifactId>
382                 <version>${ezmorph.version}</version>
383             </dependency>
384         </dependencies>
385     </dependencyManagement>
386
387
388 </project>