pom.xml 25 KB

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