pom.xml 30 KB

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