pom.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  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.tr</groupId>
  7. <artifactId>tr-dependencies</artifactId>
  8. <version>${revision}</version>
  9. <packaging>pom</packaging>
  10. <properties>
  11. <skip>true</skip>
  12. <revision>2.0.0</revision>
  13. <spring-boot.version>3.5.7</spring-boot.version>
  14. <hutool.version>5.8.41</hutool.version>
  15. <mapstruct.version>1.6.3</mapstruct.version>
  16. <ip2region.version>3.1.1</ip2region.version>
  17. <!--数据库-->
  18. <mybatis-plus.version>3.5.14</mybatis-plus.version>
  19. <mybatis.version>3.5.19</mybatis.version>
  20. <mybatis-plus-generator.version>3.5.14</mybatis-plus-generator.version>
  21. <mysql-connector.version>8.0.33</mysql-connector.version>
  22. <pagehelper.boot.version>2.1.0</pagehelper.boot.version>
  23. <springdoc.version>2.8.13</springdoc.version>
  24. <!--权限相关-->
  25. <satoken.version>1.44.0</satoken.version>
  26. <caffeine.version>2.6.2</caffeine.version>
  27. <!--redission-->
  28. <redisson.version>3.30.0</redisson.version>
  29. <!--文件存储-->
  30. <aliyun-oss.version>3.17.0</aliyun-oss.version>
  31. <minio.version>8.6.0</minio.version>
  32. <qiniu.version>7.9.5</qiniu.version>
  33. <!--文件导入导出-->
  34. <poi.version>5.2.2</poi.version>
  35. <!--在线文档-->
  36. <knife4j.verison>4.5.0</knife4j.verison>
  37. <!--阿里云短信-->
  38. <ali.sms.version>3.0.0</ali.sms.version>
  39. <!--渲染模板引擎-->
  40. <beetl.version>1.2.40.Beetl.RELEASE</beetl.version>
  41. <!--硬件信息-->
  42. <oshi.core.version>6.2.2</oshi.core.version>
  43. <easy-captcha.version>1.6.2</easy-captcha.version>
  44. <easy-excel.version>4.0.3</easy-excel.version>
  45. <poi-tl.version>1.12.0</poi-tl.version>
  46. <poi-ooxml-schemas.version>4.1.2</poi-ooxml-schemas.version>
  47. <commons-cli.version>1.5.0</commons-cli.version>
  48. <okhttp.version>4.12.0</okhttp.version>
  49. <log4j2.version>2.24.3</log4j2.version>
  50. <lang3.version>3.18.0</lang3.version>
  51. <wx.version>4.7.0</wx.version>
  52. <langchain4j.version>1.8.0-beta15</langchain4j.version>
  53. <kuaishou.version>1.0.6</kuaishou.version>
  54. <httpclient.version>4.5.13</httpclient.version>
  55. <spring-integration.version>6.2.4</spring-integration.version>
  56. <fastjson.version>1.2.83</fastjson.version>
  57. </properties>
  58. <dependencyManagement>
  59. <dependencies>
  60. <!--springboot pom文件-->
  61. <dependency>
  62. <groupId>org.springframework.boot</groupId>
  63. <artifactId>spring-boot-dependencies</artifactId>
  64. <version>${spring-boot.version}</version>
  65. <exclusions>
  66. <exclusion>
  67. <groupId>org.apache.commons</groupId>
  68. <artifactId>commons-lang3</artifactId>
  69. </exclusion>
  70. </exclusions>
  71. <type>pom</type>
  72. <scope>import</scope>
  73. </dependency>
  74. <!-- Hutool - 强大的工具类库 -->
  75. <dependency>
  76. <groupId>cn.hutool</groupId>
  77. <artifactId>hutool-bom</artifactId>
  78. <version>${hutool.version}</version>
  79. <type>pom</type>
  80. <scope>import</scope>
  81. </dependency>
  82. <dependency>
  83. <groupId>dev.langchain4j</groupId>
  84. <artifactId>langchain4j-spring-boot-starter</artifactId>
  85. <version>${langchain4j.version}</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>dev.langchain4j</groupId>
  89. <artifactId>langchain4j-reactor</artifactId>
  90. <version>${langchain4j.version}</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>dev.langchain4j</groupId>
  94. <artifactId>langchain4j-open-ai-spring-boot-starter</artifactId>
  95. <version>${langchain4j.version}</version>
  96. </dependency>
  97. <!--redis客户端-->
  98. <dependency>
  99. <groupId>org.redisson</groupId>
  100. <artifactId>redisson-spring-boot-starter</artifactId>
  101. <version>${redisson.version}</version>
  102. <exclusions>
  103. <exclusion>
  104. <groupId>org.springframework.boot</groupId>
  105. <artifactId>spring-boot-starter-logging</artifactId>
  106. </exclusion>
  107. </exclusions>
  108. </dependency>
  109. <dependency>
  110. <groupId>com.github.binarywang</groupId>
  111. <artifactId>weixin-java-miniapp</artifactId>
  112. <version>${wx.version}</version>
  113. </dependency>
  114. <!--微信对应工具类-->
  115. <dependency>
  116. <groupId>com.github.binarywang</groupId>
  117. <artifactId>weixin-java-mp</artifactId>
  118. <version>${wx.version}</version>
  119. </dependency>
  120. <!-- Sa-Token 权限认证,在线文档:https://sa-token.cc -->
  121. <dependency>
  122. <groupId>cn.dev33</groupId>
  123. <artifactId>sa-token-spring-boot3-starter</artifactId>
  124. <version>${satoken.version}</version>
  125. </dependency>
  126. <!-- Sa-Token 整合 RedisTemplate -->
  127. <dependency>
  128. <groupId>cn.dev33</groupId>
  129. <artifactId>sa-token-redis-template</artifactId>
  130. <version>${satoken.version}</version>
  131. </dependency>
  132. <!--使用mapstruct转换-->
  133. <dependency>
  134. <groupId>org.mapstruct</groupId>
  135. <artifactId>mapstruct</artifactId>
  136. <version>${mapstruct.version}</version>
  137. </dependency>
  138. <!-- ip地址查询 -->
  139. <dependency>
  140. <groupId>org.lionsoul</groupId>
  141. <artifactId>ip2region</artifactId>
  142. <version>${ip2region.version}</version>
  143. </dependency>
  144. <!--mybatis-plus-->
  145. <dependency>
  146. <groupId>org.mybatis</groupId>
  147. <artifactId>mybatis</artifactId>
  148. <version>${mybatis.version}</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>com.baomidou</groupId>
  152. <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
  153. <version>${mybatis-plus.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>com.baomidou</groupId>
  157. <artifactId>mybatis-plus-jsqlparser</artifactId>
  158. <version>${mybatis-plus.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>com.baomidou</groupId>
  162. <artifactId>mybatis-plus-generator</artifactId> <!-- 代码生成器,使用它解析表结构 -->
  163. <version>${mybatis-plus-generator.version}</version>
  164. </dependency>
  165. <!--mybatis-plus-->
  166. <!-- pagehelper 分页插件 -->
  167. <dependency>
  168. <groupId>com.github.pagehelper</groupId>
  169. <artifactId>pagehelper-spring-boot-starter</artifactId>
  170. <version>${pagehelper.boot.version}</version>
  171. <exclusions>
  172. <exclusion>
  173. <artifactId>log4j-to-slf4j</artifactId>
  174. <groupId>org.apache.logging.log4j</groupId>
  175. </exclusion>
  176. </exclusions>
  177. </dependency>
  178. <!--缓存-->
  179. <dependency>
  180. <groupId>com.github.ben-manes.caffeine</groupId>
  181. <artifactId>caffeine</artifactId>
  182. <version>${caffeine.version}</version>
  183. </dependency>
  184. <!--OSS模块-->
  185. <!--ali OSS存储-->
  186. <dependency>
  187. <groupId>com.aliyun.oss</groupId>
  188. <artifactId>aliyun-sdk-oss</artifactId>
  189. <version>${aliyun-oss.version}</version>
  190. </dependency>
  191. <!-- minio -->
  192. <dependency>
  193. <groupId>io.minio</groupId>
  194. <artifactId>minio</artifactId>
  195. <version>${minio.version}</version>
  196. </dependency>
  197. <!--OSS模块-->
  198. <!--系统硬件信息-->
  199. <dependency>
  200. <groupId>com.github.oshi</groupId>
  201. <artifactId>oshi-core</artifactId>
  202. <version>${oshi.core.version}</version>
  203. </dependency>
  204. <dependency>
  205. <groupId>com.deepoove</groupId>
  206. <artifactId>poi-tl</artifactId>
  207. <version>${poi-tl.version}</version>
  208. <exclusions>
  209. <exclusion>
  210. <groupId>org.apache.poi</groupId>
  211. <artifactId>poi-ooxml</artifactId>
  212. </exclusion>
  213. </exclusions>
  214. </dependency>
  215. <dependency>
  216. <groupId>org.apache.poi</groupId>
  217. <artifactId>poi</artifactId>
  218. <version>${poi.version}</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>org.apache.poi</groupId>
  222. <artifactId>poi-ooxml</artifactId>
  223. <version>${poi.version}</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>org.apache.poi</groupId>
  227. <artifactId>poi-ooxml-schemas</artifactId>
  228. <version>${poi-ooxml-schemas.version}</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>com.github.whvcse</groupId>
  232. <artifactId>easy-captcha</artifactId>
  233. <version>${easy-captcha.version}</version>
  234. </dependency>
  235. <!--在线文档-->
  236. <dependency>
  237. <groupId>org.springdoc</groupId>
  238. <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
  239. <version>${springdoc.version}</version>
  240. </dependency>
  241. <dependency>
  242. <groupId>com.github.xiaoymin</groupId>
  243. <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
  244. <version>${knife4j.verison}</version>
  245. </dependency>
  246. <!--业务组件-->
  247. <dependency>
  248. <groupId>cn.tr</groupId>
  249. <artifactId>tr-framework</artifactId>
  250. <version>${revision}</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>cn.tr</groupId>
  254. <artifactId>tr-spring-boot-starter-plugin-lock</artifactId>
  255. <version>${revision}</version>
  256. </dependency>
  257. <dependency>
  258. <groupId>mysql</groupId>
  259. <artifactId>mysql-connector-java</artifactId>
  260. <version>${mysql-connector.version}</version>
  261. </dependency>
  262. <dependency>
  263. <groupId>cn.tr</groupId>
  264. <artifactId>tr-spring-boot-starter-plugin-mybatis</artifactId>
  265. <version>${revision}</version>
  266. </dependency>
  267. <!--缓存插件-->
  268. <dependency>
  269. <groupId>cn.tr</groupId>
  270. <artifactId>tr-spring-boot-starter-plugin-cache</artifactId>
  271. <version>${revision}</version>
  272. </dependency>
  273. <!--文件插件-->
  274. <dependency>
  275. <groupId>cn.tr</groupId>
  276. <artifactId>tr-spring-boot-starter-plugin-file</artifactId>
  277. <version>${revision}</version>
  278. </dependency>
  279. <!--satoken插件-->
  280. <dependency>
  281. <groupId>cn.tr</groupId>
  282. <artifactId>tr-spring-boot-starter-plugin-satoken</artifactId>
  283. <version>${revision}</version>
  284. </dependency>
  285. <!--租户插件-->
  286. <dependency>
  287. <groupId>cn.tr</groupId>
  288. <artifactId>tr-spring-boot-starter-plugin-biz-tenant</artifactId>
  289. <version>${revision}</version>
  290. </dependency>
  291. <!--打印banner插件-->
  292. <dependency>
  293. <groupId>cn.tr</groupId>
  294. <artifactId>tr-spring-boot-starter-plugin-banner</artifactId>
  295. <version>${revision}</version>
  296. </dependency>
  297. <dependency>
  298. <groupId>cn.tr</groupId>
  299. <artifactId>tr-spring-boot-starter-plugin-sse</artifactId>
  300. <version>${revision}</version>
  301. </dependency>
  302. <!--敏感词插件-->
  303. <dependency>
  304. <groupId>cn.tr</groupId>
  305. <artifactId>tr-spring-boot-starter-plugin-desensitize</artifactId>
  306. <version>${revision}</version>
  307. </dependency>
  308. <!--web插件-->
  309. <dependency>
  310. <groupId>cn.tr</groupId>
  311. <artifactId>tr-spring-boot-starter-plugin-web</artifactId>
  312. <version>${revision}</version>
  313. </dependency>
  314. <dependency>
  315. <groupId>cn.tr</groupId>
  316. <artifactId>tr-spring-boot-starter-plugin-quartz</artifactId>
  317. <version>${revision}</version>
  318. </dependency>
  319. <!--api模块-->
  320. <dependency>
  321. <groupId>cn.tr</groupId>
  322. <artifactId>tr-module-system-api</artifactId>
  323. <version>${revision}</version>
  324. </dependency>
  325. <dependency>
  326. <groupId>cn.tr</groupId>
  327. <artifactId>tr-module-system</artifactId>
  328. <version>${revision}</version>
  329. </dependency>
  330. <dependency>
  331. <groupId>cn.tr</groupId>
  332. <artifactId>tr-modules-phototherapy</artifactId>
  333. <version>${revision}</version>
  334. </dependency>
  335. <dependency>
  336. <groupId>cn.tr</groupId>
  337. <artifactId>tr-module-jgliu</artifactId>
  338. <version>${revision}</version>
  339. </dependency>
  340. <dependency>
  341. <groupId>cn.tr</groupId>
  342. <artifactId>tr-module-platform</artifactId>
  343. <version>${revision}</version>
  344. </dependency>
  345. <dependency>
  346. <groupId>cn.tr</groupId>
  347. <artifactId>tr-module-ai</artifactId>
  348. <version>${revision}</version>
  349. </dependency>
  350. <dependency>
  351. <groupId>cn.tr</groupId>
  352. <artifactId>tr-module-export</artifactId>
  353. <version>${revision}</version>
  354. </dependency>
  355. <!--导出api模块-->
  356. <dependency>
  357. <groupId>cn.tr</groupId>
  358. <artifactId>tr-module-export-api</artifactId>
  359. <version>${revision}</version>
  360. </dependency>
  361. <!--短信模块-->
  362. <dependency>
  363. <groupId>cn.tr</groupId>
  364. <artifactId>tr-spring-boot-starter-plugin-sms</artifactId>
  365. <version>${revision}</version>
  366. </dependency>
  367. <!--阿里云短信-->
  368. <dependency>
  369. <groupId>com.aliyun</groupId>
  370. <artifactId>dysmsapi20170525</artifactId>
  371. <version>${ali.sms.version}</version>
  372. </dependency>
  373. <dependency>
  374. <groupId>com.ibeetl</groupId>
  375. <artifactId>beetl-framework-starter</artifactId>
  376. <version>${beetl.version}</version>
  377. </dependency>
  378. <dependency>
  379. <groupId>com.alibaba</groupId>
  380. <artifactId>easyexcel</artifactId>
  381. <version>${easy-excel.version}</version>
  382. </dependency>
  383. <dependency>
  384. <groupId>commons-cli</groupId>
  385. <artifactId>commons-cli</artifactId>
  386. <version>${commons-cli.version}</version>
  387. </dependency>
  388. <dependency>
  389. <groupId>org.apache.commons</groupId>
  390. <artifactId>commons-lang3</artifactId>
  391. <version>${lang3.version}</version>
  392. </dependency>
  393. <dependency>
  394. <groupId>com.squareup.okhttp3</groupId>
  395. <artifactId>okhttp</artifactId>
  396. <version>${okhttp.version}</version>
  397. </dependency>
  398. <dependency>
  399. <groupId>org.springframework.boot</groupId>
  400. <artifactId>spring-boot-starter-log4j2</artifactId>
  401. <version>${spring-boot.version}</version>
  402. <exclusions>
  403. <exclusion>
  404. <artifactId>log4j-to-slf4j</artifactId>
  405. <groupId>org.apache.logging.log4j</groupId>
  406. </exclusion>
  407. </exclusions>
  408. </dependency>
  409. <dependency>
  410. <groupId>cn.tr</groupId>
  411. <artifactId>tr-spring-boot-starter-plugin-gen</artifactId>
  412. <version>${revision}</version>
  413. </dependency>
  414. <dependency>
  415. <groupId>org.apache.httpcomponents</groupId>
  416. <artifactId>httpclient</artifactId>
  417. <version>${httpclient.version}</version>
  418. </dependency>
  419. <dependency>
  420. <groupId>com.github.kwaiopen</groupId>
  421. <artifactId>kwai-open-sdk</artifactId>
  422. <version>${kuaishou.version}</version>
  423. </dependency>
  424. <!--mqtt java客户端依赖-->
  425. <dependency>
  426. <groupId>org.springframework.integration</groupId>
  427. <artifactId>spring-integration-mqtt</artifactId>
  428. <version>${spring-integration.version}</version>
  429. </dependency>
  430. <!-- fastJson依赖 -->
  431. <dependency>
  432. <groupId>com.alibaba</groupId>
  433. <artifactId>fastjson</artifactId>
  434. <version>${fastjson.version}</version>
  435. </dependency>
  436. </dependencies>
  437. </dependencyManagement>
  438. </project>