pom.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  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>1.6.2-snapshot</revision>
  15. <!-- 统一依赖管理 -->
  16. <spring.boot.version>2.6.8</spring.boot.version>
  17. <!-- Web 相关 -->
  18. <knife4j.version>3.0.3</knife4j.version>
  19. <swagger-annotations.version>1.6.6</swagger-annotations.version>
  20. <servlet.versoin>2.5</servlet.versoin>
  21. <!-- DB 相关 -->
  22. <druid.version>1.2.8</druid.version>
  23. <mybatis-plus.version>3.4.3.4</mybatis-plus.version>
  24. <mybatis-plus-generator.version>3.5.2</mybatis-plus-generator.version>
  25. <dynamic-datasource.version>3.5.0</dynamic-datasource.version>
  26. <redisson.version>3.17.3</redisson.version>
  27. <!-- Config 配置中心相关 -->
  28. <apollo.version>1.9.2</apollo.version>
  29. <!-- Job 定时任务相关 -->
  30. <!-- 服务保障相关 -->
  31. <lock4j.version>2.2.0</lock4j.version>
  32. <resilience4j.version>1.7.1</resilience4j.version>
  33. <!-- 监控相关 -->
  34. <skywalking.version>8.7.0</skywalking.version>
  35. <spring-boot-admin.version>2.6.7</spring-boot-admin.version>
  36. <opentracing.version>0.31.0</opentracing.version>
  37. <!-- Test 测试相关 -->
  38. <podam.version>7.2.6.RELEASE</podam.version>
  39. <jedis-mock.version>0.1.16</jedis-mock.version>
  40. <mockito-inline.version>4.0.0</mockito-inline.version>
  41. <!-- Bpm 工作流相关 -->
  42. <activiti.version>7.1.0.M6</activiti.version>
  43. <flowable.version>6.7.0</flowable.version>
  44. <!-- 工具类相关 -->
  45. <jasypt-spring-boot-starter.version>3.0.4</jasypt-spring-boot-starter.version>
  46. <lombok.version>1.18.20</lombok.version>
  47. <mapstruct.version>1.4.1.Final</mapstruct.version>
  48. <hutool.version>5.6.1</hutool.version>
  49. <easyexcel.verion>2.2.7</easyexcel.verion>
  50. <velocity.version>2.2</velocity.version>
  51. <screw.version>1.0.5</screw.version>
  52. <fastjson.version>2.0.5</fastjson.version>
  53. <guava.version>30.1.1-jre</guava.version>
  54. <guice.version>5.1.0</guice.version>
  55. <transmittable-thread-local.version>2.12.2</transmittable-thread-local.version>
  56. <commons-net.version>3.8.0</commons-net.version>
  57. <jsch.version>0.1.55</jsch.version>
  58. <!-- 三方云服务相关 -->
  59. <minio.version>8.2.2</minio.version>
  60. <aliyun-java-sdk-core.version>4.5.25</aliyun-java-sdk-core.version>
  61. <aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version>
  62. <tencentcloud-sdk-java.version>3.1.471</tencentcloud-sdk-java.version>
  63. <yunpian-java-sdk.version>1.2.7</yunpian-java-sdk.version>
  64. <justauth.version>1.4.0</justauth.version>
  65. </properties>
  66. <dependencyManagement>
  67. <dependencies>
  68. <!-- 统一依赖管理 -->
  69. <dependency>
  70. <groupId>org.springframework.boot</groupId>
  71. <artifactId>spring-boot-dependencies</artifactId>
  72. <version>${spring.boot.version}</version>
  73. <type>pom</type>
  74. <scope>import</scope>
  75. </dependency>
  76. <!-- 业务组件 -->
  77. <dependency>
  78. <groupId>cn.iocoder.boot</groupId>
  79. <artifactId>yudao-spring-boot-starter-biz-operatelog</artifactId>
  80. <version>${revision}</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>cn.iocoder.boot</groupId>
  84. <artifactId>yudao-spring-boot-starter-biz-dict</artifactId>
  85. <version>${revision}</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>cn.iocoder.boot</groupId>
  89. <artifactId>yudao-spring-boot-starter-biz-sms</artifactId>
  90. <version>${revision}</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>cn.iocoder.boot</groupId>
  94. <artifactId>yudao-spring-boot-starter-biz-pay</artifactId>
  95. <version>${revision}</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>cn.iocoder.boot</groupId>
  99. <artifactId>yudao-spring-boot-starter-biz-weixin</artifactId>
  100. <version>${revision}</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>cn.iocoder.boot</groupId>
  104. <artifactId>yudao-spring-boot-starter-biz-tenant</artifactId>
  105. <version>${revision}</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>cn.iocoder.boot</groupId>
  109. <artifactId>yudao-spring-boot-starter-biz-data-permission</artifactId>
  110. <version>${revision}</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>cn.iocoder.boot</groupId>
  114. <artifactId>yudao-spring-boot-starter-biz-social</artifactId>
  115. <version>${revision}</version>
  116. </dependency>
  117. <!-- Spring 核心 -->
  118. <dependency>
  119. <!-- 用于生成自定义的 Spring @ConfigurationProperties 配置类的说明文件 -->
  120. <groupId>org.springframework.boot</groupId>
  121. <artifactId>spring-boot-configuration-processor</artifactId>
  122. <version>${spring.boot.version}</version>
  123. </dependency>
  124. <!-- Web 相关 -->
  125. <dependency>
  126. <groupId>cn.iocoder.boot</groupId>
  127. <artifactId>yudao-spring-boot-starter-web</artifactId>
  128. <version>${revision}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>cn.iocoder.boot</groupId>
  132. <artifactId>yudao-spring-boot-starter-security</artifactId>
  133. <version>${revision}</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>com.github.xiaoymin</groupId>
  137. <artifactId>knife4j-spring-boot-starter</artifactId>
  138. <version>${knife4j.version}</version>
  139. <exclusions>
  140. <exclusion>
  141. <artifactId>mapstruct</artifactId>
  142. <groupId>org.mapstruct</groupId> <!-- 避免冲突 -->
  143. </exclusion>
  144. <exclusion>
  145. <artifactId>guava</artifactId>
  146. <groupId>com.google.guava</groupId>
  147. </exclusion>
  148. <exclusion>
  149. <artifactId>swagger-annotations</artifactId>
  150. <groupId>io.swagger</groupId>
  151. </exclusion>
  152. </exclusions>
  153. </dependency>
  154. <dependency>
  155. <groupId>io.swagger</groupId>
  156. <artifactId>swagger-annotations</artifactId>
  157. <version>${swagger-annotations.version}</version>
  158. </dependency>
  159. <!-- DB 相关 -->
  160. <dependency>
  161. <groupId>cn.iocoder.boot</groupId>
  162. <artifactId>yudao-spring-boot-starter-mybatis</artifactId>
  163. <version>${revision}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>com.alibaba</groupId>
  167. <artifactId>druid-spring-boot-starter</artifactId>
  168. <version>${druid.version}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>com.baomidou</groupId>
  172. <artifactId>mybatis-plus-boot-starter</artifactId>
  173. <version>${mybatis-plus.version}</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>com.baomidou</groupId>
  177. <artifactId>mybatis-plus-generator</artifactId> <!-- 代码生成器,使用它解析表结构 -->
  178. <version>${mybatis-plus-generator.version}</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>com.baomidou</groupId>
  182. <artifactId>dynamic-datasource-spring-boot-starter</artifactId> <!-- 多数据源 -->
  183. <version>${dynamic-datasource.version}</version>
  184. </dependency>
  185. <dependency>
  186. <groupId>cn.iocoder.boot</groupId>
  187. <artifactId>yudao-spring-boot-starter-redis</artifactId>
  188. <version>${revision}</version>
  189. </dependency>
  190. <dependency>
  191. <groupId>org.redisson</groupId>
  192. <artifactId>redisson-spring-boot-starter</artifactId>
  193. <version>${redisson.version}</version>
  194. </dependency>
  195. <!-- Config 配置中心相关 -->
  196. <dependency>
  197. <groupId>cn.iocoder.boot</groupId>
  198. <artifactId>yudao-spring-boot-starter-config</artifactId>
  199. <version>${revision}</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>com.ctrip.framework.apollo</groupId>
  203. <artifactId>apollo-client</artifactId> <!-- 引入 Apollo Client 库,实现内嵌的配置中心 -->
  204. <version>${apollo.version}</version>
  205. </dependency>
  206. <!-- Job 定时任务相关 -->
  207. <dependency>
  208. <groupId>cn.iocoder.boot</groupId>
  209. <artifactId>yudao-spring-boot-starter-job</artifactId>
  210. <version>${revision}</version>
  211. </dependency>
  212. <!-- 消息队列相关 -->
  213. <dependency>
  214. <groupId>cn.iocoder.boot</groupId>
  215. <artifactId>yudao-spring-boot-starter-mq</artifactId>
  216. <version>${revision}</version>
  217. </dependency>
  218. <!-- 服务保障相关 -->
  219. <dependency>
  220. <groupId>cn.iocoder.boot</groupId>
  221. <artifactId>yudao-spring-boot-starter-protection</artifactId>
  222. <version>${revision}</version>
  223. </dependency>
  224. <dependency>
  225. <groupId>com.baomidou</groupId>
  226. <artifactId>lock4j-redisson-spring-boot-starter</artifactId>
  227. <version>${lock4j.version}</version>
  228. <exclusions>
  229. <exclusion>
  230. <artifactId>redisson-spring-boot-starter</artifactId>
  231. <groupId>org.redisson</groupId>
  232. </exclusion>
  233. </exclusions>
  234. </dependency>
  235. <dependency>
  236. <groupId>io.github.resilience4j</groupId>
  237. <artifactId>resilience4j-ratelimiter</artifactId>
  238. <version>${resilience4j.version}</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>io.github.resilience4j</groupId>
  242. <artifactId>resilience4j-spring-boot2</artifactId>
  243. <version>${resilience4j.version}</version>
  244. </dependency>
  245. <!-- 监控相关 -->
  246. <dependency>
  247. <groupId>cn.iocoder.boot</groupId>
  248. <artifactId>yudao-spring-boot-starter-monitor</artifactId>
  249. <version>${revision}</version>
  250. </dependency>
  251. <dependency>
  252. <groupId>org.apache.skywalking</groupId>
  253. <artifactId>apm-toolkit-trace</artifactId>
  254. <version>${skywalking.version}</version>
  255. </dependency>
  256. <dependency>
  257. <groupId>org.apache.skywalking</groupId>
  258. <artifactId>apm-toolkit-logback-1.x</artifactId>
  259. <version>${skywalking.version}</version>
  260. </dependency>
  261. <dependency>
  262. <groupId>org.apache.skywalking</groupId>
  263. <artifactId>apm-toolkit-opentracing</artifactId>
  264. <version>${skywalking.version}</version>
  265. <!-- <exclusions>-->
  266. <!-- <exclusion>-->
  267. <!-- <artifactId>opentracing-api</artifactId>-->
  268. <!-- <groupId>io.opentracing</groupId>-->
  269. <!-- </exclusion>-->
  270. <!-- <exclusion>-->
  271. <!-- <artifactId>opentracing-util</artifactId>-->
  272. <!-- <groupId>io.opentracing</groupId>-->
  273. <!-- </exclusion>-->
  274. <!-- </exclusions>-->
  275. </dependency>
  276. <dependency>
  277. <groupId>io.opentracing</groupId>
  278. <artifactId>opentracing-api</artifactId>
  279. <version>${opentracing.version}</version>
  280. </dependency>
  281. <dependency>
  282. <groupId>io.opentracing</groupId>
  283. <artifactId>opentracing-util</artifactId>
  284. <version>${opentracing.version}</version>
  285. </dependency>
  286. <dependency>
  287. <groupId>io.opentracing</groupId>
  288. <artifactId>opentracing-noop</artifactId>
  289. <version>${opentracing.version}</version>
  290. </dependency>
  291. <dependency>
  292. <groupId>de.codecentric</groupId>
  293. <artifactId>spring-boot-admin-starter-server</artifactId> <!-- 实现 Spring Boot Admin Server 服务端 -->
  294. <version>${spring-boot-admin.version}</version>
  295. </dependency>
  296. <dependency>
  297. <groupId>de.codecentric</groupId>
  298. <artifactId>spring-boot-admin-starter-client</artifactId> <!-- 实现 Spring Boot Admin Server 服务端 -->
  299. <version>${spring-boot-admin.version}</version>
  300. </dependency>
  301. <!-- Test 测试相关 -->
  302. <dependency>
  303. <groupId>cn.iocoder.boot</groupId>
  304. <artifactId>yudao-spring-boot-starter-test</artifactId>
  305. <version>${revision}</version>
  306. <scope>test</scope>
  307. </dependency>
  308. <dependency>
  309. <groupId>org.mockito</groupId>
  310. <artifactId>mockito-inline</artifactId>
  311. <version>${mockito-inline.version}</version> <!-- 支持 Mockito 的 final 类与 static 方法的 mock -->
  312. </dependency>
  313. <dependency>
  314. <groupId>org.springframework.boot</groupId>
  315. <artifactId>spring-boot-starter-test</artifactId>
  316. <version>${spring.boot.version}</version>
  317. <exclusions>
  318. <exclusion>
  319. <artifactId>asm</artifactId>
  320. <groupId>org.ow2.asm</groupId>
  321. </exclusion>
  322. <exclusion>
  323. <groupId>org.mockito</groupId>
  324. <artifactId>mockito-core</artifactId>
  325. </exclusion>
  326. </exclusions>
  327. </dependency>
  328. <dependency>
  329. <groupId>com.github.fppt</groupId> <!-- 单元测试,我们采用内嵌的 Redis 数据库 -->
  330. <artifactId>jedis-mock</artifactId>
  331. <version>${jedis-mock.version}</version>
  332. </dependency>
  333. <dependency>
  334. <groupId>uk.co.jemos.podam</groupId> <!-- 单元测试,随机生成 POJO 类 -->
  335. <artifactId>podam</artifactId>
  336. <version>${podam.version}</version>
  337. </dependency>
  338. <!-- 工作流相关 -->
  339. <dependency>
  340. <groupId>org.activiti</groupId>
  341. <artifactId>activiti-spring-boot-starter</artifactId>
  342. <version>${activiti.version}</version>
  343. <exclusions>
  344. <exclusion>
  345. <groupId>de.odysseus.juel</groupId>
  346. <artifactId>juel-api</artifactId>
  347. </exclusion>
  348. <exclusion>
  349. <groupId>de.odysseus.juel</groupId>
  350. <artifactId>juel-spi</artifactId>
  351. </exclusion>
  352. <exclusion>
  353. <groupId>org.mybatis</groupId>
  354. <artifactId>mybatis</artifactId>
  355. </exclusion>
  356. <exclusion>
  357. <artifactId>el-api</artifactId>
  358. <groupId>javax.el</groupId>
  359. </exclusion>
  360. </exclusions>
  361. </dependency>
  362. <dependency>
  363. <groupId>org.activiti</groupId>
  364. <artifactId>activiti-image-generator</artifactId>
  365. <version>${activiti.version}</version>
  366. </dependency>
  367. <dependency>
  368. <groupId>cn.iocoder.boot</groupId>
  369. <artifactId>yudao-spring-boot-starter-activiti</artifactId>
  370. <version>${revision}</version>
  371. </dependency>
  372. <!-- 工作流相关 flowable -->
  373. <dependency>
  374. <groupId>cn.iocoder.boot</groupId>
  375. <artifactId>yudao-spring-boot-starter-flowable</artifactId>
  376. <version>${revision}</version>
  377. </dependency>
  378. <dependency>
  379. <groupId>org.flowable</groupId>
  380. <artifactId>flowable-spring-boot-starter-basic</artifactId>
  381. <version>${flowable.version}</version>
  382. </dependency>
  383. <dependency>
  384. <groupId>org.flowable</groupId>
  385. <artifactId>flowable-spring-boot-starter-actuator</artifactId>
  386. <version>${flowable.version}</version>
  387. </dependency>
  388. <!-- 工作流相关结束 -->
  389. <!-- 工具类相关 -->
  390. <dependency>
  391. <groupId>cn.iocoder.boot</groupId>
  392. <artifactId>yudao-common</artifactId>
  393. <version>${revision}</version>
  394. </dependency>
  395. <dependency>
  396. <groupId>com.github.ulisesbocchio</groupId>
  397. <artifactId>jasypt-spring-boot-starter</artifactId> <!-- 加解密 -->
  398. <version>${jasypt-spring-boot-starter.version}</version>
  399. </dependency>
  400. <dependency>
  401. <groupId>cn.iocoder.boot</groupId>
  402. <artifactId>yudao-spring-boot-starter-excel</artifactId>
  403. <version>${revision}</version>
  404. </dependency>
  405. <dependency>
  406. <groupId>org.projectlombok</groupId>
  407. <artifactId>lombok</artifactId>
  408. <version>${lombok.version}</version>
  409. </dependency>
  410. <dependency>
  411. <groupId>org.mapstruct</groupId>
  412. <artifactId>mapstruct</artifactId> <!-- use mapstruct-jdk8 for Java 8 or higher -->
  413. <version>${mapstruct.version}</version>
  414. </dependency>
  415. <dependency>
  416. <groupId>org.mapstruct</groupId>
  417. <artifactId>mapstruct-jdk8</artifactId>
  418. <version>${mapstruct.version}</version>
  419. </dependency>
  420. <dependency>
  421. <groupId>org.mapstruct</groupId>
  422. <artifactId>mapstruct-processor</artifactId>
  423. <version>${mapstruct.version}</version>
  424. </dependency>
  425. <dependency>
  426. <groupId>cn.hutool</groupId>
  427. <artifactId>hutool-all</artifactId>
  428. <version>${hutool.version}</version>
  429. </dependency>
  430. <dependency>
  431. <groupId>com.alibaba</groupId>
  432. <artifactId>easyexcel</artifactId>
  433. <version>${easyexcel.verion}</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. <!-- 三方云服务相关 -->
  486. <dependency>
  487. <groupId>cn.iocoder.boot</groupId>
  488. <artifactId>yudao-spring-boot-starter-file</artifactId>
  489. <version>${revision}</version>
  490. </dependency>
  491. <dependency>
  492. <groupId>io.minio</groupId>
  493. <artifactId>minio</artifactId>
  494. <version>${minio.version}</version>
  495. </dependency>
  496. <!-- SMS SDK begin -->
  497. <dependency>
  498. <groupId>com.yunpian.sdk</groupId>
  499. <artifactId>yunpian-java-sdk</artifactId>
  500. <version>${yunpian-java-sdk.version}</version>
  501. </dependency>
  502. <dependency>
  503. <groupId>com.aliyun</groupId>
  504. <artifactId>aliyun-java-sdk-core</artifactId>
  505. <version>${aliyun-java-sdk-core.version}</version>
  506. <exclusions>
  507. <exclusion>
  508. <artifactId>opentracing-api</artifactId>
  509. <groupId>io.opentracing</groupId>
  510. </exclusion>
  511. <exclusion>
  512. <artifactId>opentracing-util</artifactId>
  513. <groupId>io.opentracing</groupId>
  514. </exclusion>
  515. </exclusions>
  516. </dependency>
  517. <dependency>
  518. <groupId>com.aliyun</groupId>
  519. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  520. <version>${aliyun-java-sdk-dysmsapi.version}</version>
  521. </dependency>
  522. <dependency>
  523. <groupId>com.tencentcloudapi</groupId>
  524. <artifactId>tencentcloud-sdk-java</artifactId>
  525. <version>${tencentcloud-sdk-java.version}</version>
  526. </dependency>
  527. <!-- SMS SDK end -->
  528. <dependency>
  529. <groupId>com.xkcoding.justauth</groupId>
  530. <artifactId>justauth-spring-boot-starter</artifactId> <!-- 社交登陆(例如说,个人微信、企业微信等等) -->
  531. <version>${justauth.version}</version>
  532. </dependency>
  533. </dependencies>
  534. </dependencyManagement>
  535. </project>