ChenJiaHe
2021-01-19 9e4b00dd4b948cd0cf6bc0c290c4df92bc76f3a0
提交 | 用户 | 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>
9     <version>1.0-SNAPSHOT</version>
10     <packaging>pom</packaging>
11
12     <parent>
13         <groupId>org.springframework.boot</groupId>
14         <artifactId>spring-boot-starter-parent</artifactId>
15         <version>2.0.5.RELEASE</version>
16         <relativePath/>
17     </parent>
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         <orgApache.poi>3.9</orgApache.poi>
30         <net.sourceforge>2.6.12</net.sourceforge>
31         <pinyin4j>2.5.1</pinyin4j>
32         <commons.lang.version>2.5</commons.lang.version>
33         <ezmorph.version>1.0.3</ezmorph.version>
34         <oss.version>2.8.3</oss.version>
35         <jstl.api.version>1.2</jstl.api.version>
36         <spring.redis.version>1.4.2.RELEASE</spring.redis.version>
37         <cglib.version>3.1</cglib.version>
38         <shiro.version>1.3.2</shiro.version>
39         <commons-beanutils.version>1.9.3</commons-beanutils.version>
40         <commons-collections.version>3.2.2</commons-collections.version>
41         <freemarker.version>2.3.28</freemarker.version>
42         <java.jwt.version>3.10.3</java.jwt.version>
43         <jjwt.version>0.9.1</jjwt.version>
44         <pagehelper.version>5.1.11</pagehelper.version>
45         <pagehelper-boot.version>1.2.13</pagehelper-boot.version>
46         <mail.version>1.6.2</mail.version>
47         <jdk15on.version>1.66</jdk15on.version>
48         <dom4j.version>2.1.3</dom4j.version>
49         <jdom.version>1.1.3</jdom.version>
50         <httpcore.version>4.4.13</httpcore.version>
51         <httpclient.version>4.5.12</httpclient.version>
52         <!--mybatis自动生成-->
53         <mybatis.actable>1.1.1.RELEASE</mybatis.actable>
5fa5d8 54         <!--腾讯云cos-->
7176be 55         <cos.version>5.6.32</cos.version>
9e4b00 56         <!--加密器-->
C 57         <jasypt.version>3.0.3</jasypt.version>
c9ea16 58     </properties>
E 59
60     <!-- 声明依赖不引入 -->
61     <dependencyManagement>
62         <dependencies>
63
9e4b00 64             <dependency>
C 65                 <groupId>com.github.ulisesbocchio</groupId>
66                 <artifactId>jasypt-spring-boot-starter</artifactId>
67                 <version>${jasypt.version}</version>
68             </dependency>
69
7176be 70             <!-- https://mvnrepository.com/artifact/com.qcloud/cos_api -->
5fa5d8 71             <dependency>
C 72                 <groupId>com.qcloud</groupId>
73                 <artifactId>cos_api</artifactId>
74                 <version>${cos.version}</version>
75             </dependency>
76
c9ea16 77             <!-- mybatis分页 -->
E 78             <dependency>
79                 <groupId>com.github.pagehelper</groupId>
80                 <artifactId>pagehelper</artifactId>
81                 <version>${pagehelper.version}</version>
82             </dependency>
83
84             <!--新版mybatis分页分页-->
85             <dependency>
86                 <groupId>com.github.pagehelper</groupId>
87                 <artifactId>pagehelper-spring-boot-starter</artifactId>
88                 <version>${pagehelper-boot.version}</version>
89             </dependency>
90
91             <dependency>
92                 <groupId>cglib</groupId>
93                 <artifactId>cglib</artifactId>
94                 <version>${cglib.version}</version>
95             </dependency>
96
97             <!-- 数据库自动生成表 -->
98             <dependency>
99                 <groupId>com.gitee.sunchenbin.mybatis.actable</groupId>
100                 <artifactId>mybatis-enhance-actable</artifactId>
101                 <version>${mybatis.actable}</version>
102             </dependency>
103
104             <!--发送邮件-->
105             <dependency>
106                 <groupId>com.sun.mail</groupId>
107                 <artifactId>javax.mail</artifactId>
108                 <version>${mail.version}</version>
109             </dependency>
110
111             <!-- 二维码支持包 -->
112             <dependency>
113                 <groupId>com.google.zxing</groupId>
114                 <artifactId>core</artifactId>
115                 <version>3.3.0</version>
116             </dependency>
117
118             <dependency>
119                 <groupId>net.glxn</groupId>
120                 <artifactId>qrgen</artifactId>
121                 <version>1.4</version>
122             </dependency>
123
124             <!-- https://mvnrepository.com/artifact/org.jdom/jdom -->
125             <dependency>
126                 <groupId>org.jdom</groupId>
127                 <artifactId>jdom</artifactId>
128                 <version>${jdom.version}</version>
129             </dependency>
130             <!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
131             <dependency>
132                 <groupId>org.dom4j</groupId>
133                 <artifactId>dom4j</artifactId>
134                 <version>${dom4j.version}</version>
135             </dependency>
136
137             <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
138             <dependency>
139                 <groupId>org.apache.httpcomponents</groupId>
140                 <artifactId>httpcore</artifactId>
141                 <version>${httpcore.version}</version>
142             </dependency>
143             <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
144             <dependency>
145                 <groupId>org.apache.httpcomponents</groupId>
146                 <artifactId>httpclient</artifactId>
147                 <version>${httpclient.version}</version>
148             </dependency>
149
150
151             <dependency>
152                 <groupId>com.auth0</groupId>
153                 <artifactId>java-jwt</artifactId>
154                 <version>${java.jwt.version}</version>
155             </dependency>
156             <dependency>
157                 <groupId>io.jsonwebtoken</groupId>
158                 <artifactId>jjwt</artifactId>
159                 <version>${jjwt.version}</version>
160             </dependency>
161
162             <dependency>
163                 <groupId>org.freemarker</groupId>
164                 <artifactId>freemarker</artifactId>
165                 <version>${freemarker.version}</version>
166             </dependency>
167
168             <!-- 字符串工具类jar:StringUtils -->
169             <dependency>
170                 <groupId>org.apache.commons</groupId>
171                 <artifactId>commons-lang3</artifactId>
172                 <version>${orgApache.commons}</version>
173             </dependency>
174
175             <dependency>
176                 <groupId>commons-io</groupId>
177                 <artifactId>commons-io</artifactId>
178                 <version>${commons-io}</version>
179             </dependency>
180
181             <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
182             <dependency>
183                 <groupId>org.bouncycastle</groupId>
184                 <artifactId>bcprov-jdk15on</artifactId>
185                 <version>${jdk15on.version}</version>
186             </dependency>
187
188             <!-- excel2003使用的jar -->
189             <dependency>
190                 <groupId>org.apache.poi</groupId>
191                 <artifactId>poi</artifactId>
192                 <version>${orgApache.poi}</version>
193             </dependency>
194
195             <dependency>
196                 <groupId>redis.clients</groupId>
197                 <artifactId>jedis</artifactId>
198                 <version>${jedis.version}</version>
199             </dependency>
200
201             <dependency>
202                 <groupId>org.springframework.boot</groupId>
203                 <artifactId>spring-boot-starter-data-redis</artifactId>
204                 <version>${spring.redis.version}</version>
205             </dependency>
206
207             <dependency>
208                 <groupId>org.projectlombok</groupId>
209                 <artifactId>lombok</artifactId>
210                 <version>${lombok.version}</version>
211             </dependency>
212             <dependency>
213                 <groupId>junit</groupId>
214                 <artifactId>junit</artifactId>
215                 <version>${junit.version}</version>
216             </dependency>
217             <dependency>
218                 <groupId>javax.servlet.jsp.jstl</groupId>
219                 <artifactId>jstl-api</artifactId>
220                 <version>${jstl.api.version}</version>
221             </dependency>
222             <dependency>
223                 <groupId>com.aliyun.oss</groupId>
224                 <artifactId>aliyun-sdk-oss</artifactId>
225                 <version>${oss.version}</version>
226             </dependency>
227             <dependency>
228                 <groupId>org.mybatis.spring.boot</groupId>
229                 <artifactId>mybatis-spring-boot-starter</artifactId>
230                 <version>${mybatis.version}</version>
231             </dependency>
232             <dependency>
233                 <groupId>mysql</groupId>
234                 <artifactId>mysql-connector-java</artifactId>
235                 <version>${mysql.version}</version>
236             </dependency>
237             <dependency>
238                 <groupId>com.alibaba</groupId>
239                 <artifactId>druid</artifactId>
240                 <version>${druid.version}</version>
241             </dependency>
242
243             <!--数据监控平台-->
244             <dependency>
245                 <groupId>com.alibaba</groupId>
246                 <artifactId>druid-spring-boot-starter</artifactId>
247                 <version>${druid-boot.version}</version>
248             </dependency>
249
250             <dependency>
251                 <groupId>com.alibaba</groupId>
252                 <artifactId>fastjson</artifactId>
253                 <version>${fastjson.version}</version>
254             </dependency>
255             <dependency>
256                 <groupId>com.google.code.gson</groupId>
257                 <artifactId>gson</artifactId>
258                 <version>${gson.version}</version>
259             </dependency>
260
261             <dependency>
262                 <groupId>net.sf.json-lib</groupId>
263                 <artifactId>json-lib</artifactId>
264                 <version>${sfjson.version}</version>
265                 <classifier>jdk15</classifier>
266             </dependency>
267             <!-- <dependency>
268                 <groupId>net.sf.json-lib</groupId>
269                 <artifactId>json-lib</artifactId>
270                 <version>${sfjson.version}</version>
271             </dependency> -->
272             <!-- https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl -->
273             <dependency>
274                 <groupId>net.sourceforge.jexcelapi</groupId>
275                 <artifactId>jxl</artifactId>
276                 <version>${net.sourceforge}</version>
277             </dependency>
278             <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
279             <dependency>
280                 <groupId>com.belerweb</groupId>
281                 <artifactId>pinyin4j</artifactId>
282                 <version>${pinyin4j}</version>
283             </dependency>
284             <dependency>
285                 <groupId>commons-beanutils</groupId>
286                 <artifactId>commons-beanutils</artifactId>
287                 <version>${commons-beanutils.version}</version>
288             </dependency>
289             <dependency>
290                 <groupId>commons-collections</groupId>
291                 <artifactId>commons-collections</artifactId>
292                 <version>${commons-collections.version}</version>
293             </dependency>
294             <dependency>
295                 <groupId>commons-lang</groupId>
296                 <artifactId>commons-lang</artifactId>
297                 <version>${commons.lang.version}</version>
298             </dependency>
299             <dependency>
300                 <groupId>net.sf.ezmorph</groupId>
301                 <artifactId>ezmorph</artifactId>
302                 <version>${ezmorph.version}</version>
303             </dependency>
304         </dependencies>
305     </dependencyManagement>
306
307 </project>