pom.xml 29 KB

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