pom.xml 43 KB

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