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