pom.xml 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  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>cn.iocoder.boot</groupId>
  7. <artifactId>yudao-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>2025.08-SNAPSHOT</revision>
  15. <flatten-maven-plugin.version>1.7.2</flatten-maven-plugin.version>
  16. <!-- 统一依赖管理 -->
  17. <spring.boot.version>3.5.4</spring.boot.version>
  18. <!-- Web 相关 -->
  19. <springdoc.version>2.8.9</springdoc.version>
  20. <knife4j.version>4.5.0</knife4j.version>
  21. <!-- DB 相关 -->
  22. <druid.version>1.2.24</druid.version>
  23. <mybatis.version>3.5.19</mybatis.version>
  24. <mybatis-plus.version>3.5.12</mybatis-plus.version>
  25. <mybatis-plus-join.version>1.5.4</mybatis-plus-join.version>
  26. <dynamic-datasource.version>4.3.1</dynamic-datasource.version>
  27. <easy-trans.version>3.0.6</easy-trans.version>
  28. <redisson.version>3.50.0</redisson.version>
  29. <dm8.jdbc.version>8.1.3.140</dm8.jdbc.version>
  30. <kingbase.jdbc.version>8.6.0</kingbase.jdbc.version>
  31. <opengauss.jdbc.version>5.1.0</opengauss.jdbc.version>
  32. <taos.version>3.3.3</taos.version>
  33. <!-- 消息队列 -->
  34. <rocketmq-spring.version>2.3.2</rocketmq-spring.version>
  35. <!-- 服务保障相关 -->
  36. <lock4j.version>2.2.7</lock4j.version>
  37. <!-- 监控相关 -->
  38. <skywalking.version>9.0.0</skywalking.version>
  39. <spring-boot-admin.version>3.5.2</spring-boot-admin.version>
  40. <opentracing.version>0.33.0</opentracing.version>
  41. <!-- Test 测试相关 -->
  42. <podam.version>8.0.2.RELEASE</podam.version>
  43. <jedis-mock.version>1.1.8</jedis-mock.version>
  44. <mockito-inline.version>5.2.0</mockito-inline.version>
  45. <!-- Bpm 工作流相关 -->
  46. <flowable.version>7.0.1</flowable.version>
  47. <!-- 工具类相关 -->
  48. <anji-plus-captcha.version>1.4.0</anji-plus-captcha.version>
  49. <jsoup.version>1.18.3</jsoup.version>
  50. <lombok.version>1.18.38</lombok.version>
  51. <mapstruct.version>1.6.3</mapstruct.version>
  52. <hutool-5.version>5.8.35</hutool-5.version>
  53. <hutool-6.version>6.0.0-M19</hutool-6.version>
  54. <fastexcel.version>1.2.0</fastexcel.version>
  55. <velocity.version>2.4.1</velocity.version>
  56. <fastjson.version>1.2.83</fastjson.version>
  57. <guava.version>33.4.8-jre</guava.version>
  58. <transmittable-thread-local.version>2.14.5</transmittable-thread-local.version>
  59. <commons-net.version>3.11.1</commons-net.version>
  60. <commons-lang3.version>3.18.0</commons-lang3.version>
  61. <jsch.version>0.1.55</jsch.version>
  62. <tika-core.version>3.1.0</tika-core.version>
  63. <ip2region.version>2.7.0</ip2region.version>
  64. <bizlog-sdk.version>3.0.6</bizlog-sdk.version>
  65. <netty.version>4.1.118.Final</netty.version>
  66. <mqtt.version>1.2.5</mqtt.version>
  67. <pf4j-spring.version>0.9.0</pf4j-spring.version>
  68. <vertx.version>4.5.13</vertx.version>
  69. <!-- 三方云服务相关 -->
  70. <awssdk.version>2.30.14</awssdk.version>
  71. <justauth.version>1.16.7</justauth.version>
  72. <justauth-starter.version>1.4.0</justauth-starter.version>
  73. <jimureport.version>2.0.0</jimureport.version>
  74. <jimubi.version>1.9.5</jimubi.version>
  75. <weixin-java.version>4.7.5.B</weixin-java.version>
  76. </properties>
  77. <dependencyManagement>
  78. <dependencies>
  79. <!-- 统一依赖管理 -->
  80. <dependency>
  81. <groupId>io.netty</groupId>
  82. <artifactId>netty-bom</artifactId>
  83. <version>${netty.version}</version>
  84. <type>pom</type>
  85. <scope>import</scope>
  86. </dependency>
  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. <!-- 业务组件 -->
  95. <dependency>
  96. <groupId>io.github.mouzt</groupId>
  97. <artifactId>bizlog-sdk</artifactId>
  98. <version>${bizlog-sdk.version}</version>
  99. <exclusions>
  100. <exclusion> <!-- 排除掉springboot依赖使用项目的 -->
  101. <groupId>org.springframework.boot</groupId>
  102. <artifactId>spring-boot-starter</artifactId>
  103. </exclusion>
  104. </exclusions>
  105. </dependency>
  106. <dependency>
  107. <groupId>cn.iocoder.boot</groupId>
  108. <artifactId>yudao-spring-boot-starter-biz-tenant</artifactId>
  109. <version>${revision}</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>cn.iocoder.boot</groupId>
  113. <artifactId>yudao-spring-boot-starter-biz-data-permission</artifactId>
  114. <version>${revision}</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>cn.iocoder.boot</groupId>
  118. <artifactId>yudao-spring-boot-starter-biz-ip</artifactId>
  119. <version>${revision}</version>
  120. </dependency>
  121. <!-- Spring 核心 -->
  122. <dependency>
  123. <!-- 用于生成自定义的 Spring @ConfigurationProperties 配置类的说明文件 -->
  124. <groupId>org.springframework.boot</groupId>
  125. <artifactId>spring-boot-configuration-processor</artifactId>
  126. <version>${spring.boot.version}</version>
  127. </dependency>
  128. <!-- Web 相关 -->
  129. <dependency>
  130. <groupId>cn.iocoder.boot</groupId>
  131. <artifactId>yudao-spring-boot-starter-web</artifactId>
  132. <version>${revision}</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>cn.iocoder.boot</groupId>
  136. <artifactId>yudao-spring-boot-starter-security</artifactId>
  137. <version>${revision}</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>cn.iocoder.boot</groupId>
  141. <artifactId>yudao-spring-boot-starter-websocket</artifactId>
  142. <version>${revision}</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.github.xiaoymin</groupId>
  146. <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
  147. <version>${knife4j.version}</version>
  148. <exclusions>
  149. <exclusion>
  150. <groupId>org.springdoc</groupId>
  151. <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
  152. </exclusion>
  153. </exclusions>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.springdoc</groupId>
  157. <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
  158. <version>${springdoc.version}</version>
  159. </dependency>
  160. <!-- DB 相关 -->
  161. <dependency>
  162. <groupId>cn.iocoder.boot</groupId>
  163. <artifactId>yudao-spring-boot-starter-mybatis</artifactId>
  164. <version>${revision}</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>com.alibaba</groupId>
  168. <artifactId>druid-spring-boot-3-starter</artifactId>
  169. <version>${druid.version}</version>
  170. </dependency>
  171. <dependency>
  172. <!-- 注意:必须声明,避免 flowable 和 mybatis-plus 引入的 mybatis 版本不一致!!! -->
  173. <groupId>org.mybatis</groupId>
  174. <artifactId>mybatis</artifactId>
  175. <version>${mybatis.version}</version>
  176. </dependency>
  177. <dependency>
  178. <groupId>com.baomidou</groupId>
  179. <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
  180. <version>${mybatis-plus.version}</version>
  181. </dependency>
  182. <dependency>
  183. <groupId>com.baomidou</groupId>
  184. <artifactId>mybatis-plus-jsqlparser</artifactId>
  185. <version>${mybatis-plus.version}</version>
  186. </dependency>
  187. <dependency>
  188. <groupId>com.baomidou</groupId>
  189. <artifactId>mybatis-plus-generator</artifactId> <!-- 代码生成器,使用它解析表结构 -->
  190. <version>${mybatis-plus.version}</version>
  191. </dependency>
  192. <dependency>
  193. <groupId>com.baomidou</groupId>
  194. <artifactId>dynamic-datasource-spring-boot3-starter</artifactId> <!-- 多数据源 -->
  195. <version>${dynamic-datasource.version}</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>com.github.yulichang</groupId>
  199. <artifactId>mybatis-plus-join-boot-starter</artifactId> <!-- MyBatis 联表查询 -->
  200. <version>${mybatis-plus-join.version}</version>
  201. </dependency>
  202. <dependency>
  203. <groupId>com.fhs-opensource</groupId> <!-- VO 数据翻译 -->
  204. <artifactId>easy-trans-spring-boot-starter</artifactId>
  205. <version>${easy-trans.version}</version>
  206. <exclusions>
  207. <exclusion>
  208. <groupId>org.springframework</groupId>
  209. <artifactId>spring-context</artifactId>
  210. </exclusion>
  211. <exclusion>
  212. <groupId>org.springframework.cloud</groupId>
  213. <artifactId>spring-cloud-commons</artifactId>
  214. </exclusion>
  215. </exclusions>
  216. </dependency>
  217. <dependency>
  218. <groupId>com.fhs-opensource</groupId>
  219. <artifactId>easy-trans-mybatis-plus-extend</artifactId>
  220. <version>${easy-trans.version}</version>
  221. </dependency>
  222. <dependency>
  223. <groupId>com.fhs-opensource</groupId>
  224. <artifactId>easy-trans-anno</artifactId>
  225. <version>${easy-trans.version}</version>
  226. </dependency>
  227. <dependency>
  228. <groupId>cn.iocoder.boot</groupId>
  229. <artifactId>yudao-spring-boot-starter-redis</artifactId>
  230. <version>${revision}</version>
  231. </dependency>
  232. <dependency>
  233. <groupId>org.redisson</groupId>
  234. <artifactId>redisson-spring-boot-starter</artifactId>
  235. <version>${redisson.version}</version>
  236. <exclusions>
  237. <exclusion>
  238. <groupId>org.springframework.boot</groupId>
  239. <artifactId>spring-boot-starter-actuator</artifactId>
  240. </exclusion>
  241. </exclusions>
  242. </dependency>
  243. <dependency>
  244. <groupId>com.dameng</groupId>
  245. <artifactId>DmJdbcDriver18</artifactId>
  246. <version>${dm8.jdbc.version}</version>
  247. </dependency>
  248. <dependency>
  249. <groupId>org.opengauss</groupId>
  250. <artifactId>opengauss-jdbc</artifactId>
  251. <version>${opengauss.jdbc.version}</version>
  252. </dependency>
  253. <dependency>
  254. <groupId>cn.com.kingbase</groupId>
  255. <artifactId>kingbase8</artifactId>
  256. <version>${kingbase.jdbc.version}</version>
  257. </dependency>
  258. <dependency>
  259. <groupId>com.taosdata.jdbc</groupId>
  260. <artifactId>taos-jdbcdriver</artifactId>
  261. <version>${taos.version}</version>
  262. </dependency>
  263. <!-- Job 定时任务相关 -->
  264. <dependency>
  265. <groupId>cn.iocoder.boot</groupId>
  266. <artifactId>yudao-spring-boot-starter-job</artifactId>
  267. <version>${revision}</version>
  268. </dependency>
  269. <!-- 消息队列相关 -->
  270. <dependency>
  271. <groupId>cn.iocoder.boot</groupId>
  272. <artifactId>yudao-spring-boot-starter-mq</artifactId>
  273. <version>${revision}</version>
  274. </dependency>
  275. <dependency>
  276. <groupId>org.apache.rocketmq</groupId>
  277. <artifactId>rocketmq-spring-boot-starter</artifactId>
  278. <version>${rocketmq-spring.version}</version>
  279. </dependency>
  280. <!-- 服务保障相关 -->
  281. <dependency>
  282. <groupId>cn.iocoder.boot</groupId>
  283. <artifactId>yudao-spring-boot-starter-protection</artifactId>
  284. <version>${revision}</version>
  285. </dependency>
  286. <dependency>
  287. <groupId>com.baomidou</groupId>
  288. <artifactId>lock4j-redisson-spring-boot-starter</artifactId>
  289. <version>${lock4j.version}</version>
  290. <exclusions>
  291. <exclusion>
  292. <artifactId>redisson-spring-boot-starter</artifactId>
  293. <groupId>org.redisson</groupId>
  294. </exclusion>
  295. </exclusions>
  296. </dependency>
  297. <!-- 监控相关 -->
  298. <dependency>
  299. <groupId>cn.iocoder.boot</groupId>
  300. <artifactId>yudao-spring-boot-starter-monitor</artifactId>
  301. <version>${revision}</version>
  302. </dependency>
  303. <dependency>
  304. <groupId>org.apache.skywalking</groupId>
  305. <artifactId>apm-toolkit-trace</artifactId>
  306. <version>${skywalking.version}</version>
  307. </dependency>
  308. <dependency>
  309. <groupId>org.apache.skywalking</groupId>
  310. <artifactId>apm-toolkit-logback-1.x</artifactId>
  311. <version>${skywalking.version}</version>
  312. </dependency>
  313. <dependency>
  314. <groupId>org.apache.skywalking</groupId>
  315. <artifactId>apm-toolkit-opentracing</artifactId>
  316. <version>${skywalking.version}</version>
  317. <!-- <exclusions>-->
  318. <!-- <exclusion>-->
  319. <!-- <artifactId>opentracing-api</artifactId>-->
  320. <!-- <groupId>io.opentracing</groupId>-->
  321. <!-- </exclusion>-->
  322. <!-- <exclusion>-->
  323. <!-- <artifactId>opentracing-util</artifactId>-->
  324. <!-- <groupId>io.opentracing</groupId>-->
  325. <!-- </exclusion>-->
  326. <!-- </exclusions>-->
  327. </dependency>
  328. <dependency>
  329. <groupId>io.opentracing</groupId>
  330. <artifactId>opentracing-api</artifactId>
  331. <version>${opentracing.version}</version>
  332. </dependency>
  333. <dependency>
  334. <groupId>io.opentracing</groupId>
  335. <artifactId>opentracing-util</artifactId>
  336. <version>${opentracing.version}</version>
  337. </dependency>
  338. <dependency>
  339. <groupId>io.opentracing</groupId>
  340. <artifactId>opentracing-noop</artifactId>
  341. <version>${opentracing.version}</version>
  342. </dependency>
  343. <dependency>
  344. <groupId>de.codecentric</groupId>
  345. <artifactId>spring-boot-admin-starter-server</artifactId> <!-- 实现 Spring Boot Admin Server 服务端 -->
  346. <version>${spring-boot-admin.version}</version>
  347. <exclusions>
  348. <exclusion>
  349. <groupId>de.codecentric</groupId>
  350. <artifactId>spring-boot-admin-server-cloud</artifactId>
  351. </exclusion>
  352. </exclusions>
  353. </dependency>
  354. <dependency>
  355. <groupId>de.codecentric</groupId>
  356. <artifactId>spring-boot-admin-starter-client</artifactId> <!-- 实现 Spring Boot Admin Server 服务端 -->
  357. <version>${spring-boot-admin.version}</version>
  358. </dependency>
  359. <!-- Test 测试相关 -->
  360. <dependency>
  361. <groupId>cn.iocoder.boot</groupId>
  362. <artifactId>yudao-spring-boot-starter-test</artifactId>
  363. <version>${revision}</version>
  364. <scope>test</scope>
  365. </dependency>
  366. <dependency>
  367. <groupId>org.mockito</groupId>
  368. <artifactId>mockito-inline</artifactId>
  369. <version>${mockito-inline.version}</version> <!-- 支持 Mockito 的 final 类与 static 方法的 mock -->
  370. </dependency>
  371. <dependency>
  372. <groupId>org.springframework.boot</groupId>
  373. <artifactId>spring-boot-starter-test</artifactId>
  374. <version>${spring.boot.version}</version>
  375. <exclusions>
  376. <exclusion>
  377. <artifactId>asm</artifactId>
  378. <groupId>org.ow2.asm</groupId>
  379. </exclusion>
  380. <exclusion>
  381. <groupId>org.mockito</groupId>
  382. <artifactId>mockito-core</artifactId>
  383. </exclusion>
  384. </exclusions>
  385. </dependency>
  386. <dependency>
  387. <groupId>com.github.fppt</groupId> <!-- 单元测试,我们采用内嵌的 Redis 数据库 -->
  388. <artifactId>jedis-mock</artifactId>
  389. <version>${jedis-mock.version}</version>
  390. </dependency>
  391. <dependency>
  392. <groupId>uk.co.jemos.podam</groupId> <!-- 单元测试,随机生成 POJO 类 -->
  393. <artifactId>podam</artifactId>
  394. <version>${podam.version}</version>
  395. </dependency>
  396. <!-- 工作流相关 -->
  397. <dependency>
  398. <groupId>org.flowable</groupId>
  399. <artifactId>flowable-spring-boot-starter-process</artifactId>
  400. <version>${flowable.version}</version>
  401. </dependency>
  402. <dependency>
  403. <groupId>org.flowable</groupId>
  404. <artifactId>flowable-spring-boot-starter-actuator</artifactId>
  405. <version>${flowable.version}</version>
  406. </dependency>
  407. <!-- 工作流相关结束 -->
  408. <!-- 工具类相关 -->
  409. <dependency>
  410. <groupId>cn.iocoder.boot</groupId>
  411. <artifactId>yudao-common</artifactId>
  412. <version>${revision}</version>
  413. </dependency>
  414. <dependency>
  415. <groupId>cn.iocoder.boot</groupId>
  416. <artifactId>yudao-spring-boot-starter-excel</artifactId>
  417. <version>${revision}</version>
  418. </dependency>
  419. <dependency>
  420. <groupId>org.projectlombok</groupId>
  421. <artifactId>lombok</artifactId>
  422. <version>${lombok.version}</version>
  423. </dependency>
  424. <dependency>
  425. <groupId>org.mapstruct</groupId>
  426. <artifactId>mapstruct</artifactId> <!-- use mapstruct-jdk8 for Java 8 or higher -->
  427. <version>${mapstruct.version}</version>
  428. </dependency>
  429. <dependency>
  430. <groupId>org.mapstruct</groupId>
  431. <artifactId>mapstruct-jdk8</artifactId>
  432. <version>${mapstruct.version}</version>
  433. </dependency>
  434. <dependency>
  435. <groupId>org.mapstruct</groupId>
  436. <artifactId>mapstruct-processor</artifactId>
  437. <version>${mapstruct.version}</version>
  438. </dependency>
  439. <dependency>
  440. <groupId>cn.hutool</groupId>
  441. <artifactId>hutool-all</artifactId>
  442. <version>${hutool-5.version}</version>
  443. </dependency>
  444. <dependency>
  445. <groupId>org.dromara.hutool</groupId>
  446. <artifactId>hutool-extra</artifactId>
  447. <version>${hutool-6.version}</version>
  448. </dependency>
  449. <dependency>
  450. <groupId>cn.idev.excel</groupId>
  451. <artifactId>fastexcel</artifactId>
  452. <version>${fastexcel.version}</version>
  453. </dependency>
  454. <dependency>
  455. <groupId>org.apache.tika</groupId>
  456. <artifactId>tika-core</artifactId> <!-- 文件类型的识别 -->
  457. <version>${tika-core.version}</version>
  458. </dependency>
  459. <dependency>
  460. <groupId>org.apache.velocity</groupId>
  461. <artifactId>velocity-engine-core</artifactId>
  462. <version>${velocity.version}</version>
  463. </dependency>
  464. <dependency>
  465. <groupId>com.alibaba</groupId>
  466. <artifactId>fastjson</artifactId>
  467. <version>${fastjson.version}</version>
  468. </dependency>
  469. <dependency>
  470. <groupId>com.google.guava</groupId>
  471. <artifactId>guava</artifactId>
  472. <version>${guava.version}</version>
  473. </dependency>
  474. <dependency>
  475. <groupId>com.alibaba</groupId>
  476. <artifactId>transmittable-thread-local</artifactId> <!-- 解决 ThreadLocal 父子线程的传值问题 -->
  477. <version>${transmittable-thread-local.version}</version>
  478. </dependency>
  479. <dependency>
  480. <groupId>commons-net</groupId>
  481. <artifactId>commons-net</artifactId> <!-- 解决 ftp 连接 -->
  482. <version>${commons-net.version}</version>
  483. </dependency>
  484. <dependency>
  485. <groupId>com.jcraft</groupId>
  486. <artifactId>jsch</artifactId> <!-- 解决 sftp 连接 -->
  487. <version>${jsch.version}</version>
  488. </dependency>
  489. <dependency>
  490. <groupId>org.apache.commons</groupId>
  491. <artifactId>commons-lang3</artifactId>
  492. <version>${commons-lang3.version}</version> <!-- 解决 CVE-2025-48924 漏洞 -->
  493. </dependency>
  494. <dependency>
  495. <groupId>com.anji-plus</groupId>
  496. <artifactId>captcha-spring-boot-starter</artifactId> <!-- 验证码,一般用于登录使用 -->
  497. <version>${anji-plus-captcha.version}</version>
  498. </dependency>
  499. <dependency>
  500. <groupId>org.lionsoul</groupId>
  501. <artifactId>ip2region</artifactId>
  502. <version>${ip2region.version}</version>
  503. </dependency>
  504. <dependency>
  505. <groupId>org.jsoup</groupId>
  506. <artifactId>jsoup</artifactId>
  507. <version>${jsoup.version}</version>
  508. </dependency>
  509. <!-- 三方云服务相关 -->
  510. <dependency>
  511. <groupId>software.amazon.awssdk</groupId>
  512. <artifactId>s3</artifactId>
  513. <version>${awssdk.version}</version>
  514. </dependency>
  515. <dependency>
  516. <groupId>me.zhyd.oauth</groupId>
  517. <artifactId>JustAuth</artifactId> <!-- 社交登陆(例如说,个人微信、企业微信等等) -->
  518. <version>${justauth.version}</version>
  519. </dependency>
  520. <dependency>
  521. <groupId>com.xkcoding.justauth</groupId>
  522. <artifactId>justauth-spring-boot-starter</artifactId>
  523. <version>${justauth-starter.version}</version>
  524. <exclusions>
  525. <!-- 移除,避免和项目里的 hutool-all 冲突 -->
  526. <exclusion>
  527. <groupId>cn.hutool</groupId>
  528. <artifactId>hutool-core</artifactId>
  529. </exclusion>
  530. </exclusions>
  531. </dependency>
  532. <dependency>
  533. <groupId>com.github.binarywang</groupId>
  534. <artifactId>weixin-java-pay</artifactId>
  535. <version>${weixin-java.version}</version>
  536. </dependency>
  537. <dependency>
  538. <groupId>com.github.binarywang</groupId>
  539. <artifactId>wx-java-mp-spring-boot-starter</artifactId>
  540. <version>${weixin-java.version}</version>
  541. </dependency>
  542. <dependency>
  543. <groupId>com.github.binarywang</groupId>
  544. <artifactId>wx-java-miniapp-spring-boot-starter</artifactId>
  545. <version>${weixin-java.version}</version>
  546. </dependency>
  547. <!-- 积木报表-->
  548. <dependency>
  549. <groupId>org.jeecgframework.jimureport</groupId>
  550. <artifactId>jimureport-spring-boot3-starter-fastjson2</artifactId>
  551. <version>${jimureport.version}</version>
  552. </dependency>
  553. <dependency>
  554. <groupId>org.jeecgframework.jimureport</groupId>
  555. <artifactId>jimubi-spring-boot3-starter</artifactId>
  556. <version>${jimubi.version}</version>
  557. <exclusions>
  558. <exclusion>
  559. <groupId>com.github.jsqlparser</groupId>
  560. <artifactId>jsqlparser</artifactId>
  561. </exclusion>
  562. </exclusions>
  563. </dependency>
  564. <!-- PF4J -->
  565. <dependency>
  566. <groupId>org.pf4j</groupId>
  567. <artifactId>pf4j-spring</artifactId>
  568. <version>${pf4j-spring.version}</version>
  569. <exclusions>
  570. <exclusion>
  571. <groupId>org.slf4j</groupId>
  572. <artifactId>slf4j-log4j12</artifactId>
  573. </exclusion>
  574. </exclusions>
  575. </dependency>
  576. <!-- Vert.x -->
  577. <dependency>
  578. <groupId>io.vertx</groupId>
  579. <artifactId>vertx-core</artifactId>
  580. <version>${vertx.version}</version>
  581. </dependency>
  582. <dependency>
  583. <groupId>io.vertx</groupId>
  584. <artifactId>vertx-web</artifactId>
  585. <version>${vertx.version}</version>
  586. </dependency>
  587. <dependency>
  588. <groupId>io.vertx</groupId>
  589. <artifactId>vertx-mqtt</artifactId>
  590. <version>${vertx.version}</version>
  591. </dependency>
  592. <!-- MQTT -->
  593. <dependency>
  594. <groupId>org.eclipse.paho</groupId>
  595. <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
  596. <version>${mqtt.version}</version>
  597. </dependency>
  598. </dependencies>
  599. </dependencyManagement>
  600. <build>
  601. <plugins>
  602. <!-- 统一 revision 版本 -->
  603. <plugin>
  604. <groupId>org.codehaus.mojo</groupId>
  605. <artifactId>flatten-maven-plugin</artifactId>
  606. <version>${flatten-maven-plugin.version}</version>
  607. <configuration>
  608. <flattenMode>bom</flattenMode>
  609. <updatePomFile>true</updatePomFile>
  610. </configuration>
  611. <executions>
  612. <execution>
  613. <goals>
  614. <goal>flatten</goal>
  615. </goals>
  616. <id>flatten</id>
  617. <phase>process-resources</phase>
  618. </execution>
  619. <execution>
  620. <goals>
  621. <goal>clean</goal>
  622. </goals>
  623. <id>flatten.clean</id>
  624. <phase>clean</phase>
  625. </execution>
  626. </executions>
  627. </plugin>
  628. </plugins>
  629. </build>
  630. </project>