pom.xml 18 KB

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