pom.xml 27 KB

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