chenjiahe
2023-02-07 1b181507f2564bfd327cc3a8e5d75a8620c3d09d
提交 | 用户 | age
5c5945 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     <parent>
8         <groupId>com.hx.gitee</groupId>
9         <artifactId>hx-parent</artifactId>
10         <version>1.0-SNAPSHOT</version>
11     </parent>
12
13     <artifactId>hx-common</artifactId>
14     <packaging>jar</packaging>
15
16     <dependencies>
17
38914a 18         <!--对象与XML处理-->
C 19         <dependency>
20             <groupId>javax.xml.bind</groupId>
21             <artifactId>jaxb-api</artifactId>
22         </dependency>
23
cac339 24         <dependency>
C 25             <groupId>org.apache.poi</groupId>
26             <artifactId>poi-ooxml</artifactId>
27             <version>3.9</version>
9cc914 28             <exclusions>
F 29                 <exclusion>
30                     <artifactId>dom4j</artifactId>
31                     <groupId>dom4j</groupId>
32                 </exclusion>
33             </exclusions>
cac339 34         </dependency>
38914a 35
7b319c 36         <!--腾讯云 cos-->
C 37         <dependency>
38             <groupId>com.qcloud</groupId>
39             <artifactId>cos_api</artifactId>
40         </dependency>
41
3432ff 42         <dependency>
C 43             <groupId>commons-fileupload</groupId>
44             <artifactId>commons-fileupload</artifactId>
45         </dependency>
46
5c5945 47         <!--发送邮件-->
E 48         <dependency>
49             <groupId>com.sun.mail</groupId>
50             <artifactId>javax.mail</artifactId>
51         </dependency>
52
53         <dependency>
b2fdfd 54             <groupId>org.apache.commons</groupId>
E 55             <artifactId>commons-csv</artifactId>
56             <version>1.6</version>
57         </dependency>
58
59         <dependency>
5c5945 60             <groupId>com.aliyun.oss</groupId>
E 61             <artifactId>aliyun-sdk-oss</artifactId>
62         </dependency>
63
8d87cf 64         <dependency>
C 65             <groupId>com.huaweicloud</groupId>
66             <artifactId>esdk-obs-java</artifactId>
67         </dependency>
68
5c5945 69         <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
E 70         <dependency>
71             <groupId>org.bouncycastle</groupId>
72             <artifactId>bcprov-jdk15on</artifactId>
73         </dependency>
74
75         <!--微信支付用到的包-->
76         <dependency>
77             <groupId>org.dom4j</groupId>
78             <artifactId>dom4j</artifactId>
79         </dependency>
80         <dependency>
81             <groupId>org.jdom</groupId>
82             <artifactId>jdom</artifactId>
83         </dependency>
84         <dependency>
85             <groupId>org.apache.httpcomponents</groupId>
86             <artifactId>httpcore</artifactId>
87         </dependency>
88         <dependency>
89             <groupId>org.apache.httpcomponents</groupId>
90             <artifactId>httpclient</artifactId>
91         </dependency>
92
93         <dependency>
94             <groupId>cglib</groupId>
95             <artifactId>cglib</artifactId>
96         </dependency>
97         <!--<dependency>
98             <groupId>log4j</groupId>
99             <artifactId>log4j</artifactId>
100         </dependency>-->
101
102         <!--生成二维码支持包-->
103         <dependency>
104             <groupId>com.google.zxing</groupId>
105             <artifactId>core</artifactId>
106         </dependency>
107         <dependency>
108             <groupId>net.glxn</groupId>
109             <artifactId>qrgen</artifactId>
110         </dependency>
111
112         <!-- 字符串工具类jar:StringUtils -->
113         <dependency>
114             <groupId>org.apache.commons</groupId>
115             <artifactId>commons-lang3</artifactId>
116         </dependency>
117         <dependency>
118             <groupId>commons-io</groupId>
119             <artifactId>commons-io</artifactId>
120         </dependency>
121         <!-- excel2003使用的jar -->
122         <dependency>
123             <groupId>org.apache.poi</groupId>
124             <artifactId>poi</artifactId>
125         </dependency>
126         <dependency>
127             <groupId>redis.clients</groupId>
128             <artifactId>jedis</artifactId>
129         </dependency>
130
131         <dependency>
132             <groupId>com.auth0</groupId>
133             <artifactId>java-jwt</artifactId>
134         </dependency>
135         <dependency>
136             <groupId>io.jsonwebtoken</groupId>
137             <artifactId>jjwt</artifactId>
138         </dependency>
139
140         <dependency>
141             <groupId>javax.servlet.jsp.jstl</groupId>
142             <artifactId>jstl-api</artifactId>
143         </dependency>
144         <dependency>
145             <groupId>javax.servlet</groupId>
146             <artifactId>jstl</artifactId>
147         </dependency>
148
2ed119 149         <dependency>
C 150             <groupId>org.springframework.boot</groupId>
151             <artifactId>spring-boot-starter-tomcat</artifactId>
152             <!--<scope>provided</scope>-->
153         </dependency>
154
5c5945 155         <!-- mybatis自动生成 -->
E 156         <dependency>
157             <groupId>com.gitee.sunchenbin.mybatis.actable</groupId>
158             <artifactId>mybatis-enhance-actable</artifactId>
159         </dependency>
160
161         <!-- 模板生成jar -->
162         <dependency>
163             <groupId>org.freemarker</groupId>
164             <artifactId>freemarker</artifactId>
165         </dependency>
166
167         <dependency>
168             <groupId>org.springframework.boot</groupId>
169             <artifactId>spring-boot-starter-data-redis</artifactId>
170             <exclusions>
171                 <exclusion>
172                     <groupId>org.springframework.boot</groupId>
173                     <artifactId>spring-boot-starter</artifactId>
174                 </exclusion>
175                 <exclusion>
176                     <groupId>org.slf4j</groupId>
177                     <artifactId>slf4j-api</artifactId>
178                 </exclusion>
179                 <exclusion>
180                     <groupId>org.slf4j</groupId>
181                     <artifactId>jcl-over-slf4j</artifactId>
182                 </exclusion>
183             </exclusions>
184         </dependency>
185
186         <dependency>
187             <groupId>org.projectlombok</groupId>
188             <artifactId>lombok</artifactId>
189         </dependency>
190
191         <dependency>
192             <groupId>org.springframework.boot</groupId>
193             <artifactId>spring-boot-starter-web</artifactId>
194             <exclusions>
195                 <exclusion>
196                     <groupId>org.hibernate</groupId>
197                     <artifactId>hibernate-validator</artifactId>
198                 </exclusion>
199                 <exclusion>
200                     <groupId>org.springframework.boot</groupId>
201                     <artifactId>spring-boot-starter-tomcat</artifactId>
202                 </exclusion>
203                 <exclusion>
204                     <groupId>org.springframework.boot</groupId>
205                     <artifactId>spring-boot-starter-logging</artifactId>
206                 </exclusion>
207             </exclusions>
208         </dependency>
209         <dependency>
210             <groupId>org.mybatis.spring.boot</groupId>
211             <artifactId>mybatis-spring-boot-starter</artifactId><exclusions>
212             <exclusion>
213                 <groupId>org.springframework.boot</groupId>
214                 <artifactId>spring-boot-starter-logging</artifactId>
215             </exclusion>
216         </exclusions>
217
218         </dependency>
219         <dependency>
220             <groupId>mysql</groupId>
221             <artifactId>mysql-connector-java</artifactId>
222             <scope>runtime</scope>
223         </dependency>
224
225         <dependency>
226             <groupId>com.alibaba</groupId>
227             <artifactId>druid</artifactId>
228         </dependency>
229
230         <dependency>
231             <groupId>com.alibaba</groupId>
232             <artifactId>fastjson</artifactId>
233         </dependency>
234
235         <dependency>
236             <groupId>com.google.code.gson</groupId>
237             <artifactId>gson</artifactId>
238         </dependency>
239
240         <dependency>
241             <groupId>net.sf.json-lib</groupId>
242             <artifactId>json-lib</artifactId>
243             <classifier>jdk15</classifier>
244         </dependency>
245
246         <dependency>
247             <groupId>com.belerweb</groupId>
248             <artifactId>pinyin4j</artifactId>
249         </dependency>
250
251         <dependency>
252             <groupId>net.sourceforge.jexcelapi</groupId>
253             <artifactId>jxl</artifactId>
254         </dependency>
255
256         <dependency>
257             <groupId>commons-beanutils</groupId>
258             <artifactId>commons-beanutils</artifactId>
259             <exclusions>
260                 <exclusion>
261                     <artifactId>commons-logging</artifactId>
262                     <groupId>commons-logging</groupId>
263                 </exclusion>
264             </exclusions>
265         </dependency>
266         <dependency>
267             <groupId>commons-collections</groupId>
268             <artifactId>commons-collections</artifactId>
269         </dependency>
270         <dependency>
271             <groupId>commons-lang</groupId>
272             <artifactId>commons-lang</artifactId>
273         </dependency>
274         <dependency>
275             <groupId>net.sf.ezmorph</groupId>
276             <artifactId>ezmorph</artifactId>
277         </dependency>
278         <dependency>
279             <groupId>junit</groupId>
280             <artifactId>junit</artifactId>
281         </dependency>
282         <dependency>
283             <groupId>com.github.pagehelper</groupId>
284             <artifactId>pagehelper</artifactId>
285         </dependency>
46911b 286
E 287         <dependency>
288             <groupId>com.dtflys.forest</groupId>
289             <artifactId>spring-boot-starter-forest</artifactId>
290             <version>1.5.0-RC2</version>
291         </dependency>
f3ad4b 292
C 293         <!-- redis -->
294         <dependency>
295             <groupId>org.springframework.boot</groupId>
296             <artifactId>spring-boot-starter-data-redis</artifactId>
297         </dependency>
5c5945 298     </dependencies>
E 299
300     <build>
2169ae 301         <finalName>hx-common</finalName>
5c5945 302         <resources>
E 303             <resource>
304                 <directory>src/main/java</directory>
305                 <includes>
306                     <include>**/*.properties</include>
307                     <include>**/*.xml</include>
308                     <include>**/*.tld</include>
309                     <include>**/*.tpl</include>
310                 </includes>
311                 <filtering>false</filtering>
312             </resource>
313             <resource>
314                 <directory>src/main/resources</directory>
315                 <excludes>
316                     <exclude>profile-active/**</exclude>
317                 </excludes>
318             </resource>
319             <resource>
320                 <directory>${runtime.env}</directory>
321             </resource>
322         </resources>
323     </build>
324
325 </project>