E1ED922C1E9526DD63272D7EC5C6CB77
2020-09-23 c9ea166be7584c745296be7a4df5ba3cde2d3e83
提交 | 用户 | 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>
54     </properties>
55
56     <!-- 声明依赖不引入 -->
57     <dependencyManagement>
58         <dependencies>
59
60             <!-- mybatis分页 -->
61             <dependency>
62                 <groupId>com.github.pagehelper</groupId>
63                 <artifactId>pagehelper</artifactId>
64                 <version>${pagehelper.version}</version>
65             </dependency>
66
67             <!--新版mybatis分页分页-->
68             <dependency>
69                 <groupId>com.github.pagehelper</groupId>
70                 <artifactId>pagehelper-spring-boot-starter</artifactId>
71                 <version>${pagehelper-boot.version}</version>
72             </dependency>
73
74             <dependency>
75                 <groupId>cglib</groupId>
76                 <artifactId>cglib</artifactId>
77                 <version>${cglib.version}</version>
78             </dependency>
79
80             <!-- 数据库自动生成表 -->
81             <dependency>
82                 <groupId>com.gitee.sunchenbin.mybatis.actable</groupId>
83                 <artifactId>mybatis-enhance-actable</artifactId>
84                 <version>${mybatis.actable}</version>
85             </dependency>
86
87             <!--发送邮件-->
88             <dependency>
89                 <groupId>com.sun.mail</groupId>
90                 <artifactId>javax.mail</artifactId>
91                 <version>${mail.version}</version>
92             </dependency>
93
94             <!-- 二维码支持包 -->
95             <dependency>
96                 <groupId>com.google.zxing</groupId>
97                 <artifactId>core</artifactId>
98                 <version>3.3.0</version>
99             </dependency>
100
101             <dependency>
102                 <groupId>net.glxn</groupId>
103                 <artifactId>qrgen</artifactId>
104                 <version>1.4</version>
105             </dependency>
106
107             <!-- https://mvnrepository.com/artifact/org.jdom/jdom -->
108             <dependency>
109                 <groupId>org.jdom</groupId>
110                 <artifactId>jdom</artifactId>
111                 <version>${jdom.version}</version>
112             </dependency>
113             <!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
114             <dependency>
115                 <groupId>org.dom4j</groupId>
116                 <artifactId>dom4j</artifactId>
117                 <version>${dom4j.version}</version>
118             </dependency>
119
120             <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
121             <dependency>
122                 <groupId>org.apache.httpcomponents</groupId>
123                 <artifactId>httpcore</artifactId>
124                 <version>${httpcore.version}</version>
125             </dependency>
126             <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
127             <dependency>
128                 <groupId>org.apache.httpcomponents</groupId>
129                 <artifactId>httpclient</artifactId>
130                 <version>${httpclient.version}</version>
131             </dependency>
132
133
134             <dependency>
135                 <groupId>com.auth0</groupId>
136                 <artifactId>java-jwt</artifactId>
137                 <version>${java.jwt.version}</version>
138             </dependency>
139             <dependency>
140                 <groupId>io.jsonwebtoken</groupId>
141                 <artifactId>jjwt</artifactId>
142                 <version>${jjwt.version}</version>
143             </dependency>
144
145             <dependency>
146                 <groupId>org.freemarker</groupId>
147                 <artifactId>freemarker</artifactId>
148                 <version>${freemarker.version}</version>
149             </dependency>
150
151             <!-- 字符串工具类jar:StringUtils -->
152             <dependency>
153                 <groupId>org.apache.commons</groupId>
154                 <artifactId>commons-lang3</artifactId>
155                 <version>${orgApache.commons}</version>
156             </dependency>
157
158             <dependency>
159                 <groupId>commons-io</groupId>
160                 <artifactId>commons-io</artifactId>
161                 <version>${commons-io}</version>
162             </dependency>
163
164             <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
165             <dependency>
166                 <groupId>org.bouncycastle</groupId>
167                 <artifactId>bcprov-jdk15on</artifactId>
168                 <version>${jdk15on.version}</version>
169             </dependency>
170
171             <!-- excel2003使用的jar -->
172             <dependency>
173                 <groupId>org.apache.poi</groupId>
174                 <artifactId>poi</artifactId>
175                 <version>${orgApache.poi}</version>
176             </dependency>
177
178             <dependency>
179                 <groupId>redis.clients</groupId>
180                 <artifactId>jedis</artifactId>
181                 <version>${jedis.version}</version>
182             </dependency>
183
184             <dependency>
185                 <groupId>org.springframework.boot</groupId>
186                 <artifactId>spring-boot-starter-data-redis</artifactId>
187                 <version>${spring.redis.version}</version>
188             </dependency>
189
190             <dependency>
191                 <groupId>org.projectlombok</groupId>
192                 <artifactId>lombok</artifactId>
193                 <version>${lombok.version}</version>
194             </dependency>
195             <dependency>
196                 <groupId>junit</groupId>
197                 <artifactId>junit</artifactId>
198                 <version>${junit.version}</version>
199             </dependency>
200             <dependency>
201                 <groupId>javax.servlet.jsp.jstl</groupId>
202                 <artifactId>jstl-api</artifactId>
203                 <version>${jstl.api.version}</version>
204             </dependency>
205             <dependency>
206                 <groupId>com.aliyun.oss</groupId>
207                 <artifactId>aliyun-sdk-oss</artifactId>
208                 <version>${oss.version}</version>
209             </dependency>
210             <dependency>
211                 <groupId>org.mybatis.spring.boot</groupId>
212                 <artifactId>mybatis-spring-boot-starter</artifactId>
213                 <version>${mybatis.version}</version>
214             </dependency>
215             <dependency>
216                 <groupId>mysql</groupId>
217                 <artifactId>mysql-connector-java</artifactId>
218                 <version>${mysql.version}</version>
219             </dependency>
220             <dependency>
221                 <groupId>com.alibaba</groupId>
222                 <artifactId>druid</artifactId>
223                 <version>${druid.version}</version>
224             </dependency>
225
226             <!--数据监控平台-->
227             <dependency>
228                 <groupId>com.alibaba</groupId>
229                 <artifactId>druid-spring-boot-starter</artifactId>
230                 <version>${druid-boot.version}</version>
231             </dependency>
232
233             <dependency>
234                 <groupId>com.alibaba</groupId>
235                 <artifactId>fastjson</artifactId>
236                 <version>${fastjson.version}</version>
237             </dependency>
238             <dependency>
239                 <groupId>com.google.code.gson</groupId>
240                 <artifactId>gson</artifactId>
241                 <version>${gson.version}</version>
242             </dependency>
243
244             <dependency>
245                 <groupId>net.sf.json-lib</groupId>
246                 <artifactId>json-lib</artifactId>
247                 <version>${sfjson.version}</version>
248                 <classifier>jdk15</classifier>
249             </dependency>
250             <!-- <dependency>
251                 <groupId>net.sf.json-lib</groupId>
252                 <artifactId>json-lib</artifactId>
253                 <version>${sfjson.version}</version>
254             </dependency> -->
255             <!-- https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl -->
256             <dependency>
257                 <groupId>net.sourceforge.jexcelapi</groupId>
258                 <artifactId>jxl</artifactId>
259                 <version>${net.sourceforge}</version>
260             </dependency>
261             <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j -->
262             <dependency>
263                 <groupId>com.belerweb</groupId>
264                 <artifactId>pinyin4j</artifactId>
265                 <version>${pinyin4j}</version>
266             </dependency>
267             <dependency>
268                 <groupId>commons-beanutils</groupId>
269                 <artifactId>commons-beanutils</artifactId>
270                 <version>${commons-beanutils.version}</version>
271             </dependency>
272             <dependency>
273                 <groupId>commons-collections</groupId>
274                 <artifactId>commons-collections</artifactId>
275                 <version>${commons-collections.version}</version>
276             </dependency>
277             <dependency>
278                 <groupId>commons-lang</groupId>
279                 <artifactId>commons-lang</artifactId>
280                 <version>${commons.lang.version}</version>
281             </dependency>
282             <dependency>
283                 <groupId>net.sf.ezmorph</groupId>
284                 <artifactId>ezmorph</artifactId>
285                 <version>${ezmorph.version}</version>
286             </dependency>
287         </dependencies>
288     </dependencyManagement>
289
290 </project>