pom.xml 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  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-urp-api -->
  308. <dependency>
  309. <groupId>vip.xiaonuo</groupId>
  310. <artifactId>snowy-plugin-urp-api</artifactId>
  311. <version>${snowy.version}</version>
  312. </dependency>
  313. <!-- snowy-plugin-urp-func -->
  314. <dependency>
  315. <groupId>vip.xiaonuo</groupId>
  316. <artifactId>snowy-plugin-urp-func</artifactId>
  317. <version>${snowy.version}</version>
  318. </dependency>
  319. <!-- snowy-cloud-inner-end -->
  320. <!-- ===================== snowy-cloud-base ========================= -->
  321. <!-- SpringCloud -->
  322. <dependency>
  323. <groupId>org.springframework.cloud</groupId>
  324. <artifactId>spring-cloud-dependencies</artifactId>
  325. <version>${spring.cloud-version}</version>
  326. <type>pom</type>
  327. <scope>import</scope>
  328. </dependency>
  329. <!-- SpringCloud Alibaba -->
  330. <dependency>
  331. <groupId>com.alibaba.cloud</groupId>
  332. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  333. <version>${spring.cloud.alibaba-version}</version>
  334. <type>pom</type>
  335. <scope>import</scope>
  336. </dependency>
  337. <!-- SpringCloud BootStrap -->
  338. <dependency>
  339. <groupId>org.springframework.cloud</groupId>
  340. <artifactId>spring-cloud-starter-bootstrap</artifactId>
  341. <version>${spring.cloud.bootstrap-version}</version>
  342. </dependency>
  343. <!-- SpringBoot Actuator -->
  344. <dependency>
  345. <groupId>de.codecentric</groupId>
  346. <artifactId>spring-boot-admin-starter-server</artifactId>
  347. <version>${spring.boot.admin-version}</version>
  348. </dependency>
  349. <dependency>
  350. <groupId>de.codecentric</groupId>
  351. <artifactId>spring-boot-admin-server-ui</artifactId>
  352. <version>${spring.boot.admin-version}</version>
  353. </dependency>
  354. <dependency>
  355. <groupId>de.codecentric</groupId>
  356. <artifactId>spring-boot-admin-starter-client</artifactId>
  357. <version>${spring.boot.admin-version}</version>
  358. </dependency>
  359. <dependency>
  360. <groupId>com.github.xiaoymin</groupId>
  361. <artifactId>knife4j-aggregation-spring-boot-starter</artifactId>
  362. <version>${knife4j.version}</version>
  363. </dependency>
  364. <!-- lombok -->
  365. <dependency>
  366. <groupId>org.projectlombok</groupId>
  367. <artifactId>lombok</artifactId>
  368. <version>${lombok.versin}</version>
  369. </dependency>
  370. <!-- druid -->
  371. <dependency>
  372. <groupId>com.alibaba</groupId>
  373. <artifactId>druid-spring-boot-starter</artifactId>
  374. <version>${druid.version}</version>
  375. </dependency>
  376. <!-- mybatis -->
  377. <dependency>
  378. <groupId>org.mybatis</groupId>
  379. <artifactId>mybatis</artifactId>
  380. <version>${mybatis.version}</version>
  381. </dependency>
  382. <!-- mybatis-plus-core -->
  383. <dependency>
  384. <groupId>com.baomidou</groupId>
  385. <artifactId>mybatis-plus-core</artifactId>
  386. <version>${mybatis.plus.version}</version>
  387. </dependency>
  388. <!-- mybatis-plus -->
  389. <dependency>
  390. <groupId>com.baomidou</groupId>
  391. <artifactId>mybatis-plus-boot-starter</artifactId>
  392. <version>${mybatis.plus.version}</version>
  393. </dependency>
  394. <!-- easy-trans -->
  395. <dependency>
  396. <groupId>com.fhs-opensource</groupId>
  397. <artifactId>easy-trans-spring-boot-starter</artifactId>
  398. <version>${easy.trans.version}</version>
  399. </dependency>
  400. <!-- easy-trans-mybatis-plus-extend -->
  401. <dependency>
  402. <groupId>com.fhs-opensource</groupId>
  403. <artifactId>easy-trans-mybatis-plus-extend</artifactId>
  404. <version>${easy.trans.version}</version>
  405. </dependency>
  406. <!-- redis -->
  407. <dependency>
  408. <groupId>org.apache.commons</groupId>
  409. <artifactId>commons-pool2</artifactId>
  410. <version>${commons.pool2.version}</version>
  411. </dependency>
  412. <!-- okhttp -->
  413. <dependency>
  414. <groupId>com.squareup.okhttp3</groupId>
  415. <artifactId>okhttp</artifactId>
  416. <version>${okhttp3.version}</version>
  417. </dependency>
  418. <!-- okio -->
  419. <dependency>
  420. <groupId>com.squareup.okio</groupId>
  421. <artifactId>okio</artifactId>
  422. <version>${okio.version}</version>
  423. </dependency>
  424. <!-- hutool -->
  425. <dependency>
  426. <groupId>cn.hutool</groupId>
  427. <artifactId>hutool-all</artifactId>
  428. <version>${hutool.version}</version>
  429. </dependency>
  430. <!-- 支付宝支付 -->
  431. <dependency>
  432. <groupId>com.github.javen205</groupId>
  433. <artifactId>IJPay-AliPay</artifactId>
  434. <version>${ijpay.version}</version>
  435. </dependency>
  436. <!-- 微信支付 -->
  437. <dependency>
  438. <groupId>com.github.binarywang</groupId>
  439. <artifactId>weixin-java-pay</artifactId>
  440. <version>${wx.pay.version}</version>
  441. </dependency>
  442. <!-- pinyin4j -->
  443. <dependency>
  444. <groupId>com.belerweb</groupId>
  445. <artifactId>pinyin4j</artifactId>
  446. <version>${pinyin.version}</version>
  447. </dependency>
  448. <!-- ip2region -->
  449. <dependency>
  450. <groupId>org.lionsoul</groupId>
  451. <artifactId>ip2region</artifactId>
  452. <version>${ip2region.version}</version>
  453. </dependency>
  454. <!-- knife4j -->
  455. <dependency>
  456. <groupId>com.github.xiaoymin</groupId>
  457. <artifactId>knife4j-spring-boot-starter</artifactId>
  458. <version>${knife4j.version}</version>
  459. </dependency>
  460. <!-- easy-poi -->
  461. <dependency>
  462. <groupId>cn.afterturn</groupId>
  463. <artifactId>easypoi-spring-boot-starter</artifactId>
  464. <version>${easypoi.version}</version>
  465. </dependency>
  466. <!-- sm-crypto -->
  467. <dependency>
  468. <groupId>com.antherd</groupId>
  469. <artifactId>sm-crypto</artifactId>
  470. <version>${smcrypto.version}</version>
  471. </dependency>
  472. <!-- easyexcel -->
  473. <dependency>
  474. <groupId>com.alibaba</groupId>
  475. <artifactId>easyexcel</artifactId>
  476. <version>${easyexcel.version}</version>
  477. </dependency>
  478. <!-- sa-token-core -->
  479. <dependency>
  480. <groupId>cn.dev33</groupId>
  481. <artifactId>sa-token-core</artifactId>
  482. <version>${sa.token.version}</version>
  483. </dependency>
  484. <!-- sa-token -->
  485. <dependency>
  486. <groupId>cn.dev33</groupId>
  487. <artifactId>sa-token-spring-boot-starter</artifactId>
  488. <version>${sa.token.version}</version>
  489. </dependency>
  490. <!-- sa-token 整合 redis (使用jackson序列化方式) -->
  491. <dependency>
  492. <groupId>cn.dev33</groupId>
  493. <artifactId>sa-token-dao-redis-jackson</artifactId>
  494. <version>${sa.token.version}</version>
  495. </dependency>
  496. <!-- Sa-Token插件:权限缓存与业务缓存分离 -->
  497. <dependency>
  498. <groupId>cn.dev33</groupId>
  499. <artifactId>sa-token-alone-redis</artifactId>
  500. <version>${sa.token.version}</version>
  501. </dependency>
  502. <!-- Sa-Token 插件:整合SSO -->
  503. <dependency>
  504. <groupId>cn.dev33</groupId>
  505. <artifactId>sa-token-sso</artifactId>
  506. <version>${sa.token.version}</version>
  507. </dependency>
  508. <!-- JustAuth 第三方登录 -->
  509. <dependency>
  510. <groupId>me.zhyd.oauth</groupId>
  511. <artifactId>JustAuth</artifactId>
  512. <version>${just.auth.version}</version>
  513. </dependency>
  514. <!-- beetl模板引擎 -->
  515. <dependency>
  516. <groupId>com.ibeetl</groupId>
  517. <artifactId>beetl-framework-starter</artifactId>
  518. <version>${beetl.version}</version>
  519. </dependency>
  520. <!--腾讯云上传文件客户端-->
  521. <dependency>
  522. <groupId>com.qcloud</groupId>
  523. <artifactId>cos_api</artifactId>
  524. <version>${ten.cos.version}</version>
  525. </dependency>
  526. <!--阿里云上传文件客户端-->
  527. <dependency>
  528. <groupId>com.aliyun.oss</groupId>
  529. <artifactId>aliyun-sdk-oss</artifactId>
  530. <version>${ali.oss.version}</version>
  531. </dependency>
  532. <!--minio上传文件客户端-->
  533. <dependency>
  534. <groupId>io.minio</groupId>
  535. <artifactId>minio</artifactId>
  536. <version>${minio.version}</version>
  537. </dependency>
  538. <!--java邮件发送-->
  539. <dependency>
  540. <groupId>com.sun.mail</groupId>
  541. <artifactId>javax.mail</artifactId>
  542. <version>${javax.mail.version}</version>
  543. </dependency>
  544. <!--阿里云邮件发送-->
  545. <dependency>
  546. <groupId>com.aliyun</groupId>
  547. <artifactId>aliyun-java-sdk-dm</artifactId>
  548. <version>${aliyun.sdk.dm.version}</version>
  549. </dependency>
  550. <!-- 腾讯云邮件发送 -->
  551. <dependency>
  552. <groupId>com.tencentcloudapi</groupId>
  553. <artifactId>tencentcloud-sdk-java-ses</artifactId>
  554. <version>${ten.sdk.ses.version}</version>
  555. </dependency>
  556. <!--阿里云短信发送-->
  557. <dependency>
  558. <groupId>com.aliyun</groupId>
  559. <artifactId>dysmsapi20170525</artifactId>
  560. <version>${aliyun.sdk.dysmsapi.version}</version>
  561. </dependency>
  562. <!--腾讯云短信发送-->
  563. <dependency>
  564. <groupId>com.tencentcloudapi</groupId>
  565. <artifactId>tencentcloud-sdk-java-sms</artifactId>
  566. <version>${ten.sdk.sms.version}</version>
  567. </dependency>
  568. <!--系统硬件信息-->
  569. <dependency>
  570. <groupId>com.github.oshi</groupId>
  571. <artifactId>oshi-core</artifactId>
  572. <version>${oshi.core.version}</version>
  573. </dependency>
  574. <!-- junit -->
  575. <dependency>
  576. <groupId>junit</groupId>
  577. <artifactId>junit</artifactId>
  578. <version>${junit.version}</version>
  579. <scope>test</scope>
  580. </dependency>
  581. <!-- logback-classic -->
  582. <dependency>
  583. <groupId>ch.qos.logback</groupId>
  584. <artifactId>logback-classic</artifactId>
  585. <version>${logback.classic.version}</version>
  586. </dependency>
  587. <!-- gson -->
  588. <dependency>
  589. <groupId>com.google.code.gson</groupId>
  590. <artifactId>gson</artifactId>
  591. <version>${gson.version}</version>
  592. </dependency>
  593. <!-- guava -->
  594. <dependency>
  595. <groupId>com.google.guava</groupId>
  596. <artifactId>guava</artifactId>
  597. <version>${guava.version}</version>
  598. </dependency>
  599. <!-- netty-common -->
  600. <dependency>
  601. <groupId>io.netty</groupId>
  602. <artifactId>netty-common</artifactId>
  603. <version>${netty.common.version}</version>
  604. </dependency>
  605. <!-- netty-common -->
  606. <dependency>
  607. <groupId>io.netty</groupId>
  608. <artifactId>netty-handler</artifactId>
  609. <version>${netty.handler.version}</version>
  610. </dependency>
  611. <!-- jettison -->
  612. <dependency>
  613. <groupId>org.codehaus.jettison</groupId>
  614. <artifactId>jettison</artifactId>
  615. <version>${jettison.version}</version>
  616. </dependency>
  617. <!-- json-flattener -->
  618. <dependency>
  619. <groupId>com.github.wnameless.json</groupId>
  620. <artifactId>json-flattener</artifactId>
  621. <version>${json.flattener.version}</version>
  622. </dependency>
  623. <!-- snakeyaml -->
  624. <dependency>
  625. <groupId>org.yaml</groupId>
  626. <artifactId>snakeyaml</artifactId>
  627. <version>${snakeyaml.version}</version>
  628. </dependency>
  629. <!-- spring-context -->
  630. <dependency>
  631. <groupId>org.springframework</groupId>
  632. <artifactId>spring-context</artifactId>
  633. <version>${spring.context.version}</version>
  634. </dependency>
  635. <!-- spring-security-crypto -->
  636. <dependency>
  637. <groupId>org.springframework.security</groupId>
  638. <artifactId>spring-security-crypto</artifactId>
  639. <version>${spring.security.crypto.version}</version>
  640. </dependency>
  641. <!-- springfox-swagger2 -->
  642. <dependency>
  643. <groupId>io.springfox</groupId>
  644. <artifactId>springfox-swagger2</artifactId>
  645. <version>${springfox.swagger2.version}</version>
  646. </dependency>
  647. <!-- tomcat-embed-core -->
  648. <dependency>
  649. <groupId>org.apache.tomcat.embed</groupId>
  650. <artifactId>tomcat-embed-core</artifactId>
  651. <version>${tomcat.embed.core.version}</version>
  652. </dependency>
  653. <!-- fastjson -->
  654. <dependency>
  655. <groupId>com.alibaba</groupId>
  656. <artifactId>fastjson</artifactId>
  657. <version>${fastjson.version}</version>
  658. </dependency>
  659. <!-- jackson-annotations -->
  660. <dependency>
  661. <groupId>com.fasterxml.jackson.core</groupId>
  662. <artifactId>jackson-annotations</artifactId>
  663. <version>${jackson.annotations.version}</version>
  664. </dependency>
  665. <!-- jackson-core -->
  666. <dependency>
  667. <groupId>com.fasterxml.jackson.core</groupId>
  668. <artifactId>jackson-core</artifactId>
  669. <version>${jackson.core.version}</version>
  670. </dependency>
  671. <!-- jackson-databind -->
  672. <dependency>
  673. <groupId>com.fasterxml.jackson.core</groupId>
  674. <artifactId>jackson-databind</artifactId>
  675. <version>${jackson.databind.version}</version>
  676. </dependency>
  677. <!-- jackson-datatype -->
  678. <dependency>
  679. <groupId>com.fasterxml.jackson.datatype</groupId>
  680. <artifactId>jackson-datatype-jdk8</artifactId>
  681. <version>${jackson.datatype.jdk8.version}</version>
  682. </dependency>
  683. <!-- jackson-jsr310 -->
  684. <dependency>
  685. <groupId>com.fasterxml.jackson.datatype</groupId>
  686. <artifactId>jackson-datatype-jsr310</artifactId>
  687. <version>${jackson.datatype.jsr310.version}</version>
  688. </dependency>
  689. <!-- jackson-module-parameter-names -->
  690. <dependency>
  691. <groupId>com.fasterxml.jackson.module</groupId>
  692. <artifactId>jackson-module-parameter-names</artifactId>
  693. <version>${jackson.module.parameter.names.version}</version>
  694. </dependency>
  695. <!-- commons-beanutils -->
  696. <dependency>
  697. <groupId>commons-beanutils</groupId>
  698. <artifactId>commons-beanutils</artifactId>
  699. <version>${commons.beanutils.version}</version>
  700. </dependency>
  701. <!-- commons-compress -->
  702. <dependency>
  703. <groupId>org.apache.commons</groupId>
  704. <artifactId>commons-compress</artifactId>
  705. <version>${commons.compress.version}</version>
  706. </dependency>
  707. <!-- protobuf-java -->
  708. <dependency>
  709. <groupId>com.google.protobuf</groupId>
  710. <artifactId>protobuf-java</artifactId>
  711. <version>${protobuf.java.version}</version>
  712. </dependency>
  713. <!-- checker-qual -->
  714. <dependency>
  715. <groupId>org.checkerframework</groupId>
  716. <artifactId>checker-qual</artifactId>
  717. <version>${checker.qual.version}</version>
  718. </dependency>
  719. <!-- bcprov-jdk15on -->
  720. <dependency>
  721. <groupId>org.bouncycastle</groupId>
  722. <artifactId>bcprov-jdk15on</artifactId>
  723. <version>${bcprov.jdk15on.version}</version>
  724. </dependency>
  725. <!-- dynamic-datasource -->
  726. <dependency>
  727. <groupId>com.baomidou</groupId>
  728. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  729. <version>${dynamic.datasource.version}</version>
  730. </dependency>
  731. <!-- camunda工作流引擎 -->
  732. <dependency>
  733. <groupId>org.camunda.bpm.springboot</groupId>
  734. <artifactId>camunda-bpm-spring-boot-starter</artifactId>
  735. <version>${camunda.version}</version>
  736. </dependency>
  737. <!-- ureport2所需要的依赖 -->
  738. <dependency>
  739. <groupId>org.codehaus.jackson</groupId>
  740. <artifactId>jackson-mapper-asl</artifactId>
  741. <version>${urp.jackson.mapper.asl.version}</version>
  742. </dependency>
  743. <dependency>
  744. <groupId>org.antlr</groupId>
  745. <artifactId>antlr4-runtime</artifactId>
  746. <version>${urp.antlr4.runtime.version}</version>
  747. </dependency>
  748. <dependency>
  749. <groupId>com.itextpdf</groupId>
  750. <artifactId>itextpdf</artifactId>
  751. <version>${urp.itextpdf.version}</version>
  752. </dependency>
  753. <dependency>
  754. <groupId>org.apache.poi</groupId>
  755. <artifactId>poi-ooxml</artifactId>
  756. <version>${urp.poi.ooxml.version}</version>
  757. </dependency>
  758. <dependency>
  759. <groupId>org.apache.poi</groupId>
  760. <artifactId>poi-scratchpad</artifactId>
  761. <version>${urp.poi.scratchpad.version}</version>
  762. </dependency>
  763. <dependency>
  764. <groupId>org.apache.poi</groupId>
  765. <artifactId>ooxml-schemas</artifactId>
  766. <version>${urp.ooxml.schemas.version}</version>
  767. </dependency>
  768. <dependency>
  769. <groupId>com.google.zxing</groupId>
  770. <artifactId>core</artifactId>
  771. <version>${urp.zxing.core.version}</version>
  772. </dependency>
  773. <dependency>
  774. <groupId>org.apache.velocity</groupId>
  775. <artifactId>velocity</artifactId>
  776. <version>${urp.velocity.version}</version>
  777. </dependency>
  778. <dependency>
  779. <groupId>org.apache.commons</groupId>
  780. <artifactId>commons-lang3</artifactId>
  781. <version>${urp.commons.lang.version}</version>
  782. </dependency>
  783. <dependency>
  784. <groupId>commons-io</groupId>
  785. <artifactId>commons-io</artifactId>
  786. <version>${urp.commons.io.version}</version>
  787. </dependency>
  788. <dependency>
  789. <groupId>commons-fileupload</groupId>
  790. <artifactId>commons-fileupload</artifactId>
  791. <version>${urp.commons.fileupload.version}</version>
  792. </dependency>
  793. <dependency>
  794. <groupId>commons-beanutils</groupId>
  795. <artifactId>commons-beanutils-core</artifactId>
  796. <version>${urp.commons.beanutils.core.version}</version>
  797. </dependency>
  798. <dependency>
  799. <groupId>dom4j</groupId>
  800. <artifactId>dom4j</artifactId>
  801. <version>${urp.dom4j.version}</version>
  802. </dependency>
  803. <!-- mysql -->
  804. <!--<dependency>
  805. <groupId>mysql</groupId>
  806. <artifactId>mysql-connector-java</artifactId>
  807. <version>${mysql.connector.java.version}</version>
  808. </dependency>-->
  809. <!-- postgresql -->
  810. <!--<dependency>
  811. <groupId>org.postgresql</groupId>
  812. <artifactId>postgresql</artifactId>
  813. <version>${postgres.connector.java.version}</version>
  814. </dependency>-->
  815. <!-- 达梦数据库 -->
  816. <dependency>
  817. <groupId>com.dameng</groupId>
  818. <artifactId>DmJdbcDriver18</artifactId>
  819. <version>${dm.connector.java.version}</version>
  820. </dependency>
  821. <dependency>
  822. <groupId>com.dameng</groupId>
  823. <artifactId>DmDialect-for-hibernate5.3</artifactId>
  824. <version>${dm.connector.java.version}</version>
  825. </dependency>
  826. <dependency>
  827. <!--注意:只有这个版本的hibernate兼容达梦数据库 -->
  828. <groupId>org.hibernate</groupId>
  829. <artifactId>hibernate-core</artifactId>
  830. <version>5.3.18.Final</version>
  831. </dependency>
  832. <!-- 人大金仓数据库 -->
  833. <!--<dependency>
  834. <groupId>cn.com.kingbase</groupId>
  835. <artifactId>kingbase8</artifactId>
  836. <version>${kingbase.connector.java.version}</version>
  837. </dependency>-->
  838. <!-- oracle -->
  839. <!--<dependency>
  840. <groupId>com.oracle.database.jdbc</groupId>
  841. <artifactId>ojdbc8</artifactId>
  842. <version>${oracle.connector.java.version}</version>
  843. </dependency>
  844. <dependency>
  845. <groupId>com.oracle.database.nls</groupId>
  846. <artifactId>orai18n</artifactId>
  847. <version>${oracle.nls.orai18n.version}</version>
  848. </dependency>-->
  849. <!-- mssql -->
  850. <!--<dependency>
  851. <groupId>com.microsoft.sqlserver</groupId>
  852. <artifactId>mssql-jdbc</artifactId>
  853. <version>${mssql.connector.java.version}</version>
  854. </dependency>-->
  855. <!-- Sa-Token 权限认证(Reactor响应式集成), 在线文档:https://sa-token.cc -->
  856. <dependency>
  857. <groupId>cn.dev33</groupId>
  858. <artifactId>sa-token-reactor-spring-boot-starter</artifactId>
  859. <version>${sa.token.version}</version>
  860. </dependency>
  861. </dependencies>
  862. </dependencyManagement>
  863. <build>
  864. <plugins>
  865. <plugin>
  866. <groupId>org.apache.maven.plugins</groupId>
  867. <artifactId>maven-compiler-plugin</artifactId>
  868. <version>${maven.compiler.plugin.version}</version>
  869. <configuration>
  870. <source>${java.version}</source>
  871. <target>${java.version}</target>
  872. </configuration>
  873. </plugin>
  874. <plugin>
  875. <groupId>org.apache.maven.plugins</groupId>
  876. <artifactId>maven-source-plugin</artifactId>
  877. <version>${maven.source.plugin}</version>
  878. <configuration>
  879. <attach>true</attach>
  880. </configuration>
  881. <executions>
  882. <execution>
  883. <phase>compile</phase>
  884. <goals>
  885. <goal>jar</goal>
  886. </goals>
  887. </execution>
  888. </executions>
  889. </plugin>
  890. </plugins>
  891. <resources>
  892. <resource>
  893. <directory>src/main/resources</directory>
  894. <excludes>
  895. <exclude>_sql/*</exclude>
  896. <exclude>*.md</exclude>
  897. </excludes>
  898. </resource>
  899. <resource>
  900. <directory>src/main/java</directory>
  901. <includes>
  902. <include>**/*.xml</include>
  903. <include>**/*.ttf</include>
  904. <include>**/*.ttc</include>
  905. <include>**/*.TTF</include>
  906. <include>**/*.TTC</include>
  907. </includes>
  908. </resource>
  909. </resources>
  910. </build>
  911. <profiles>
  912. <profile>
  913. <id>dev</id>
  914. <properties>
  915. <spring.active>dev</spring.active>
  916. </properties>
  917. <activation>
  918. <activeByDefault>true</activeByDefault>
  919. </activation>
  920. </profile>
  921. <profile>
  922. <id>test</id>
  923. <properties>
  924. <spring.active>test</spring.active>
  925. </properties>
  926. </profile>
  927. <profile>
  928. <id>prod</id>
  929. <properties>
  930. <spring.active>prod</spring.active>
  931. </properties>
  932. </profile>
  933. </profiles>
  934. </project>