pom.xml 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.citu</groupId>
  7. <artifactId>citu-dependencies</artifactId>
  8. <version>${revision}</version>
  9. <packaging>pom</packaging>
  10. <name>${project.artifactId}</name>
  11. <description>基础 bom 文件,管理整个项目的依赖版本</description>
  12. <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
  13. <properties>
  14. <revision>2.1.0-snapshot</revision>
  15. <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
  16. <!-- 统一依赖管理 -->
  17. <spring.boot.version>2.7.18</spring.boot.version>
  18. <spring.cloud.version>2021.0.5</spring.cloud.version>
  19. <spring.cloud.alibaba.version>2021.0.4.0</spring.cloud.alibaba.version>
  20. <!-- Web 相关 -->
  21. <servlet.versoin>2.5</servlet.versoin>
  22. <springdoc.version>1.6.15</springdoc.version>
  23. <knife4j.version>4.3.0</knife4j.version>
  24. <!-- DB 相关 -->
  25. <druid.version>1.2.21</druid.version>
  26. <mybatis-plus.version>3.5.5</mybatis-plus.version>
  27. <mybatis-plus-generator.version>3.5.5</mybatis-plus-generator.version>
  28. <dynamic-datasource.version>4.3.0</dynamic-datasource.version>
  29. <mybatis-plus-join.version>1.4.10</mybatis-plus-join.version>
  30. <easy-trans.version>2.2.11</easy-trans.version>
  31. <redisson.version>3.18.0</redisson.version> <!-- Spring Boot 2.X 最多使用 3.18.0 版本,否则会报 Tuple NoClassDefFoundError -->
  32. <dm8.jdbc.version>8.1.3.62</dm8.jdbc.version>
  33. <!-- 消息队列 -->
  34. <rocketmq-spring.version>2.2.3</rocketmq-spring.version>
  35. <!-- RPC 相关 -->
  36. <!-- Config 配置中心相关 -->
  37. <apollo.version>1.9.2</apollo.version>
  38. <!-- Job 定时任务相关 -->
  39. <xxl-job.version>2.3.1</xxl-job.version>
  40. <!-- 服务保障相关 -->
  41. <lock4j.version>2.2.7</lock4j.version>
  42. <!-- 监控相关 -->
  43. <skywalking.version>8.12.0</skywalking.version>
  44. <spring-boot-admin.version>2.7.15</spring-boot-admin.version>
  45. <opentracing.version>0.33.0</opentracing.version>
  46. <!-- Test 测试相关 -->
  47. <podam.version>7.2.11.RELEASE</podam.version> <!-- Spring Boot 2.X 最多使用 7.2.11 版本 -->
  48. <jedis-mock.version>1.0.13</jedis-mock.version>
  49. <mockito-inline.version>4.11.0</mockito-inline.version>
  50. <!-- Bpm 工作流相关 -->
  51. <flowable.version>6.8.0</flowable.version>
  52. <!-- 工具类相关 -->
  53. <captcha-plus.version>1.0.8</captcha-plus.version>
  54. <jsoup.version>1.17.2</jsoup.version>
  55. <lombok.version>1.18.30</lombok.version>
  56. <mapstruct.version>1.5.5.Final</mapstruct.version>
  57. <hutool.version>5.8.25</hutool.version>
  58. <easyexcel.verion>3.3.3</easyexcel.verion>
  59. <velocity.version>2.3</velocity.version>
  60. <screw.version>1.0.5</screw.version>
  61. <fastjson.version>1.2.83</fastjson.version>
  62. <guava.version>33.0.0-jre</guava.version>
  63. <guice.version>5.1.0</guice.version>
  64. <transmittable-thread-local.version>2.14.5</transmittable-thread-local.version>
  65. <commons-net.version>3.10.0</commons-net.version>
  66. <jsch.version>0.1.55</jsch.version>
  67. <tika-core.version>2.9.1</tika-core.version>
  68. <ip2region.version>2.7.0</ip2region.version>
  69. <bizlog-sdk.version>3.0.6</bizlog-sdk.version>
  70. <reflections.version>0.10.2</reflections.version>
  71. <!-- 三方云服务相关 -->
  72. <okio.version>3.5.0</okio.version>
  73. <okhttp3.version>4.11.0</okhttp3.version>
  74. <commons-io.version>2.15.1</commons-io.version>
  75. <minio.version>8.5.7</minio.version>
  76. <aliyun-java-sdk-core.version>4.6.4</aliyun-java-sdk-core.version>
  77. <aliyun-java-sdk-dysmsapi.version>2.2.1</aliyun-java-sdk-dysmsapi.version>
  78. <tencentcloud-sdk-java.version>3.1.880</tencentcloud-sdk-java.version>
  79. <justauth.version>1.0.8</justauth.version>
  80. <jimureport.version>1.6.6</jimureport.version>
  81. <xercesImpl.version>2.12.2</xercesImpl.version>
  82. <weixin-java.version>4.6.0</weixin-java.version>
  83. </properties>
  84. <dependencyManagement>
  85. <dependencies>
  86. <!-- 统一依赖管理 -->
  87. <dependency>
  88. <groupId>org.springframework.boot</groupId>
  89. <artifactId>spring-boot-dependencies</artifactId>
  90. <version>${spring.boot.version}</version>
  91. <type>pom</type>
  92. <scope>import</scope>
  93. </dependency>
  94. <dependency>
  95. <groupId>org.springframework.cloud</groupId>
  96. <artifactId>spring-cloud-dependencies</artifactId>
  97. <version>${spring.cloud.version}</version>
  98. <type>pom</type>
  99. <scope>import</scope>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.alibaba.cloud</groupId>
  103. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  104. <version>${spring.cloud.alibaba.version}</version>
  105. <type>pom</type>
  106. <scope>import</scope>
  107. </dependency>
  108. <!-- 业务组件 -->
  109. <dependency>
  110. <groupId>io.github.mouzt</groupId>
  111. <artifactId>bizlog-sdk</artifactId>
  112. <version>${bizlog-sdk.version}</version>
  113. <exclusions>
  114. <exclusion> <!-- 排除掉springboot依赖使用项目的 -->
  115. <groupId>org.springframework.boot</groupId>
  116. <artifactId>spring-boot-starter</artifactId>
  117. </exclusion>
  118. </exclusions>
  119. </dependency>
  120. <dependency>
  121. <groupId>com.citu</groupId>
  122. <artifactId>citu-spring-boot-starter-biz-tenant</artifactId>
  123. <version>${revision}</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>com.citu</groupId>
  127. <artifactId>citu-spring-boot-starter-biz-data-permission</artifactId>
  128. <version>${revision}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>com.citu</groupId>
  132. <artifactId>citu-spring-boot-starter-biz-ip</artifactId>
  133. <version>${revision}</version>
  134. </dependency>
  135. <!-- Spring 核心 -->
  136. <dependency>
  137. <!-- 用于生成自定义的 Spring @ConfigurationProperties 配置类的说明文件 -->
  138. <groupId>org.springframework.boot</groupId>
  139. <artifactId>spring-boot-configuration-processor</artifactId>
  140. <version>${spring.boot.version}</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>com.citu</groupId>
  144. <artifactId>citu-spring-boot-starter-env</artifactId>
  145. <version>${revision}</version>
  146. </dependency>
  147. <!-- Web 相关 -->
  148. <dependency>
  149. <groupId>com.citu</groupId>
  150. <artifactId>citu-spring-boot-starter-web</artifactId>
  151. <version>${revision}</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>com.citu</groupId>
  155. <artifactId>citu-spring-boot-starter-security</artifactId>
  156. <version>${revision}</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>com.citu</groupId>
  160. <artifactId>citu-spring-boot-starter-websocket</artifactId>
  161. <version>${revision}</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>org.springdoc</groupId> <!-- 接口文档 UI:默认 -->
  165. <artifactId>springdoc-openapi-ui</artifactId>
  166. <version>${springdoc.version}</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>com.github.xiaoymin</groupId> <!-- 接口文档 UI:knife4j -->
  170. <artifactId>knife4j-openapi3-spring-boot-starter</artifactId>
  171. <version>${knife4j.version}</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>com.github.xiaoymin</groupId> <!-- 接口文档 UI:knife4j【网关专属】 -->
  175. <artifactId>knife4j-gateway-spring-boot-starter</artifactId>
  176. <version>${knife4j.version}</version>
  177. </dependency>
  178. <!-- DB 相关 -->
  179. <dependency>
  180. <groupId>com.citu</groupId>
  181. <artifactId>citu-spring-boot-starter-mybatis</artifactId>
  182. <version>${revision}</version>
  183. </dependency>
  184. <dependency>
  185. <groupId>org.springdoc</groupId>
  186. <artifactId>springdoc-openapi-webflux-ui</artifactId>
  187. <version>${springdoc.version}</version>
  188. </dependency>
  189. <dependency>
  190. <groupId>com.alibaba</groupId>
  191. <artifactId>druid-spring-boot-starter</artifactId>
  192. <version>${druid.version}</version>
  193. </dependency>
  194. <dependency>
  195. <groupId>com.baomidou</groupId>
  196. <artifactId>mybatis-plus-boot-starter</artifactId>
  197. <version>${mybatis-plus.version}</version>
  198. </dependency>
  199. <dependency>
  200. <groupId>com.baomidou</groupId>
  201. <artifactId>mybatis-plus-generator</artifactId> <!-- 代码生成器,使用它解析表结构 -->
  202. <version>${mybatis-plus-generator.version}</version>
  203. </dependency>
  204. <dependency>
  205. <groupId>com.baomidou</groupId>
  206. <artifactId>dynamic-datasource-spring-boot-starter</artifactId> <!-- 多数据源 -->
  207. <version>${dynamic-datasource.version}</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>com.github.yulichang</groupId>
  211. <artifactId>mybatis-plus-join-boot-starter</artifactId> <!-- MyBatis 联表查询 -->
  212. <version>${mybatis-plus-join.version}</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>com.citu</groupId>
  216. <artifactId>citu-spring-boot-starter-redis</artifactId>
  217. <version>${revision}</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>com.fhs-opensource</groupId> <!-- VO 数据翻译 -->
  221. <artifactId>easy-trans-spring-boot-starter</artifactId>
  222. <version>${easy-trans.version}</version>
  223. <exclusions>
  224. <exclusion>
  225. <groupId>org.springframework</groupId>
  226. <artifactId>spring-context</artifactId>
  227. </exclusion>
  228. <exclusion>
  229. <groupId>org.springframework.cloud</groupId>
  230. <artifactId>spring-cloud-commons</artifactId>
  231. </exclusion>
  232. </exclusions>
  233. </dependency>
  234. <dependency>
  235. <groupId>com.fhs-opensource</groupId>
  236. <artifactId>easy-trans-mybatis-plus-extend</artifactId>
  237. <version>${easy-trans.version}</version>
  238. </dependency>
  239. <dependency>
  240. <groupId>com.fhs-opensource</groupId>
  241. <artifactId>easy-trans-anno</artifactId>
  242. <version>${easy-trans.version}</version>
  243. </dependency>
  244. <dependency>
  245. <groupId>org.redisson</groupId>
  246. <artifactId>redisson-spring-boot-starter</artifactId>
  247. <version>${redisson.version}</version>
  248. </dependency>
  249. <dependency>
  250. <groupId>com.dameng</groupId>
  251. <artifactId>DmJdbcDriver18</artifactId>
  252. <version>${dm8.jdbc.version}</version>
  253. </dependency>
  254. <!-- RPC 远程调用相关 -->
  255. <dependency>
  256. <groupId>com.citu</groupId>
  257. <artifactId>citu-spring-boot-starter-rpc</artifactId>
  258. <version>${revision}</version>
  259. </dependency>
  260. <!-- Registry 注册中心相关 -->
  261. <!-- Config 配置中心相关 -->
  262. <!-- Job 定时任务相关 -->
  263. <dependency>
  264. <groupId>com.xuxueli</groupId>
  265. <artifactId>xxl-job-core</artifactId>
  266. <version>${xxl-job.version}</version>
  267. </dependency>
  268. <dependency>
  269. <groupId>com.citu</groupId>
  270. <artifactId>citu-spring-boot-starter-job</artifactId>
  271. <version>${revision}</version>
  272. </dependency>
  273. <!-- 消息队列相关 -->
  274. <dependency>
  275. <groupId>com.citu</groupId>
  276. <artifactId>citu-spring-boot-starter-mq</artifactId>
  277. <version>${revision}</version>
  278. </dependency>
  279. <dependency>
  280. <groupId>org.apache.rocketmq</groupId>
  281. <artifactId>rocketmq-spring-boot-starter</artifactId>
  282. <version>${rocketmq-spring.version}</version>
  283. </dependency>
  284. <!-- 服务保障相关 -->
  285. <dependency>
  286. <groupId>com.citu</groupId>
  287. <artifactId>citu-spring-boot-starter-protection</artifactId>
  288. <version>${revision}</version>
  289. </dependency>
  290. <dependency>
  291. <groupId>com.baomidou</groupId>
  292. <artifactId>lock4j-redisson-spring-boot-starter</artifactId>
  293. <version>${lock4j.version}</version>
  294. <exclusions>
  295. <exclusion>
  296. <artifactId>redisson-spring-boot-starter</artifactId>
  297. <groupId>org.redisson</groupId>
  298. </exclusion>
  299. </exclusions>
  300. </dependency>
  301. <!-- 监控相关 -->
  302. <dependency>
  303. <groupId>com.citu</groupId>
  304. <artifactId>citu-spring-boot-starter-monitor</artifactId>
  305. <version>${revision}</version>
  306. </dependency>
  307. <dependency>
  308. <groupId>org.apache.skywalking</groupId>
  309. <artifactId>apm-toolkit-trace</artifactId>
  310. <version>${skywalking.version}</version>
  311. </dependency>
  312. <dependency>
  313. <groupId>org.apache.skywalking</groupId>
  314. <artifactId>apm-toolkit-logback-1.x</artifactId>
  315. <version>${skywalking.version}</version>
  316. </dependency>
  317. <dependency>
  318. <groupId>org.apache.skywalking</groupId>
  319. <artifactId>apm-toolkit-opentracing</artifactId>
  320. <version>${skywalking.version}</version>
  321. <!-- <exclusions>-->
  322. <!-- <exclusion>-->
  323. <!-- <artifactId>opentracing-api</artifactId>-->
  324. <!-- <groupId>io.opentracing</groupId>-->
  325. <!-- </exclusion>-->
  326. <!-- <exclusion>-->
  327. <!-- <artifactId>opentracing-util</artifactId>-->
  328. <!-- <groupId>io.opentracing</groupId>-->
  329. <!-- </exclusion>-->
  330. <!-- </exclusions>-->
  331. </dependency>
  332. <dependency>
  333. <groupId>io.opentracing</groupId>
  334. <artifactId>opentracing-api</artifactId>
  335. <version>${opentracing.version}</version>
  336. </dependency>
  337. <dependency>
  338. <groupId>io.opentracing</groupId>
  339. <artifactId>opentracing-util</artifactId>
  340. <version>${opentracing.version}</version>
  341. </dependency>
  342. <dependency>
  343. <groupId>io.opentracing</groupId>
  344. <artifactId>opentracing-noop</artifactId>
  345. <version>${opentracing.version}</version>
  346. </dependency>
  347. <dependency>
  348. <groupId>de.codecentric</groupId>
  349. <artifactId>spring-boot-admin-starter-server</artifactId> <!-- 实现 Spring Boot Admin Server 服务端 -->
  350. <version>${spring-boot-admin.version}</version>
  351. </dependency>
  352. <dependency>
  353. <groupId>de.codecentric</groupId>
  354. <artifactId>spring-boot-admin-starter-client</artifactId> <!-- 实现 Spring Boot Admin Server 服务端 -->
  355. <version>${spring-boot-admin.version}</version>
  356. </dependency>
  357. <!-- Test 测试相关 -->
  358. <dependency>
  359. <groupId>com.citu</groupId>
  360. <artifactId>citu-spring-boot-starter-test</artifactId>
  361. <version>${revision}</version>
  362. <scope>test</scope>
  363. </dependency>
  364. <dependency>
  365. <groupId>org.mockito</groupId>
  366. <artifactId>mockito-inline</artifactId>
  367. <version>${mockito-inline.version}</version> <!-- 支持 Mockito 的 final 类与 static 方法的 mock -->
  368. </dependency>
  369. <dependency>
  370. <groupId>org.springframework.boot</groupId>
  371. <artifactId>spring-boot-starter-test</artifactId>
  372. <version>${spring.boot.version}</version>
  373. <exclusions>
  374. <exclusion>
  375. <artifactId>asm</artifactId>
  376. <groupId>org.ow2.asm</groupId>
  377. </exclusion>
  378. <exclusion>
  379. <groupId>org.mockito</groupId>
  380. <artifactId>mockito-core</artifactId>
  381. </exclusion>
  382. </exclusions>
  383. </dependency>
  384. <dependency>
  385. <groupId>com.github.fppt</groupId> <!-- 单元测试,我们采用内嵌的 Redis 数据库 -->
  386. <artifactId>jedis-mock</artifactId>
  387. <version>${jedis-mock.version}</version>
  388. </dependency>
  389. <dependency>
  390. <groupId>uk.co.jemos.podam</groupId> <!-- 单元测试,随机生成 POJO 类 -->
  391. <artifactId>podam</artifactId>
  392. <version>${podam.version}</version>
  393. </dependency>
  394. <!-- 工作流相关 -->
  395. <dependency>
  396. <groupId>org.flowable</groupId>
  397. <artifactId>flowable-spring-boot-starter-process</artifactId>
  398. <version>${flowable.version}</version>
  399. </dependency>
  400. <dependency>
  401. <groupId>org.flowable</groupId>
  402. <artifactId>flowable-spring-boot-starter-actuator</artifactId>
  403. <version>${flowable.version}</version>
  404. </dependency>
  405. <!-- 工作流相关结束 -->
  406. <!-- 工具类相关 -->
  407. <dependency>
  408. <groupId>com.citu</groupId>
  409. <artifactId>citu-common</artifactId>
  410. <version>${revision}</version>
  411. </dependency>
  412. <dependency>
  413. <groupId>com.citu</groupId>
  414. <artifactId>citu-spring-boot-starter-excel</artifactId>
  415. <version>${revision}</version>
  416. </dependency>
  417. <dependency>
  418. <groupId>org.projectlombok</groupId>
  419. <artifactId>lombok</artifactId>
  420. <version>${lombok.version}</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>org.mapstruct</groupId>
  424. <artifactId>mapstruct</artifactId> <!-- use mapstruct-jdk8 for Java 8 or higher -->
  425. <version>${mapstruct.version}</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>org.mapstruct</groupId>
  429. <artifactId>mapstruct-jdk8</artifactId>
  430. <version>${mapstruct.version}</version>
  431. </dependency>
  432. <dependency>
  433. <groupId>org.mapstruct</groupId>
  434. <artifactId>mapstruct-processor</artifactId>
  435. <version>${mapstruct.version}</version>
  436. </dependency>
  437. <dependency>
  438. <groupId>cn.hutool</groupId>
  439. <artifactId>hutool-all</artifactId>
  440. <version>${hutool.version}</version>
  441. </dependency>
  442. <dependency>
  443. <groupId>com.alibaba</groupId>
  444. <artifactId>easyexcel</artifactId>
  445. <version>${easyexcel.verion}</version>
  446. </dependency>
  447. <dependency>
  448. <groupId>commons-io</groupId>
  449. <artifactId>commons-io</artifactId>
  450. <version>${commons-io.version}</version>
  451. </dependency>
  452. <dependency>
  453. <groupId>org.apache.tika</groupId>
  454. <artifactId>tika-core</artifactId> <!-- 文件类型的识别 -->
  455. <version>${tika-core.version}</version>
  456. </dependency>
  457. <dependency>
  458. <groupId>org.apache.velocity</groupId>
  459. <artifactId>velocity-engine-core</artifactId>
  460. <version>${velocity.version}</version>
  461. </dependency>
  462. <dependency>
  463. <groupId>com.alibaba</groupId>
  464. <artifactId>fastjson</artifactId>
  465. <version>${fastjson.version}</version>
  466. </dependency>
  467. <dependency>
  468. <groupId>cn.smallbun.screw</groupId>
  469. <artifactId>screw-core</artifactId> <!-- 实现数据库文档 -->
  470. <version>${screw.version}</version>
  471. <exclusions>
  472. <exclusion>
  473. <groupId>org.freemarker</groupId>
  474. <artifactId>freemarker</artifactId> <!-- 移除 Freemarker 依赖,采用 Velocity 作为模板引擎 -->
  475. </exclusion>
  476. <exclusion>
  477. <groupId>com.alibaba</groupId>
  478. <artifactId>fastjson</artifactId> <!-- 最新版screw-core1.0.5依赖fastjson1.2.73存在漏洞,移除。 -->
  479. </exclusion>
  480. </exclusions>
  481. </dependency>
  482. <dependency>
  483. <groupId>cn.smallbun.screw</groupId>
  484. <artifactId>screw-core</artifactId> <!-- 实现数据库文档 -->
  485. <version>${screw.version}</version>
  486. <exclusions>
  487. <exclusion>
  488. <groupId>org.freemarker</groupId>
  489. <artifactId>freemarker</artifactId> <!-- 移除 Freemarker 依赖,采用 Velocity 作为模板引擎 -->
  490. </exclusion>
  491. <exclusion>
  492. <groupId>com.alibaba</groupId>
  493. <artifactId>fastjson</artifactId> <!-- 最新版screw-core1.0.5依赖fastjson1.2.73存在漏洞,移除。 -->
  494. </exclusion>
  495. </exclusions>
  496. </dependency>
  497. <dependency>
  498. <groupId>com.google.guava</groupId>
  499. <artifactId>guava</artifactId>
  500. <version>${guava.version}</version>
  501. </dependency>
  502. <dependency>
  503. <groupId>com.google.inject</groupId>
  504. <artifactId>guice</artifactId>
  505. <version>${guice.version}</version>
  506. </dependency>
  507. <dependency>
  508. <groupId>com.alibaba</groupId>
  509. <artifactId>transmittable-thread-local</artifactId> <!-- 解决 ThreadLocal 父子线程的传值问题 -->
  510. <version>${transmittable-thread-local.version}</version>
  511. </dependency>
  512. <dependency>
  513. <groupId>commons-net</groupId>
  514. <artifactId>commons-net</artifactId> <!-- 解决 ftp 连接 -->
  515. <version>${commons-net.version}</version>
  516. </dependency>
  517. <dependency>
  518. <groupId>com.jcraft</groupId>
  519. <artifactId>jsch</artifactId> <!-- 解决 sftp 连接 -->
  520. <version>${jsch.version}</version>
  521. </dependency>
  522. <dependency>
  523. <groupId>com.xingyuv</groupId>
  524. <artifactId>spring-boot-starter-captcha-plus</artifactId>
  525. <version>${captcha-plus.version}</version>
  526. </dependency>
  527. <dependency>
  528. <groupId>org.lionsoul</groupId>
  529. <artifactId>ip2region</artifactId>
  530. <version>${ip2region.version}</version>
  531. </dependency>
  532. <dependency>
  533. <groupId>org.jsoup</groupId>
  534. <artifactId>jsoup</artifactId>
  535. <version>${jsoup.version}</version>
  536. </dependency>
  537. <dependency>
  538. <groupId>org.reflections</groupId>
  539. <artifactId>reflections</artifactId>
  540. <version>${reflections.version}</version>
  541. </dependency>
  542. <!-- 三方云服务相关 -->
  543. <dependency>
  544. <groupId>com.squareup.okio</groupId>
  545. <artifactId>okio</artifactId>
  546. <version>${okio.version}</version>
  547. </dependency>
  548. <dependency>
  549. <groupId>com.squareup.okhttp3</groupId>
  550. <artifactId>okhttp</artifactId>
  551. <version>${okhttp3.version}</version>
  552. </dependency>
  553. <dependency>
  554. <groupId>io.minio</groupId>
  555. <artifactId>minio</artifactId>
  556. <version>${minio.version}</version>
  557. </dependency>
  558. <dependency>
  559. <groupId>com.github.binarywang</groupId>
  560. <artifactId>weixin-java-pay</artifactId>
  561. <version>${weixin-java.version}</version>
  562. </dependency>
  563. <dependency>
  564. <groupId>com.github.binarywang</groupId>
  565. <artifactId>wx-java-mp-spring-boot-starter</artifactId>
  566. <version>${weixin-java.version}</version>
  567. </dependency>
  568. <dependency>
  569. <groupId>com.github.binarywang</groupId>
  570. <artifactId>wx-java-miniapp-spring-boot-starter</artifactId>
  571. <version>${weixin-java.version}</version>
  572. </dependency>
  573. <!-- SMS SDK begin -->
  574. <dependency>
  575. <groupId>com.aliyun</groupId>
  576. <artifactId>aliyun-java-sdk-core</artifactId>
  577. <version>${aliyun-java-sdk-core.version}</version>
  578. <exclusions>
  579. <exclusion>
  580. <artifactId>opentracing-api</artifactId>
  581. <groupId>io.opentracing</groupId>
  582. </exclusion>
  583. <exclusion>
  584. <artifactId>opentracing-util</artifactId>
  585. <groupId>io.opentracing</groupId>
  586. </exclusion>
  587. </exclusions>
  588. </dependency>
  589. <dependency>
  590. <groupId>com.aliyun</groupId>
  591. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  592. <version>${aliyun-java-sdk-dysmsapi.version}</version>
  593. </dependency>
  594. <dependency>
  595. <groupId>com.tencentcloudapi</groupId>
  596. <artifactId>tencentcloud-sdk-java-sms</artifactId>
  597. <version>${tencentcloud-sdk-java.version}</version>
  598. </dependency>
  599. <!-- SMS SDK end -->
  600. <dependency>
  601. <groupId>com.xingyuv</groupId>
  602. <artifactId>spring-boot-starter-justauth</artifactId> <!-- 社交登陆(例如说,个人微信、企业微信等等) -->
  603. <version>${justauth.version}</version>
  604. <exclusions>
  605. <exclusion>
  606. <groupId>cn.hutool</groupId>
  607. <artifactId>hutool-core</artifactId>
  608. </exclusion>
  609. </exclusions>
  610. </dependency>
  611. <!-- 积木报表-->
  612. <dependency>
  613. <groupId>org.jeecgframework.jimureport</groupId>
  614. <artifactId>jimureport-spring-boot-starter</artifactId>
  615. <version>${jimureport.version}</version>
  616. <exclusions>
  617. <exclusion>
  618. <groupId>com.alibaba</groupId>
  619. <artifactId>druid</artifactId>
  620. </exclusion>
  621. </exclusions>
  622. </dependency>
  623. <dependency>
  624. <groupId>xerces</groupId>
  625. <artifactId>xercesImpl</artifactId>
  626. <version>${xercesImpl.version}</version>
  627. </dependency>
  628. </dependencies>
  629. </dependencyManagement>
  630. <build>
  631. <plugins>
  632. <!-- 统一 revision 版本 -->
  633. <plugin>
  634. <groupId>org.codehaus.mojo</groupId>
  635. <artifactId>flatten-maven-plugin</artifactId>
  636. <version>${flatten-maven-plugin.version}</version>
  637. <configuration>
  638. <flattenMode>resolveCiFriendliesOnly</flattenMode>
  639. <updatePomFile>true</updatePomFile>
  640. </configuration>
  641. <executions>
  642. <execution>
  643. <goals>
  644. <goal>flatten</goal>
  645. </goals>
  646. <id>flatten</id>
  647. <phase>process-resources</phase>
  648. </execution>
  649. <execution>
  650. <goals>
  651. <goal>clean</goal>
  652. </goals>
  653. <id>flatten.clean</id>
  654. <phase>clean</phase>
  655. </execution>
  656. </executions>
  657. </plugin>
  658. </plugins>
  659. </build>
  660. </project>