cmg
2024-04-29 8304e2c7792adb67493768fc2b54207f84f68f28
提交 | 用户 | age
c9ea16 1 <?xml version="1.0" encoding="UTF-8"?>
E 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>hx-parent</artifactId>
e46653 9     <version>stander</version>
c9ea16 10     <packaging>pom</packaging>
E 11
12     <parent>
13         <groupId>org.springframework.boot</groupId>
14         <artifactId>spring-boot-starter-parent</artifactId>
53d469 15         <version>2.6.2</version>
8e11c0 16         <relativePath/> <!-- lookup parent from repository -->
c9ea16 17     </parent>
E 18
19
20     <!-- 依赖版本统一管理 -->
21     <properties>
22         <mybatis.version>1.1.1</mybatis.version>
23         <druid.version>1.1.9</druid.version>
24         <druid-boot.version>1.1.23</druid-boot.version>
25         <fastjson.version>1.2.47</fastjson.version>
26         <sfjson.version>2.4</sfjson.version>
27         <orgApache.commons>3.9</orgApache.commons>
28         <commons-io>2.6</commons-io>
29         <net.sourceforge>2.6.12</net.sourceforge>
30         <pinyin4j>2.5.1</pinyin4j>
31         <commons.lang.version>2.5</commons.lang.version>
32         <ezmorph.version>1.0.3</ezmorph.version>
33         <oss.version>2.8.3</oss.version>
34         <jstl.api.version>1.2</jstl.api.version>
ca923b 35         <spring.redis.version>2.7.0</spring.redis.version>
20baad 36         <redisson.version>3.17.4</redisson.version>
ca923b 37         <jackson.databind.version>2.13.3</jackson.databind.version>
c9ea16 38         <cglib.version>3.1</cglib.version>
E 39         <shiro.version>1.3.2</shiro.version>
40         <commons-beanutils.version>1.9.3</commons-beanutils.version>
41         <commons-collections.version>3.2.2</commons-collections.version>
42         <freemarker.version>2.3.28</freemarker.version>
43         <java.jwt.version>3.10.3</java.jwt.version>
44         <jjwt.version>0.9.1</jjwt.version>
45         <pagehelper.version>5.1.11</pagehelper.version>
6d8bfc 46         <pagehelper-boot.version>1.4.1</pagehelper-boot.version>
c9ea16 47         <mail.version>1.6.2</mail.version>
E 48         <jdk15on.version>1.66</jdk15on.version>
49         <dom4j.version>2.1.3</dom4j.version>
50         <jdom.version>1.1.3</jdom.version>
51         <httpcore.version>4.4.13</httpcore.version>
52         <httpclient.version>4.5.12</httpclient.version>
53         <!--mybatis自动生成-->
54         <mybatis.actable>1.1.1.RELEASE</mybatis.actable>
5fa5d8 55         <!--腾讯云cos-->
411cfe 56         <cos.version>5.6.89</cos.version>
f31ffb 57         <!--华为云cos-->
ea9af7 58         <obs.version>3.20.6.2</obs.version>
9e4b00 59         <!--加密器-->
35ff86 60         <jasypt.version>2.1.2</jasypt.version>
d954c8 61         <!--对象与XML处理-->
C 62         <jaxb.version>2.3.1</jaxb.version>
7d6d62 63         <fileupload.version>1.4</fileupload.version>
8332a9 64         <xlsx-streamer.version>2.2.0</xlsx-streamer.version>
2f60cf 65         <validation.version>2.0.1.Final</validation.version>
C 66         <openfeign.version>3.1.0</openfeign.version>
67         <loadbalancer.version>3.1.0</loadbalancer.version>
68         <fadada.version>5.4.0.0229</fadada.version>
df1b43 69         <rocketmq.version>4.9.4</rocketmq.version>
C 70         <rocketmq.spring.versioin>2.2.2</rocketmq.spring.versioin>
e4807b 71         <kuaidi100.version>1.0.5</kuaidi100.version>
c9ea16 72     </properties>
E 73
74     <!-- 声明依赖不引入 -->
75     <dependencyManagement>
76         <dependencies>
77
7d6d62 78             <!--File转MultipartFile-->
C 79             <dependency>
80                 <groupId>commons-fileupload</groupId>
81                 <artifactId>commons-fileupload</artifactId>
82                 <version>${fileupload.version}</version>
83             </dependency>
84
d954c8 85             <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
C 86             <dependency>
87                 <groupId>javax.xml.bind</groupId>
88                 <artifactId>jaxb-api</artifactId>
89                 <version>${jaxb.version}</version>
90             </dependency>
91
9e4b00 92             <dependency>
C 93                 <groupId>com.github.ulisesbocchio</groupId>
94                 <artifactId>jasypt-spring-boot-starter</artifactId>
95                 <version>${jasypt.version}</version>
96             </dependency>
97
7176be 98             <!-- https://mvnrepository.com/artifact/com.qcloud/cos_api -->
5fa5d8 99             <dependency>
C 100                 <groupId>com.qcloud</groupId>
101                 <artifactId>cos_api</artifactId>
102                 <version>${cos.version}</version>
103             </dependency>
104
c9ea16 105             <!-- mybatis分页 -->
E 106             <dependency>
107                 <groupId>com.github.pagehelper</groupId>
108                 <artifactId>pagehelper</artifactId>
109                 <version>${pagehelper.version}</version>
110             </dependency>
111
112             <!--新版mybatis分页分页-->
113             <dependency>
114                 <groupId>com.github.pagehelper</groupId>
115                 <artifactId>pagehelper-spring-boot-starter</artifactId>
116                 <version>${pagehelper-boot.version}</version>
117             </dependency>
118
119             <dependency>
120                 <groupId>cglib</groupId>
121                 <artifactId>cglib</artifactId>
122                 <version>${cglib.version}</version>
123             </dependency>
124
125             <!-- 数据库自动生成表 -->
126             <dependency>
127                 <groupId>com.gitee.sunchenbin.mybatis.actable</groupId>
128                 <artifactId>mybatis-enhance-actable</artifactId>
129                 <version>${mybatis.actable}</version>
130             </dependency>
131
132             <!--发送邮件-->
133             <dependency>
134                 <groupId>com.sun.mail</groupId>
135                 <artifactId>javax.mail</artifactId>
136                 <version>${mail.version}</version>
137             </dependency>
138
139             <!-- 二维码支持包 -->
140             <dependency>
141                 <groupId>com.google.zxing</groupId>
142                 <artifactId>core</artifactId>
143                 <version>3.3.0</version>
144             </dependency>
145
146             <dependency>
147                 <groupId>net.glxn</groupId>
148                 <artifactId>qrgen</artifactId>
149                 <version>1.4</version>
150             </dependency>
151
152             <!-- https://mvnrepository.com/artifact/org.jdom/jdom -->
153             <dependency>
154                 <groupId>org.jdom</groupId>
155                 <artifactId>jdom</artifactId>
156                 <version>${jdom.version}</version>
157             </dependency>
158             <!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
159             <dependency>
160                 <groupId>org.dom4j</groupId>
161                 <artifactId>dom4j</artifactId>
162                 <version>${dom4j.version}</version>
163             </dependency>
164
165             <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
166             <dependency>
167                 <groupId>org.apache.httpcomponents</groupId>
168                 <artifactId>httpcore</artifactId>
169                 <version>${httpcore.version}</version>
170             </dependency>
171             <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
172             <dependency>
173                 <groupId>org.apache.httpcomponents</groupId>
174                 <artifactId>httpclient</artifactId>
175                 <version>${httpclient.version}</version>
176             </dependency>
177
178
179             <dependency>
180                 <groupId>com.auth0</groupId>
181                 <artifactId>java-jwt</artifactId>
182                 <version>${java.jwt.version}</version>
183             </dependency>
184             <dependency>
185                 <groupId>io.jsonwebtoken</groupId>
186                 <artifactId>jjwt</artifactId>
187                 <version>${jjwt.version}</version>
188             </dependency>
189
190             <dependency>
191                 <groupId>org.freemarker</groupId>
192                 <artifactId>freemarker</artifactId>
193                 <version>${freemarker.version}</version>
194             </dependency>
195
196             <!-- 字符串工具类jar:StringUtils -->
197             <dependency>
198                 <groupId>org.apache.commons</groupId>
199                 <artifactId>commons-lang3</artifactId>
200                 <version>${orgApache.commons}</version>
201             </dependency>
202
203             <dependency>
204                 <groupId>commons-io</groupId>
205                 <artifactId>commons-io</artifactId>
206                 <version>${commons-io}</version>
207             </dependency>
208
209             <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
210             <dependency>
211                 <groupId>org.bouncycastle</groupId>
212                 <artifactId>bcprov-jdk15on</artifactId>
213                 <version>${jdk15on.version}</version>
214             </dependency>
215
216             <!-- excel2003使用的jar -->
1df22b 217             <!--<dependency>
c9ea16 218                 <groupId>org.apache.poi</groupId>
E 219                 <artifactId>poi</artifactId>
220                 <version>${orgApache.poi}</version>
221             </dependency>
222
1df22b 223             &lt;!&ndash; https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml &ndash;&gt;
2aa617 224             <dependency>
C 225                 <groupId>org.apache.poi</groupId>
226                 <artifactId>poi-ooxml</artifactId>
7f5971 227                 <version>${orgApache.poi}</version>
1df22b 228             </dependency>-->
2aa617 229
7f5971 230             <dependency>
C 231                 <groupId>com.monitorjbl</groupId>
232                 <artifactId>xlsx-streamer</artifactId>
233                 <version>${xlsx-streamer.version}</version>
234             </dependency>
2aa617 235
C 236
c9ea16 237             <dependency>
E 238                 <groupId>redis.clients</groupId>
239                 <artifactId>jedis</artifactId>
240                 <version>${jedis.version}</version>
241             </dependency>
242
243             <dependency>
244                 <groupId>org.springframework.boot</groupId>
245                 <artifactId>spring-boot-starter-data-redis</artifactId>
246                 <version>${spring.redis.version}</version>
247             </dependency>
20baad 248             <!-- https://mvnrepository.com/artifact/org.redisson/redisson-spring-boot-starter -->
C 249             <dependency>
250                 <groupId>org.redisson</groupId>
251                 <artifactId>redisson-spring-boot-starter</artifactId>
252                 <version>${redisson.version}</version>
253             </dependency>
254
ca923b 255             <dependency>
C 256                 <groupId>com.fasterxml.jackson.core</groupId>
257                 <artifactId>jackson-databind</artifactId>
258                 <version>${jackson.databind.version}</version>
259             </dependency>
c9ea16 260
E 261             <dependency>
262                 <groupId>org.projectlombok</groupId>
263                 <artifactId>lombok</artifactId>
264                 <version>${lombok.version}</version>
265             </dependency>
2f60cf 266
c9ea16 267             <dependency>
E 268                 <groupId>junit</groupId>
269                 <artifactId>junit</artifactId>
270                 <version>${junit.version}</version>
271             </dependency>
272             <dependency>
273                 <groupId>javax.servlet.jsp.jstl</groupId>
274                 <artifactId>jstl-api</artifactId>
275                 <version>${jstl.api.version}</version>
276             </dependency>
f31ffb 277
C 278             <!--阿里云oss-->
c9ea16 279             <dependency>
E 280                 <groupId>com.aliyun.oss</groupId>
281                 <artifactId>aliyun-sdk-oss</artifactId>
282                 <version>${oss.version}</version>
283             </dependency>
f31ffb 284
C 285             <!--华为云obs(oss)-->
286             <dependency>
287                 <groupId>com.huaweicloud</groupId>
288                 <artifactId>esdk-obs-java</artifactId>
289                 <version>${obs.version}</version>
290             </dependency>
291
c9ea16 292             <dependency>
E 293                 <groupId>org.mybatis.spring.boot</groupId>
294                 <artifactId>mybatis-spring-boot-starter</artifactId>
295                 <version>${mybatis.version}</version>
296             </dependency>
297             <dependency>
298                 <groupId>mysql</groupId>
299                 <artifactId>mysql-connector-java</artifactId>
300                 <version>${mysql.version}</version>
301             </dependency>
302             <dependency>
303                 <groupId>com.alibaba</groupId>
304                 <artifactId>druid</artifactId>
305                 <version>${druid.version}</version>
306             </dependency>
307
308             <!--数据监控平台-->
309             <dependency>
310                 <groupId>com.alibaba</groupId>
311                 <artifactId>druid-spring-boot-starter</artifactId>
312                 <version>${druid-boot.version}</version>
313             </dependency>
314
315             <dependency>
316                 <groupId>com.alibaba</groupId>
317                 <artifactId>fastjson</artifactId>
318                 <version>${fastjson.version}</version>
319             </dependency>
320             <dependency>
321                 <groupId>com.google.code.gson</groupId>
322                 <artifactId>gson</artifactId>
323                 <version>${gson.version}</version>
324             </dependency>
325
326             <dependency>
327                 <groupId>net.sf.json-lib</groupId>
328                 <artifactId>json-lib</artifactId>
329                 <version>${sfjson.version}</version>
330                 <classifier>jdk15</classifier>
331             </dependency>
332             <!-- <dependency>
333                 <groupId>net.sf.json-lib</groupId>
334                 <artifactId>json-lib</artifactId>
335                 <version>${sfjson.version}</version>
336             </dependency> -->
337             <!-- https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl -->
338             <dependency>
339                 <groupId>net.sourceforge.jexcelapi</groupId>
340                 <artifactId>jxl</artifactId>
341                 <version>${net.sourceforge}</version>
342             </dependency>
343             <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
344             <dependency>
345                 <groupId>com.belerweb</groupId>
346                 <artifactId>pinyin4j</artifactId>
347                 <version>${pinyin4j}</version>
348             </dependency>
349             <dependency>
350                 <groupId>commons-beanutils</groupId>
351                 <artifactId>commons-beanutils</artifactId>
352                 <version>${commons-beanutils.version}</version>
353             </dependency>
354             <dependency>
355                 <groupId>commons-collections</groupId>
356                 <artifactId>commons-collections</artifactId>
357                 <version>${commons-collections.version}</version>
358             </dependency>
359             <dependency>
360                 <groupId>commons-lang</groupId>
361                 <artifactId>commons-lang</artifactId>
362                 <version>${commons.lang.version}</version>
363             </dependency>
364             <dependency>
365                 <groupId>net.sf.ezmorph</groupId>
366                 <artifactId>ezmorph</artifactId>
367                 <version>${ezmorph.version}</version>
368             </dependency>
7f5971 369
2f60cf 370             <dependency>
C 371                 <groupId>javax.validation</groupId>
372                 <artifactId>validation-api</artifactId>
373                 <version>${validation.version}</version>
374             </dependency>
375
376             <dependency>
377                 <groupId>org.springframework.cloud</groupId>
378                 <artifactId>spring-cloud-starter-openfeign</artifactId>
379                 <version>${openfeign.version}</version>
380             </dependency>
381
382             <dependency>
383                 <groupId>org.springframework.cloud</groupId>
384                 <artifactId>spring-cloud-starter-loadbalancer</artifactId>
385                 <version>${loadbalancer.version}</version>
386             </dependency>
387
388             <dependency>
389                 <groupId>com.fadada.api</groupId>
390                 <artifactId>fasc-openapi-java-sdk</artifactId>
391                 <version>${fadada.version}</version>
46fb45 392                 <exclusions>
C 393                     <exclusion>
394                         <groupId>org.slf4j</groupId>
395                         <artifactId>slf4j-log4j12</artifactId>
396                     </exclusion>
397                 </exclusions>
2f60cf 398             </dependency>
2d01ce 399
C 400             <dependency>
401                 <groupId>com.aliyun</groupId>
402                 <artifactId>aliyun-java-sdk-core</artifactId>
403                 <version>3.2.3</version>
404             </dependency>
405
406             <dependency>
407                 <groupId>com.aliyun</groupId>
408                 <artifactId>aliyun-java-sdk-dyplsapi</artifactId>
409                 <version>1.1.0</version>
410             </dependency>
411
412             <dependency>
413                 <groupId>com.dtflys.forest</groupId>
414                 <artifactId>spring-boot-starter-forest</artifactId>
415                 <version>1.5.0-RC2</version>
416             </dependency>
417
418             <dependency>
419                 <groupId>com.alibaba.cloud</groupId>
420                 <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
421                 <version>2.2.7.RELEASE</version>
422                 <exclusions>
423                     <exclusion>
424                         <groupId>org.springframework.cloud</groupId>
425                         <artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
426                     </exclusion>
427                 </exclusions>
428             </dependency>
429
430             <dependency>
431                 <groupId>com.alibaba.cloud</groupId>
432                 <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
433                 <version>2.2.7.RELEASE</version>
434             </dependency>
435
436             <dependency>
437                 <groupId>org.springframework.cloud</groupId>
438                 <artifactId>spring-cloud-starter-bootstrap</artifactId>
439                 <version>3.1.0</version>
440             </dependency>
441
442             <dependency>
443                 <groupId>org.springframework.cloud</groupId>
444                 <artifactId>spring-cloud-context</artifactId>
445                 <version>3.1.0</version>
446             </dependency>
447
448             <dependency>
449                 <groupId>org.springframework.cloud</groupId>
450                 <artifactId>spring-cloud-commons</artifactId>
451                 <version>3.1.0</version>
452             </dependency>
453
454             <dependency>
455                 <groupId>com.tencentcloudapi</groupId>
456                 <artifactId>tencentcloud-sdk-java-ocr</artifactId>
457                 <version>3.1.760</version>
458             </dependency>
459
df1b43 460             <dependency>
C 461                 <groupId>org.apache.rocketmq</groupId>
462                 <artifactId>rocketmq-client</artifactId>
463                 <version>${rocketmq.version}</version>
464             </dependency>
465
466             <dependency>
467                 <groupId>org.apache.rocketmq</groupId>
468                 <artifactId>rocketmq-spring-boot-starter</artifactId>
469                 <version>${rocketmq.spring.versioin}</version>
470             </dependency>
471
472             <dependency>
473                 <groupId>org.apache.rocketmq</groupId>
474                 <artifactId>rocketmq-common</artifactId>
475                 <version>${rocketmq.version}</version>
476             </dependency>
477
e4807b 478             <!-- 快递100 -->
C 479             <dependency>
480                 <groupId>com.github.kuaidi100-api</groupId>
481                 <artifactId>sdk</artifactId>
482                 <version>${kuaidi100.version}</version>
483             </dependency>
484
485             <dependency>
486                 <groupId>com.thoughtworks.xstream</groupId>
487                 <artifactId>xstream</artifactId>
488                 <version>1.4.10</version>
489             </dependency>
490
491             <dependency>
492                 <groupId>com.github.binarywang</groupId>
493                 <artifactId>weixin-java-mp</artifactId>
494                 <version>3.0.0</version>
495             </dependency>
496
497             <dependency>
498                 <groupId>net.java.dev.jna</groupId>
499                 <artifactId>jna</artifactId>
500                 <version>5.3.1</version>
501             </dependency>
502
503             <dependency>
504                 <groupId>cn.hutool</groupId>
505                 <artifactId>hutool-all</artifactId>
506                 <version>4.5.3</version>
507             </dependency>
508
509             <dependency>
510                 <groupId>org.apache.pdfbox</groupId>
511                 <artifactId>pdfbox</artifactId>
512                 <version>2.0.13</version>
513             </dependency>
514
515             <dependency>
516                 <groupId>com.github.jai-imageio</groupId>
517                 <artifactId>jai-imageio-jpeg2000</artifactId>
518                 <version>1.3.0</version>
519             </dependency>
520
46fb45 521             <dependency>
C 522                 <groupId>org.junit.jupiter</groupId>
523                 <artifactId>junit-jupiter-api</artifactId>
524                 <version>RELEASE</version>
525             </dependency>
526
8304e2 527             <dependency>
C 528                 <groupId>com.itextpdf</groupId>
529                 <artifactId>itextpdf</artifactId>
530                 <version>5.5.13</version>
531             </dependency>
532
533             <dependency>
534                 <groupId>com.itextpdf</groupId>
535                 <artifactId>itext-asian</artifactId>
536                 <version>5.2.0</version>
537             </dependency>
538
539             <dependency>
540                 <groupId>org.springframework.boot</groupId>
541                 <artifactId>spring-boot-starter-data-mongodb</artifactId>
542                 <version>2.6.2</version>
543                 <!--排除使用logback日志-->
544                 <exclusions>
545                     <exclusion>
546                         <artifactId>logback-classic</artifactId>
547                         <groupId>ch.qos.logback</groupId>
548                     </exclusion>
549                     <exclusion>
550                         <groupId>org.springframework.boot</groupId>
551                         <artifactId>spring-boot-starter-logging</artifactId>
552                     </exclusion>
553                 </exclusions>
554             </dependency>
555
c9ea16 556         </dependencies>
E 557     </dependencyManagement>
558
559 </project>