pom.xml 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>vip.xiaonuo</groupId>
  6. <artifactId>snowy-cloud</artifactId>
  7. <name>snowy-cloud</name>
  8. <version>2.0.0</version>
  9. <description>snowy-cloud快速开发平台</description>
  10. <packaging>pom</packaging>
  11. <parent>
  12. <groupId>org.springframework.boot</groupId>
  13. <artifactId>spring-boot-starter-parent</artifactId>
  14. <version>2.5.12</version>
  15. </parent>
  16. <properties>
  17. <!-- maven base -->
  18. <java.version>1.8</java.version>
  19. <maven.compiler.plugin.version>3.7.0</maven.compiler.plugin.version>
  20. <maven.source.plugin>3.0.1</maven.source.plugin>
  21. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  22. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  23. <skipTests>true</skipTests>
  24. <!-- snowy-base -->
  25. <snowy.version>2.0.0</snowy.version>
  26. <spring-framework.version>5.3.26</spring-framework.version>
  27. <spring.boot-version>2.5.12</spring.boot-version>
  28. <spring.cloud-version>2020.0.6</spring.cloud-version>
  29. <spring.cloud.bootstrap-version>3.1.3</spring.cloud.bootstrap-version>
  30. <spring.cloud.alibaba-version>2021.1</spring.cloud.alibaba-version>
  31. <spring.boot.admin-version>2.5.6</spring.boot.admin-version>
  32. <!-- 锁定依赖版本号 -->
  33. <ali.oss.version>3.14.0</ali.oss.version>
  34. <aliyun.sdk.dm.version>3.3.1</aliyun.sdk.dm.version>
  35. <aliyun.sdk.dysmsapi.version>2.0.9</aliyun.sdk.dysmsapi.version>
  36. <aliyun.sdk.ecs.version>3.1.0</aliyun.sdk.ecs.version>
  37. <bcprov.jdk15on.version>1.70</bcprov.jdk15on.version>
  38. <beetl.version>1.2.40.Beetl.RELEASE</beetl.version>
  39. <checker.qual.version>3.31.0</checker.qual.version>
  40. <camunda.version>7.17.0</camunda.version>
  41. <commons.beanutils.version>1.9.4</commons.beanutils.version>
  42. <commons.compress.version>1.22</commons.compress.version>
  43. <commons.pool2.version>2.11.1</commons.pool2.version>
  44. <druid.version>1.2.9</druid.version>
  45. <dynamic.datasource.version>3.5.1</dynamic.datasource.version>
  46. <easy.trans.version>2.1.7</easy.trans.version>
  47. <easyexcel.version>3.2.1</easyexcel.version>
  48. <easypoi.version>4.3.0</easypoi.version>
  49. <fastjson.version>2.0.24</fastjson.version>
  50. <gson.version>2.8.9</gson.version>
  51. <guava.version>31.1-jre</guava.version>
  52. <hutool.version>5.8.12</hutool.version>
  53. <ijpay.version>2.8.3</ijpay.version>
  54. <ip2region.version>2.6.3</ip2region.version>
  55. <jackson.annotations.version>2.14.2</jackson.annotations.version>
  56. <jackson.core.version>2.14.2</jackson.core.version>
  57. <jackson.databind.version>2.14.2</jackson.databind.version>
  58. <jackson.datatype.jdk8.version>2.14.2</jackson.datatype.jdk8.version>
  59. <jackson.datatype.jsr310.version>2.14.2</jackson.datatype.jsr310.version>
  60. <jackson.module.parameter.names.version>2.14.2</jackson.module.parameter.names.version>
  61. <javax.mail.version>1.6.2</javax.mail.version>
  62. <jettison.version>1.5.4</jettison.version>
  63. <json.flattener.version>0.16.4</json.flattener.version>
  64. <junit.version>4.13.2</junit.version>
  65. <just.auth.version>1.16.5</just.auth.version>
  66. <knife4j.version>2.0.9</knife4j.version>
  67. <logback.classic.version>1.2.0</logback.classic.version>
  68. <lombok.versin>1.18.22</lombok.versin>
  69. <minio.version>8.5.2</minio.version>
  70. <mssql.connector.java.version>9.2.1.jre8</mssql.connector.java.version>
  71. <mybatis.plus.version>3.5.3.1</mybatis.plus.version>
  72. <mybatis.version>3.5.10</mybatis.version>
  73. <mysql.connector.java.version>8.0.28</mysql.connector.java.version>
  74. <netty.common.version>4.1.89.Final</netty.common.version>
  75. <netty.handler.version>4.1.89.Final</netty.handler.version>
  76. <okhttp3.version>4.10.0</okhttp3.version>
  77. <okio.version>3.3.0</okio.version>
  78. <dm.connector.java.version>8.1.2.192</dm.connector.java.version>
  79. <kingbase.connector.java.version>8.6.0</kingbase.connector.java.version>
  80. <oracle.connector.java.version>21.5.0.0</oracle.connector.java.version>
  81. <oracle.nls.orai18n.version>19.7.0.0</oracle.nls.orai18n.version>
  82. <oshi.core.version>6.2.2</oshi.core.version>
  83. <pinyin.version>2.5.1</pinyin.version>
  84. <postgres.connector.java.version>42.2.25</postgres.connector.java.version>
  85. <protobuf.java.version>3.21.12</protobuf.java.version>
  86. <sa.token.version>1.31.0</sa.token.version>
  87. <smcrypto.version>0.3.2</smcrypto.version>
  88. <snakeyaml.version>1.31</snakeyaml.version><!-- cloud使用2.0版本yaml存在冲突 -->
  89. <spring.context.version>5.3.19</spring.context.version>
  90. <spring.security.crypto.version>5.5.5</spring.security.crypto.version><!-- cloud使用6.0.2版本yaml存在冲突 -->
  91. <springfox.swagger2.version>2.10.5</springfox.swagger2.version>
  92. <ten.cos.version>5.6.68</ten.cos.version>
  93. <ten.sdk.ses.version>3.1.455</ten.sdk.ses.version>
  94. <ten.sdk.sms.version>3.1.455</ten.sdk.sms.version>
  95. <tomcat.embed.core.version>9.0.72</tomcat.embed.core.version>
  96. <urp.jackson.mapper.asl.version>1.9.11</urp.jackson.mapper.asl.version>
  97. <urp.antlr4.runtime.version>4.9.2</urp.antlr4.runtime.version>
  98. <urp.itextpdf.version>5.5.13</urp.itextpdf.version>
  99. <urp.poi.ooxml.version>4.1.2</urp.poi.ooxml.version>
  100. <urp.poi.scratchpad.version>4.1.2</urp.poi.scratchpad.version>
  101. <urp.ooxml.schemas.version>1.4</urp.ooxml.schemas.version>
  102. <urp.zxing.core.version>3.3.1</urp.zxing.core.version>
  103. <urp.velocity.version>1.7</urp.velocity.version>
  104. <urp.commons.lang.version>3.5</urp.commons.lang.version>
  105. <urp.commons.io.version>2.5</urp.commons.io.version>
  106. <urp.commons.fileupload.version>1.3.2</urp.commons.fileupload.version>
  107. <urp.commons.beanutils.core.version>1.8.3</urp.commons.beanutils.core.version>
  108. <urp.dom4j.version>1.6.1</urp.dom4j.version>
  109. <wx.pay.version>4.4.9.B</wx.pay.version>
  110. <!-- snowy-xxl-job-app -->
  111. <xxljob.version>2.3.1</xxljob.version>
  112. <mybatis-spring-boot-starter.version>2.1.4</mybatis-spring-boot-starter.version>
  113. </properties>
  114. <modules>
  115. <!-- 基础开发模块 -->
  116. <module>snowy-base</module>
  117. <!-- 业务应用启动模块 -->
  118. <module>snowy-modules</module>
  119. <!-- 业务插件模块 -->
  120. <module>snowy-plugin</module>
  121. <!-- 依赖服务启动模块 -->
  122. <module>snowy-server</module>
  123. </modules>
  124. <dependencyManagement>
  125. <dependencies>
  126. <!-- snowy-cloud-inner-start -->
  127. <!-- snowy-common -->
  128. <dependency>
  129. <groupId>vip.xiaonuo</groupId>
  130. <artifactId>snowy-common</artifactId>
  131. <version>${snowy.version}</version>
  132. </dependency>
  133. <!-- snowy-plugin-auth-api -->
  134. <dependency>
  135. <groupId>vip.xiaonuo</groupId>
  136. <artifactId>snowy-plugin-auth-api</artifactId>
  137. <version>${snowy.version}</version>
  138. </dependency>
  139. <!-- snowy-plugin-auth-feign -->
  140. <dependency>
  141. <groupId>vip.xiaonuo</groupId>
  142. <artifactId>snowy-plugin-auth-feign</artifactId>
  143. <version>${snowy.version}</version>
  144. </dependency>
  145. <!-- snowy-plugin-auth-func -->
  146. <dependency>
  147. <groupId>vip.xiaonuo</groupId>
  148. <artifactId>snowy-plugin-auth-func</artifactId>
  149. <version>${snowy.version}</version>
  150. </dependency>
  151. <!-- snowy-plugin-biz-api -->
  152. <dependency>
  153. <groupId>vip.xiaonuo</groupId>
  154. <artifactId>snowy-plugin-biz-api</artifactId>
  155. <version>${snowy.version}</version>
  156. </dependency>
  157. <!-- snowy-plugin-biz-func -->
  158. <dependency>
  159. <groupId>vip.xiaonuo</groupId>
  160. <artifactId>snowy-plugin-biz-func</artifactId>
  161. <version>${snowy.version}</version>
  162. </dependency>
  163. <!-- snowy-plugin-client-api -->
  164. <dependency>
  165. <groupId>vip.xiaonuo</groupId>
  166. <artifactId>snowy-plugin-client-api</artifactId>
  167. <version>${snowy.version}</version>
  168. </dependency>
  169. <!-- snowy-plugin-client-func -->
  170. <dependency>
  171. <groupId>vip.xiaonuo</groupId>
  172. <artifactId>snowy-plugin-client-func</artifactId>
  173. <version>${snowy.version}</version>
  174. </dependency>
  175. <!-- snowy-plugin-dev-api -->
  176. <dependency>
  177. <groupId>vip.xiaonuo</groupId>
  178. <artifactId>snowy-plugin-dev-api</artifactId>
  179. <version>${snowy.version}</version>
  180. </dependency>
  181. <!-- snowy-plugin-dev-feign -->
  182. <dependency>
  183. <groupId>vip.xiaonuo</groupId>
  184. <artifactId>snowy-plugin-dev-feign</artifactId>
  185. <version>${snowy.version}</version>
  186. </dependency>
  187. <!-- snowy-plugin-dev-func -->
  188. <dependency>
  189. <groupId>vip.xiaonuo</groupId>
  190. <artifactId>snowy-plugin-dev-func</artifactId>
  191. <version>${snowy.version}</version>
  192. </dependency>
  193. <!-- snowy-plugin-gen-api -->
  194. <dependency>
  195. <groupId>vip.xiaonuo</groupId>
  196. <artifactId>snowy-plugin-gen-api</artifactId>
  197. <version>${snowy.version}</version>
  198. </dependency>
  199. <!-- snowy-plugin-gen-func -->
  200. <dependency>
  201. <groupId>vip.xiaonuo</groupId>
  202. <artifactId>snowy-plugin-gen-func</artifactId>
  203. <version>${snowy.version}</version>
  204. </dependency>
  205. <!-- snowy-plugin-mobile-api -->
  206. <dependency>
  207. <groupId>vip.xiaonuo</groupId>
  208. <artifactId>snowy-plugin-mobile-api</artifactId>
  209. <version>${snowy.version}</version>
  210. </dependency>
  211. <!-- snowy-plugin-mobile-func -->
  212. <dependency>
  213. <groupId>vip.xiaonuo</groupId>
  214. <artifactId>snowy-plugin-mobile-func</artifactId>
  215. <version>${snowy.version}</version>
  216. </dependency>
  217. <!-- snowy-plugin-sys-api -->
  218. <dependency>
  219. <groupId>vip.xiaonuo</groupId>
  220. <artifactId>snowy-plugin-sys-api</artifactId>
  221. <version>${snowy.version}</version>
  222. </dependency>
  223. <!-- snowy-plugin-sys-feign -->
  224. <dependency>
  225. <groupId>vip.xiaonuo</groupId>
  226. <artifactId>snowy-plugin-sys-feign</artifactId>
  227. <version>${snowy.version}</version>
  228. </dependency>
  229. <!-- snowy-plugin-sys-func -->
  230. <dependency>
  231. <groupId>vip.xiaonuo</groupId>
  232. <artifactId>snowy-plugin-sys-func</artifactId>
  233. <version>${snowy.version}</version>
  234. </dependency>
  235. <!-- snowy-plugin-dbs-api -->
  236. <dependency>
  237. <groupId>vip.xiaonuo</groupId>
  238. <artifactId>snowy-plugin-dbs-api</artifactId>
  239. <version>${snowy.version}</version>
  240. </dependency>
  241. <!-- snowy-plugin-dbs-func -->
  242. <dependency>
  243. <groupId>vip.xiaonuo</groupId>
  244. <artifactId>snowy-plugin-dbs-func</artifactId>
  245. <version>${snowy.version}</version>
  246. </dependency>
  247. <!-- snowy-plugin-exm-api -->
  248. <dependency>
  249. <groupId>vip.xiaonuo</groupId>
  250. <artifactId>snowy-plugin-exm-api</artifactId>
  251. <version>${snowy.version}</version>
  252. </dependency>
  253. <!-- snowy-plugin-exm-func -->
  254. <dependency>
  255. <groupId>vip.xiaonuo</groupId>
  256. <artifactId>snowy-plugin-exm-func</artifactId>
  257. <version>${snowy.version}</version>
  258. </dependency>
  259. <!-- snowy-plugin-flw-api -->
  260. <dependency>
  261. <groupId>vip.xiaonuo</groupId>
  262. <artifactId>snowy-plugin-flw-api</artifactId>
  263. <version>${snowy.version}</version>
  264. </dependency>
  265. <!-- snowy-plugin-flw-func -->
  266. <dependency>
  267. <groupId>vip.xiaonuo</groupId>
  268. <artifactId>snowy-plugin-flw-func</artifactId>
  269. <version>${snowy.version}</version>
  270. </dependency>
  271. <!-- snowy-plugin-pay-api -->
  272. <dependency>
  273. <groupId>vip.xiaonuo</groupId>
  274. <artifactId>snowy-plugin-pay-api</artifactId>
  275. <version>${snowy.version}</version>
  276. </dependency>
  277. <!-- snowy-plugin-pay-func -->
  278. <dependency>
  279. <groupId>vip.xiaonuo</groupId>
  280. <artifactId>snowy-plugin-pay-func</artifactId>
  281. <version>${snowy.version}</version>
  282. </dependency>
  283. <!-- snowy-plugin-ten-api -->
  284. <dependency>
  285. <groupId>vip.xiaonuo</groupId>
  286. <artifactId>snowy-plugin-ten-api</artifactId>
  287. <version>${snowy.version}</version>
  288. </dependency>
  289. <!-- snowy-plugin-ten-func -->
  290. <dependency>
  291. <groupId>vip.xiaonuo</groupId>
  292. <artifactId>snowy-plugin-ten-func</artifactId>
  293. <version>${snowy.version}</version>
  294. </dependency>
  295. <!-- snowy-plugin-ten-api -->
  296. <dependency>
  297. <groupId>vip.xiaonuo</groupId>
  298. <artifactId>snowy-plugin-disk-api</artifactId>
  299. <version>${snowy.version}</version>
  300. </dependency>
  301. <!-- snowy-plugin-ten-func -->
  302. <dependency>
  303. <groupId>vip.xiaonuo</groupId>
  304. <artifactId>snowy-plugin-disk-func</artifactId>
  305. <version>${snowy.version}</version>
  306. </dependency>
  307. <!-- snowy-plugin-exam-func -->
  308. <dependency>
  309. <groupId>vip.xiaonuo</groupId>
  310. <artifactId>snowy-plugin-exam-api</artifactId>
  311. <version>${snowy.version}</version>
  312. </dependency>
  313. <dependency>
  314. <groupId>vip.xiaonuo</groupId>
  315. <artifactId>snowy-plugin-exam-func</artifactId>
  316. <version>${snowy.version}</version>
  317. </dependency>
  318. <!-- snowy-plugin-forum-func -->
  319. <dependency>
  320. <groupId>vip.xiaonuo</groupId>
  321. <artifactId>snowy-plugin-forum-api</artifactId>
  322. <version>${snowy.version}</version>
  323. </dependency>
  324. <dependency>
  325. <groupId>vip.xiaonuo</groupId>
  326. <artifactId>snowy-plugin-forum-func</artifactId>
  327. <version>${snowy.version}</version>
  328. </dependency>
  329. <!-- snowy-plugin-urp-api -->
  330. <dependency>
  331. <groupId>vip.xiaonuo</groupId>
  332. <artifactId>snowy-plugin-urp-api</artifactId>
  333. <version>${snowy.version}</version>
  334. </dependency>
  335. <!-- snowy-plugin-urp-func -->
  336. <dependency>
  337. <groupId>vip.xiaonuo</groupId>
  338. <artifactId>snowy-plugin-urp-func</artifactId>
  339. <version>${snowy.version}</version>
  340. </dependency>
  341. <!-- snowy-cloud-inner-end -->
  342. <!-- ===================== snowy-cloud-base ========================= -->
  343. <!-- SpringCloud -->
  344. <dependency>
  345. <groupId>org.springframework.cloud</groupId>
  346. <artifactId>spring-cloud-dependencies</artifactId>
  347. <version>${spring.cloud-version}</version>
  348. <type>pom</type>
  349. <scope>import</scope>
  350. </dependency>
  351. <!-- SpringCloud Alibaba -->
  352. <dependency>
  353. <groupId>com.alibaba.cloud</groupId>
  354. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  355. <version>${spring.cloud.alibaba-version}</version>
  356. <type>pom</type>
  357. <scope>import</scope>
  358. </dependency>
  359. <!-- SpringCloud BootStrap -->
  360. <dependency>
  361. <groupId>org.springframework.cloud</groupId>
  362. <artifactId>spring-cloud-starter-bootstrap</artifactId>
  363. <version>${spring.cloud.bootstrap-version}</version>
  364. </dependency>
  365. <!-- SpringBoot Actuator -->
  366. <dependency>
  367. <groupId>de.codecentric</groupId>
  368. <artifactId>spring-boot-admin-starter-server</artifactId>
  369. <version>${spring.boot.admin-version}</version>
  370. </dependency>
  371. <dependency>
  372. <groupId>de.codecentric</groupId>
  373. <artifactId>spring-boot-admin-server-ui</artifactId>
  374. <version>${spring.boot.admin-version}</version>
  375. </dependency>
  376. <dependency>
  377. <groupId>de.codecentric</groupId>
  378. <artifactId>spring-boot-admin-starter-client</artifactId>
  379. <version>${spring.boot.admin-version}</version>
  380. </dependency>
  381. <dependency>
  382. <groupId>com.github.xiaoymin</groupId>
  383. <artifactId>knife4j-aggregation-spring-boot-starter</artifactId>
  384. <version>${knife4j.version}</version>
  385. </dependency>
  386. <!-- lombok -->
  387. <dependency>
  388. <groupId>org.projectlombok</groupId>
  389. <artifactId>lombok</artifactId>
  390. <version>${lombok.versin}</version>
  391. </dependency>
  392. <!-- druid -->
  393. <dependency>
  394. <groupId>com.alibaba</groupId>
  395. <artifactId>druid-spring-boot-starter</artifactId>
  396. <version>${druid.version}</version>
  397. </dependency>
  398. <!-- mybatis -->
  399. <dependency>
  400. <groupId>org.mybatis</groupId>
  401. <artifactId>mybatis</artifactId>
  402. <version>${mybatis.version}</version>
  403. </dependency>
  404. <!-- mybatis-plus-core -->
  405. <dependency>
  406. <groupId>com.baomidou</groupId>
  407. <artifactId>mybatis-plus-core</artifactId>
  408. <version>${mybatis.plus.version}</version>
  409. </dependency>
  410. <!-- mybatis-plus -->
  411. <dependency>
  412. <groupId>com.baomidou</groupId>
  413. <artifactId>mybatis-plus-boot-starter</artifactId>
  414. <version>${mybatis.plus.version}</version>
  415. </dependency>
  416. <!-- easy-trans -->
  417. <dependency>
  418. <groupId>com.fhs-opensource</groupId>
  419. <artifactId>easy-trans-spring-boot-starter</artifactId>
  420. <version>${easy.trans.version}</version>
  421. </dependency>
  422. <!-- easy-trans-mybatis-plus-extend -->
  423. <dependency>
  424. <groupId>com.fhs-opensource</groupId>
  425. <artifactId>easy-trans-mybatis-plus-extend</artifactId>
  426. <version>${easy.trans.version}</version>
  427. </dependency>
  428. <!-- redis -->
  429. <dependency>
  430. <groupId>org.apache.commons</groupId>
  431. <artifactId>commons-pool2</artifactId>
  432. <version>${commons.pool2.version}</version>
  433. </dependency>
  434. <!-- okhttp -->
  435. <dependency>
  436. <groupId>com.squareup.okhttp3</groupId>
  437. <artifactId>okhttp</artifactId>
  438. <version>${okhttp3.version}</version>
  439. </dependency>
  440. <!-- okio -->
  441. <dependency>
  442. <groupId>com.squareup.okio</groupId>
  443. <artifactId>okio</artifactId>
  444. <version>${okio.version}</version>
  445. </dependency>
  446. <!-- hutool -->
  447. <dependency>
  448. <groupId>cn.hutool</groupId>
  449. <artifactId>hutool-all</artifactId>
  450. <version>${hutool.version}</version>
  451. </dependency>
  452. <!-- 支付宝支付 -->
  453. <dependency>
  454. <groupId>com.github.javen205</groupId>
  455. <artifactId>IJPay-AliPay</artifactId>
  456. <version>${ijpay.version}</version>
  457. </dependency>
  458. <!-- 微信支付 -->
  459. <dependency>
  460. <groupId>com.github.binarywang</groupId>
  461. <artifactId>weixin-java-pay</artifactId>
  462. <version>${wx.pay.version}</version>
  463. </dependency>
  464. <!-- pinyin4j -->
  465. <dependency>
  466. <groupId>com.belerweb</groupId>
  467. <artifactId>pinyin4j</artifactId>
  468. <version>${pinyin.version}</version>
  469. </dependency>
  470. <!-- ip2region -->
  471. <dependency>
  472. <groupId>org.lionsoul</groupId>
  473. <artifactId>ip2region</artifactId>
  474. <version>${ip2region.version}</version>
  475. </dependency>
  476. <!-- knife4j -->
  477. <dependency>
  478. <groupId>com.github.xiaoymin</groupId>
  479. <artifactId>knife4j-spring-boot-starter</artifactId>
  480. <version>${knife4j.version}</version>
  481. </dependency>
  482. <!-- easy-poi -->
  483. <dependency>
  484. <groupId>cn.afterturn</groupId>
  485. <artifactId>easypoi-spring-boot-starter</artifactId>
  486. <version>${easypoi.version}</version>
  487. <exclusions>
  488. <!-- 排除旧版POI -->
  489. <exclusion>
  490. <groupId>org.apache.poi</groupId>
  491. <artifactId>poi</artifactId>
  492. </exclusion>
  493. <exclusion>
  494. <groupId>org.apache.poi</groupId>
  495. <artifactId>poi-ooxml</artifactId>
  496. </exclusion>
  497. <exclusion>
  498. <groupId>org.apache.poi</groupId>
  499. <artifactId>poi-ooxml-schemas</artifactId>
  500. </exclusion>
  501. <exclusion>
  502. <groupId>org.apache.poi</groupId>
  503. <artifactId>poi-scratchpad</artifactId>
  504. </exclusion>
  505. </exclusions>
  506. </dependency>
  507. <!-- sm-crypto -->
  508. <dependency>
  509. <groupId>com.antherd</groupId>
  510. <artifactId>sm-crypto</artifactId>
  511. <version>${smcrypto.version}</version>
  512. </dependency>
  513. <!-- easyexcel -->
  514. <dependency>
  515. <groupId>com.alibaba</groupId>
  516. <artifactId>easyexcel</artifactId>
  517. <version>${easyexcel.version}</version>
  518. </dependency>
  519. <dependency>
  520. <groupId>org.apache.poi</groupId>
  521. <artifactId>poi</artifactId>
  522. <version>4.1.2</version>
  523. </dependency>
  524. <!-- sa-token-core -->
  525. <dependency>
  526. <groupId>cn.dev33</groupId>
  527. <artifactId>sa-token-core</artifactId>
  528. <version>${sa.token.version}</version>
  529. </dependency>
  530. <!-- sa-token -->
  531. <dependency>
  532. <groupId>cn.dev33</groupId>
  533. <artifactId>sa-token-spring-boot-starter</artifactId>
  534. <version>${sa.token.version}</version>
  535. </dependency>
  536. <!-- sa-token 整合 redis (使用jackson序列化方式) -->
  537. <dependency>
  538. <groupId>cn.dev33</groupId>
  539. <artifactId>sa-token-dao-redis-jackson</artifactId>
  540. <version>${sa.token.version}</version>
  541. </dependency>
  542. <!-- Sa-Token插件:权限缓存与业务缓存分离 -->
  543. <dependency>
  544. <groupId>cn.dev33</groupId>
  545. <artifactId>sa-token-alone-redis</artifactId>
  546. <version>${sa.token.version}</version>
  547. </dependency>
  548. <!-- Sa-Token 插件:整合SSO -->
  549. <dependency>
  550. <groupId>cn.dev33</groupId>
  551. <artifactId>sa-token-sso</artifactId>
  552. <version>${sa.token.version}</version>
  553. </dependency>
  554. <!-- JustAuth 第三方登录 -->
  555. <dependency>
  556. <groupId>me.zhyd.oauth</groupId>
  557. <artifactId>JustAuth</artifactId>
  558. <version>${just.auth.version}</version>
  559. </dependency>
  560. <!-- beetl模板引擎 -->
  561. <dependency>
  562. <groupId>com.ibeetl</groupId>
  563. <artifactId>beetl-framework-starter</artifactId>
  564. <version>${beetl.version}</version>
  565. </dependency>
  566. <!--腾讯云上传文件客户端-->
  567. <dependency>
  568. <groupId>com.qcloud</groupId>
  569. <artifactId>cos_api</artifactId>
  570. <version>${ten.cos.version}</version>
  571. </dependency>
  572. <!--阿里云上传文件客户端-->
  573. <dependency>
  574. <groupId>com.aliyun.oss</groupId>
  575. <artifactId>aliyun-sdk-oss</artifactId>
  576. <version>${ali.oss.version}</version>
  577. </dependency>
  578. <!--minio上传文件客户端-->
  579. <dependency>
  580. <groupId>io.minio</groupId>
  581. <artifactId>minio</artifactId>
  582. <version>${minio.version}</version>
  583. </dependency>
  584. <!--java邮件发送-->
  585. <dependency>
  586. <groupId>com.sun.mail</groupId>
  587. <artifactId>javax.mail</artifactId>
  588. <version>${javax.mail.version}</version>
  589. </dependency>
  590. <!--阿里云邮件发送-->
  591. <dependency>
  592. <groupId>com.aliyun</groupId>
  593. <artifactId>aliyun-java-sdk-dm</artifactId>
  594. <version>${aliyun.sdk.dm.version}</version>
  595. </dependency>
  596. <!-- 腾讯云邮件发送 -->
  597. <dependency>
  598. <groupId>com.tencentcloudapi</groupId>
  599. <artifactId>tencentcloud-sdk-java-ses</artifactId>
  600. <version>${ten.sdk.ses.version}</version>
  601. </dependency>
  602. <!--阿里云短信发送-->
  603. <dependency>
  604. <groupId>com.aliyun</groupId>
  605. <artifactId>dysmsapi20170525</artifactId>
  606. <version>${aliyun.sdk.dysmsapi.version}</version>
  607. </dependency>
  608. <!--腾讯云短信发送-->
  609. <dependency>
  610. <groupId>com.tencentcloudapi</groupId>
  611. <artifactId>tencentcloud-sdk-java-sms</artifactId>
  612. <version>${ten.sdk.sms.version}</version>
  613. </dependency>
  614. <!--系统硬件信息-->
  615. <dependency>
  616. <groupId>com.github.oshi</groupId>
  617. <artifactId>oshi-core</artifactId>
  618. <version>${oshi.core.version}</version>
  619. </dependency>
  620. <!-- junit -->
  621. <dependency>
  622. <groupId>junit</groupId>
  623. <artifactId>junit</artifactId>
  624. <version>${junit.version}</version>
  625. <scope>test</scope>
  626. </dependency>
  627. <!-- logback-classic -->
  628. <dependency>
  629. <groupId>ch.qos.logback</groupId>
  630. <artifactId>logback-classic</artifactId>
  631. <version>${logback.classic.version}</version>
  632. </dependency>
  633. <!-- gson -->
  634. <dependency>
  635. <groupId>com.google.code.gson</groupId>
  636. <artifactId>gson</artifactId>
  637. <version>${gson.version}</version>
  638. </dependency>
  639. <!-- guava -->
  640. <dependency>
  641. <groupId>com.google.guava</groupId>
  642. <artifactId>guava</artifactId>
  643. <version>${guava.version}</version>
  644. </dependency>
  645. <!-- netty-common -->
  646. <dependency>
  647. <groupId>io.netty</groupId>
  648. <artifactId>netty-common</artifactId>
  649. <version>${netty.common.version}</version>
  650. </dependency>
  651. <!-- netty-common -->
  652. <dependency>
  653. <groupId>io.netty</groupId>
  654. <artifactId>netty-handler</artifactId>
  655. <version>${netty.handler.version}</version>
  656. </dependency>
  657. <!-- jettison -->
  658. <dependency>
  659. <groupId>org.codehaus.jettison</groupId>
  660. <artifactId>jettison</artifactId>
  661. <version>${jettison.version}</version>
  662. </dependency>
  663. <!-- json-flattener -->
  664. <dependency>
  665. <groupId>com.github.wnameless.json</groupId>
  666. <artifactId>json-flattener</artifactId>
  667. <version>${json.flattener.version}</version>
  668. </dependency>
  669. <!-- snakeyaml -->
  670. <dependency>
  671. <groupId>org.yaml</groupId>
  672. <artifactId>snakeyaml</artifactId>
  673. <version>${snakeyaml.version}</version>
  674. </dependency>
  675. <!-- spring-context -->
  676. <dependency>
  677. <groupId>org.springframework</groupId>
  678. <artifactId>spring-context</artifactId>
  679. <version>${spring.context.version}</version>
  680. </dependency>
  681. <!-- spring-security-crypto -->
  682. <dependency>
  683. <groupId>org.springframework.security</groupId>
  684. <artifactId>spring-security-crypto</artifactId>
  685. <version>${spring.security.crypto.version}</version>
  686. </dependency>
  687. <!-- springfox-swagger2 -->
  688. <dependency>
  689. <groupId>io.springfox</groupId>
  690. <artifactId>springfox-swagger2</artifactId>
  691. <version>${springfox.swagger2.version}</version>
  692. </dependency>
  693. <!-- tomcat-embed-core -->
  694. <dependency>
  695. <groupId>org.apache.tomcat.embed</groupId>
  696. <artifactId>tomcat-embed-core</artifactId>
  697. <version>${tomcat.embed.core.version}</version>
  698. </dependency>
  699. <!-- fastjson -->
  700. <dependency>
  701. <groupId>com.alibaba</groupId>
  702. <artifactId>fastjson</artifactId>
  703. <version>${fastjson.version}</version>
  704. </dependency>
  705. <!-- jackson-annotations -->
  706. <dependency>
  707. <groupId>com.fasterxml.jackson.core</groupId>
  708. <artifactId>jackson-annotations</artifactId>
  709. <version>${jackson.annotations.version}</version>
  710. </dependency>
  711. <!-- jackson-core -->
  712. <dependency>
  713. <groupId>com.fasterxml.jackson.core</groupId>
  714. <artifactId>jackson-core</artifactId>
  715. <version>${jackson.core.version}</version>
  716. </dependency>
  717. <!-- jackson-databind -->
  718. <dependency>
  719. <groupId>com.fasterxml.jackson.core</groupId>
  720. <artifactId>jackson-databind</artifactId>
  721. <version>${jackson.databind.version}</version>
  722. </dependency>
  723. <!-- jackson-datatype -->
  724. <dependency>
  725. <groupId>com.fasterxml.jackson.datatype</groupId>
  726. <artifactId>jackson-datatype-jdk8</artifactId>
  727. <version>${jackson.datatype.jdk8.version}</version>
  728. </dependency>
  729. <!-- jackson-jsr310 -->
  730. <dependency>
  731. <groupId>com.fasterxml.jackson.datatype</groupId>
  732. <artifactId>jackson-datatype-jsr310</artifactId>
  733. <version>${jackson.datatype.jsr310.version}</version>
  734. </dependency>
  735. <!-- jackson-module-parameter-names -->
  736. <dependency>
  737. <groupId>com.fasterxml.jackson.module</groupId>
  738. <artifactId>jackson-module-parameter-names</artifactId>
  739. <version>${jackson.module.parameter.names.version}</version>
  740. </dependency>
  741. <!-- commons-beanutils -->
  742. <dependency>
  743. <groupId>commons-beanutils</groupId>
  744. <artifactId>commons-beanutils</artifactId>
  745. <version>${commons.beanutils.version}</version>
  746. </dependency>
  747. <!-- commons-compress -->
  748. <dependency>
  749. <groupId>org.apache.commons</groupId>
  750. <artifactId>commons-compress</artifactId>
  751. <version>${commons.compress.version}</version>
  752. </dependency>
  753. <!-- protobuf-java -->
  754. <dependency>
  755. <groupId>com.google.protobuf</groupId>
  756. <artifactId>protobuf-java</artifactId>
  757. <version>${protobuf.java.version}</version>
  758. </dependency>
  759. <!-- checker-qual -->
  760. <dependency>
  761. <groupId>org.checkerframework</groupId>
  762. <artifactId>checker-qual</artifactId>
  763. <version>${checker.qual.version}</version>
  764. </dependency>
  765. <!-- bcprov-jdk15on -->
  766. <dependency>
  767. <groupId>org.bouncycastle</groupId>
  768. <artifactId>bcprov-jdk15on</artifactId>
  769. <version>${bcprov.jdk15on.version}</version>
  770. </dependency>
  771. <!-- dynamic-datasource -->
  772. <dependency>
  773. <groupId>com.baomidou</groupId>
  774. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  775. <version>${dynamic.datasource.version}</version>
  776. </dependency>
  777. <!-- camunda工作流引擎 -->
  778. <dependency>
  779. <groupId>org.camunda.bpm.springboot</groupId>
  780. <artifactId>camunda-bpm-spring-boot-starter</artifactId>
  781. <version>${camunda.version}</version>
  782. </dependency>
  783. <!-- ureport2所需要的依赖 -->
  784. <dependency>
  785. <groupId>org.codehaus.jackson</groupId>
  786. <artifactId>jackson-mapper-asl</artifactId>
  787. <version>${urp.jackson.mapper.asl.version}</version>
  788. </dependency>
  789. <dependency>
  790. <groupId>org.antlr</groupId>
  791. <artifactId>antlr4-runtime</artifactId>
  792. <version>${urp.antlr4.runtime.version}</version>
  793. </dependency>
  794. <dependency>
  795. <groupId>com.itextpdf</groupId>
  796. <artifactId>itextpdf</artifactId>
  797. <version>${urp.itextpdf.version}</version>
  798. </dependency>
  799. <dependency>
  800. <groupId>org.apache.poi</groupId>
  801. <artifactId>poi-ooxml</artifactId>
  802. <version>${urp.poi.ooxml.version}</version>
  803. </dependency>
  804. <dependency>
  805. <groupId>org.apache.poi</groupId>
  806. <artifactId>poi-scratchpad</artifactId>
  807. <version>${urp.poi.scratchpad.version}</version>
  808. </dependency>
  809. <dependency>
  810. <groupId>org.apache.poi</groupId>
  811. <artifactId>ooxml-schemas</artifactId>
  812. <version>${urp.ooxml.schemas.version}</version>
  813. </dependency>
  814. <dependency>
  815. <groupId>com.google.zxing</groupId>
  816. <artifactId>core</artifactId>
  817. <version>${urp.zxing.core.version}</version>
  818. </dependency>
  819. <dependency>
  820. <groupId>org.apache.velocity</groupId>
  821. <artifactId>velocity</artifactId>
  822. <version>${urp.velocity.version}</version>
  823. </dependency>
  824. <dependency>
  825. <groupId>org.apache.commons</groupId>
  826. <artifactId>commons-lang3</artifactId>
  827. <version>${urp.commons.lang.version}</version>
  828. </dependency>
  829. <dependency>
  830. <groupId>commons-io</groupId>
  831. <artifactId>commons-io</artifactId>
  832. <version>${urp.commons.io.version}</version>
  833. </dependency>
  834. <dependency>
  835. <groupId>commons-fileupload</groupId>
  836. <artifactId>commons-fileupload</artifactId>
  837. <version>${urp.commons.fileupload.version}</version>
  838. </dependency>
  839. <dependency>
  840. <groupId>commons-beanutils</groupId>
  841. <artifactId>commons-beanutils-core</artifactId>
  842. <version>${urp.commons.beanutils.core.version}</version>
  843. </dependency>
  844. <dependency>
  845. <groupId>dom4j</groupId>
  846. <artifactId>dom4j</artifactId>
  847. <version>${urp.dom4j.version}</version>
  848. </dependency>
  849. <!-- mysql -->
  850. <!--<dependency>
  851. <groupId>mysql</groupId>
  852. <artifactId>mysql-connector-java</artifactId>
  853. <version>${mysql.connector.java.version}</version>
  854. </dependency>-->
  855. <!-- postgresql -->
  856. <!--<dependency>
  857. <groupId>org.postgresql</groupId>
  858. <artifactId>postgresql</artifactId>
  859. <version>${postgres.connector.java.version}</version>
  860. </dependency>-->
  861. <!-- 达梦数据库 -->
  862. <dependency>
  863. <groupId>com.dameng</groupId>
  864. <artifactId>DmJdbcDriver18</artifactId>
  865. <version>${dm.connector.java.version}</version>
  866. </dependency>
  867. <dependency>
  868. <groupId>com.dameng</groupId>
  869. <artifactId>DmDialect-for-hibernate5.3</artifactId>
  870. <version>${dm.connector.java.version}</version>
  871. </dependency>
  872. <dependency>
  873. <!--注意:只有这个版本的hibernate兼容达梦数据库 -->
  874. <groupId>org.hibernate</groupId>
  875. <artifactId>hibernate-core</artifactId>
  876. <version>5.3.18.Final</version>
  877. </dependency>
  878. <!-- 人大金仓数据库 -->
  879. <!--<dependency>
  880. <groupId>cn.com.kingbase</groupId>
  881. <artifactId>kingbase8</artifactId>
  882. <version>${kingbase.connector.java.version}</version>
  883. </dependency>-->
  884. <!-- oracle -->
  885. <!--<dependency>
  886. <groupId>com.oracle.database.jdbc</groupId>
  887. <artifactId>ojdbc8</artifactId>
  888. <version>${oracle.connector.java.version}</version>
  889. </dependency>
  890. <dependency>
  891. <groupId>com.oracle.database.nls</groupId>
  892. <artifactId>orai18n</artifactId>
  893. <version>${oracle.nls.orai18n.version}</version>
  894. </dependency>-->
  895. <!-- mssql -->
  896. <!--<dependency>
  897. <groupId>com.microsoft.sqlserver</groupId>
  898. <artifactId>mssql-jdbc</artifactId>
  899. <version>${mssql.connector.java.version}</version>
  900. </dependency>-->
  901. <!-- Sa-Token 权限认证(Reactor响应式集成), 在线文档:https://sa-token.cc -->
  902. <dependency>
  903. <groupId>cn.dev33</groupId>
  904. <artifactId>sa-token-reactor-spring-boot-starter</artifactId>
  905. <version>${sa.token.version}</version>
  906. </dependency>
  907. </dependencies>
  908. </dependencyManagement>
  909. <build>
  910. <plugins>
  911. <plugin>
  912. <groupId>org.apache.maven.plugins</groupId>
  913. <artifactId>maven-compiler-plugin</artifactId>
  914. <version>${maven.compiler.plugin.version}</version>
  915. <configuration>
  916. <source>${java.version}</source>
  917. <target>${java.version}</target>
  918. </configuration>
  919. </plugin>
  920. <plugin>
  921. <groupId>org.apache.maven.plugins</groupId>
  922. <artifactId>maven-source-plugin</artifactId>
  923. <version>${maven.source.plugin}</version>
  924. <configuration>
  925. <attach>true</attach>
  926. </configuration>
  927. <executions>
  928. <execution>
  929. <phase>compile</phase>
  930. <goals>
  931. <goal>jar</goal>
  932. </goals>
  933. </execution>
  934. </executions>
  935. </plugin>
  936. </plugins>
  937. <resources>
  938. <resource>
  939. <directory>src/main/resources</directory>
  940. <excludes>
  941. <exclude>_sql/*</exclude>
  942. <exclude>*.md</exclude>
  943. </excludes>
  944. </resource>
  945. <resource>
  946. <directory>src/main/java</directory>
  947. <includes>
  948. <include>**/*.xml</include>
  949. <include>**/*.ttf</include>
  950. <include>**/*.ttc</include>
  951. <include>**/*.TTF</include>
  952. <include>**/*.TTC</include>
  953. </includes>
  954. </resource>
  955. </resources>
  956. </build>
  957. <profiles>
  958. <profile>
  959. <id>dev</id>
  960. <properties>
  961. <spring.active>dev</spring.active>
  962. </properties>
  963. <activation>
  964. <activeByDefault>true</activeByDefault>
  965. </activation>
  966. </profile>
  967. <profile>
  968. <id>test</id>
  969. <properties>
  970. <spring.active>test</spring.active>
  971. </properties>
  972. </profile>
  973. <profile>
  974. <id>prod</id>
  975. <properties>
  976. <spring.active>prod</spring.active>
  977. </properties>
  978. </profile>
  979. </profiles>
  980. </project>