pom.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <artifactId>forge-dependencies</artifactId>
  6. <name>forge-dependencies</name>
  7. <groupId>com.mdframe.forge</groupId>
  8. <description>forge-dependencies</description>
  9. <version>${revision}</version>
  10. <packaging>pom</packaging>
  11. <properties>
  12. <revision>1.0.0</revision>
  13. <maven.compiler.source>17</maven.compiler.source>
  14. <maven.compiler.target>17</maven.compiler.target>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. <spring-boot.version>3.5.13</spring-boot.version>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  19. <java.version>17</java.version>
  20. <mybatis.version>3.5.16</mybatis.version>
  21. <springdoc.version>2.6.0</springdoc.version>
  22. <therapi-javadoc.version>0.15.0</therapi-javadoc.version>
  23. <easyexcel.version>4.0.2</easyexcel.version>
  24. <velocity.version>2.3</velocity.version>
  25. <aviator.version>5.4.3</aviator.version>
  26. <satoken.version>1.38.0</satoken.version>
  27. <mybatis-plus.version>3.5.7</mybatis-plus.version>
  28. <transmittable.version>2.14.5</transmittable.version>
  29. <p6spy.version>3.9.1</p6spy.version>
  30. <hutool.version>5.8.31</hutool.version>
  31. <okhttp.version>4.10.0</okhttp.version>
  32. <spring-boot-admin.version>3.2.3</spring-boot-admin.version>
  33. <redisson.version>3.50.0</redisson.version>
  34. <lock4j.version>2.2.7</lock4j.version>
  35. <dynamic-ds.version>4.3.1</dynamic-ds.version>
  36. <oracle.jdbc.version>21.9.0.0</oracle.jdbc.version>
  37. <snailjob.version>1.1.2</snailjob.version>
  38. <mapstruct-plus.version>1.4.4</mapstruct-plus.version>
  39. <mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version>
  40. <lombok.version>1.18.34</lombok.version>
  41. <bouncycastle.version>1.76</bouncycastle.version>
  42. <justauth.version>1.16.6</justauth.version>
  43. <!-- 离线IP地址定位库 -->
  44. <ip2region.version>2.7.0</ip2region.version>
  45. <undertow.version>2.3.15.Final</undertow.version>
  46. <!-- OSS 配置 -->
  47. <aws.sdk.version>2.25.15</aws.sdk.version>
  48. <aws.crt.version>0.29.13</aws.crt.version>
  49. <tencent.cos.version>5.6.227</tencent.cos.version>
  50. <!-- SMS 配置 -->
  51. <sms4j.version>3.3.2</sms4j.version>
  52. <!-- 限制框架中的fastjson版本 -->
  53. <fastjson.version>1.2.83</fastjson.version>
  54. <!-- 面向运行时的D-ORM依赖 -->
  55. <anyline.version>8.7.2-20240808</anyline.version>
  56. <!--工作流配置-->
  57. <flowable.version>7.0.1</flowable.version>
  58. <!-- 插件版本 -->
  59. <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
  60. <maven-war-plugin.version>3.2.2</maven-war-plugin.version>
  61. <maven-compiler-plugin.verison>3.11.0</maven-compiler-plugin.verison>
  62. <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
  63. <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
  64. <!-- Tlog版本 -->
  65. <tlog-all.version>1.5.1</tlog-all.version>
  66. <uid-generator.version>0.0.4-RELEASE</uid-generator.version>
  67. </properties>
  68. <!-- 依赖声明 -->
  69. <dependencyManagement>
  70. <dependencies>
  71. <!-- SpringBoot的依赖配置-->
  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. <!-- hutool 的依赖配置-->
  80. <dependency>
  81. <groupId>cn.hutool</groupId>
  82. <artifactId>hutool-bom</artifactId>
  83. <version>${hutool.version}</version>
  84. <type>pom</type>
  85. <scope>import</scope>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.flowable</groupId>
  89. <artifactId>flowable-bom</artifactId>
  90. <version>${flowable.version}</version>
  91. <type>pom</type>
  92. <scope>import</scope>
  93. </dependency>
  94. <dependency>
  95. <groupId>com.github.therapi</groupId>
  96. <artifactId>therapi-runtime-javadoc</artifactId>
  97. <version>${therapi-javadoc.version}</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.projectlombok</groupId>
  101. <artifactId>lombok</artifactId>
  102. <version>${lombok.version}</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.alibaba</groupId>
  106. <artifactId>easyexcel</artifactId>
  107. <version>${easyexcel.version}</version>
  108. </dependency>
  109. <!-- velocity代码生成使用模板 -->
  110. <dependency>
  111. <groupId>org.apache.velocity</groupId>
  112. <artifactId>velocity-engine-core</artifactId>
  113. <version>${velocity.version}</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>com.googlecode.aviator</groupId>
  117. <artifactId>aviator</artifactId>
  118. <version>${aviator.version}</version>
  119. </dependency>
  120. <!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ -->
  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 整合 jwt -->
  127. <dependency>
  128. <groupId>cn.dev33</groupId>
  129. <artifactId>sa-token-jwt</artifactId>
  130. <version>${satoken.version}</version>
  131. <exclusions>
  132. <exclusion>
  133. <groupId>cn.hutool</groupId>
  134. <artifactId>hutool-all</artifactId>
  135. </exclusion>
  136. </exclusions>
  137. </dependency>
  138. <!-- Sa-Token 整合 Redis (使用jackson序列化) -->
  139. <dependency>
  140. <groupId>cn.dev33</groupId>
  141. <artifactId>sa-token-redis-jackson</artifactId>
  142. <version>${satoken.version}</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>cn.dev33</groupId>
  146. <artifactId>sa-token-core</artifactId>
  147. <version>${satoken.version}</version>
  148. </dependency>
  149. <!-- dynamic-datasource 多数据源-->
  150. <dependency>
  151. <groupId>com.baomidou</groupId>
  152. <artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
  153. <version>${dynamic-ds.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>com.oracle.database.jdbc</groupId>
  157. <artifactId>ojdbc8</artifactId>
  158. <version>${oracle.jdbc.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>org.mybatis</groupId>
  162. <artifactId>mybatis</artifactId>
  163. <version>${mybatis.version}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>com.baomidou</groupId>
  167. <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
  168. <version>${mybatis-plus.version}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>com.baomidou</groupId>
  172. <artifactId>mybatis-plus-annotation</artifactId>
  173. <version>${mybatis-plus.version}</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>com.baomidou</groupId>
  177. <artifactId>mybatis-plus-extension</artifactId>
  178. <version>${mybatis-plus.version}</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>com.alibaba</groupId>
  182. <artifactId>transmittable-thread-local</artifactId>
  183. <version>${transmittable.version}</version>
  184. </dependency>
  185. <!-- sql性能分析插件 -->
  186. <dependency>
  187. <groupId>p6spy</groupId>
  188. <artifactId>p6spy</artifactId>
  189. <version>${p6spy.version}</version>
  190. </dependency>
  191. <!--redisson-->
  192. <dependency>
  193. <groupId>org.redisson</groupId>
  194. <artifactId>redisson-spring-boot-starter</artifactId>
  195. <version>${redisson.version}</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>com.baomidou</groupId>
  199. <artifactId>lock4j-redisson-spring-boot-starter</artifactId>
  200. <version>${lock4j.version}</version>
  201. </dependency>
  202. <!-- 加密包引入 -->
  203. <dependency>
  204. <groupId>org.bouncycastle</groupId>
  205. <artifactId>bcprov-jdk15to18</artifactId>
  206. <version>${bouncycastle.version}</version>
  207. </dependency>
  208. <dependency>
  209. <groupId>io.github.linpeilie</groupId>
  210. <artifactId>mapstruct-plus-spring-boot-starter</artifactId>
  211. <version>${mapstruct-plus.version}</version>
  212. </dependency>
  213. <!-- 离线IP地址定位库 ip2region -->
  214. <dependency>
  215. <groupId>org.lionsoul</groupId>
  216. <artifactId>ip2region</artifactId>
  217. <version>${ip2region.version}</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>io.undertow</groupId>
  221. <artifactId>undertow-core</artifactId>
  222. <version>${undertow.version}</version>
  223. </dependency>
  224. <dependency>
  225. <groupId>io.undertow</groupId>
  226. <artifactId>undertow-servlet</artifactId>
  227. <version>${undertow.version}</version>
  228. </dependency>
  229. <dependency>
  230. <groupId>io.undertow</groupId>
  231. <artifactId>undertow-websockets-jsr</artifactId>
  232. <version>${undertow.version}</version>
  233. </dependency>
  234. <dependency>
  235. <artifactId>commons-compress</artifactId>
  236. <groupId>org.apache.commons</groupId>
  237. <version>1.26.2</version>
  238. </dependency>
  239. <dependency>
  240. <groupId>com.alibaba.fastjson2</groupId>
  241. <artifactId>fastjson2</artifactId>
  242. <version>2.0.57</version>
  243. </dependency>
  244. <dependency>
  245. <groupId>cn.hutool</groupId>
  246. <artifactId>hutool-all</artifactId>
  247. <version>${hutool.version}</version>
  248. </dependency>
  249. <dependency>
  250. <groupId>com.xfvape.uid</groupId>
  251. <artifactId>uid-generator</artifactId>
  252. <version>${uid-generator.version}</version>
  253. </dependency>
  254. <!-- SMS4J 短信和邮件 -->
  255. <dependency>
  256. <groupId>org.dromara.sms4j</groupId>
  257. <artifactId>sms4j-spring-boot-starter</artifactId>
  258. <version>${sms4j.version}</version>
  259. </dependency>
  260. <dependency>
  261. <groupId>org.dromara.sms4j</groupId>
  262. <artifactId>sms4j-email-jakarta-core</artifactId>
  263. <version>${sms4j.version}</version>
  264. </dependency>
  265. <!--starter-->
  266. <dependency>
  267. <groupId>com.mdframe.forge</groupId>
  268. <artifactId>forge-starter-core</artifactId>
  269. <version>${revision}</version>
  270. </dependency>
  271. <dependency>
  272. <groupId>com.mdframe.forge</groupId>
  273. <artifactId>forge-starter-orm</artifactId>
  274. <version>${revision}</version>
  275. </dependency>
  276. <dependency>
  277. <groupId>com.mdframe.forge</groupId>
  278. <artifactId>forge-starter-web</artifactId>
  279. <version>${revision}</version>
  280. </dependency>
  281. <dependency>
  282. <groupId>com.mdframe.forge</groupId>
  283. <artifactId>forge-starter-cache</artifactId>
  284. <version>${revision}</version>
  285. </dependency>
  286. <dependency>
  287. <groupId>com.mdframe.forge</groupId>
  288. <artifactId>forge-starter-openapi-security</artifactId>
  289. <version>${revision}</version>
  290. </dependency>
  291. <dependency>
  292. <groupId>com.mdframe.forge</groupId>
  293. <artifactId>forge-starter-auth</artifactId>
  294. <version>${revision}</version>
  295. </dependency>
  296. <dependency>
  297. <groupId>com.mdframe.forge</groupId>
  298. <artifactId>forge-starter-log</artifactId>
  299. <version>${revision}</version>
  300. </dependency>
  301. <dependency>
  302. <groupId>com.mdframe.forge</groupId>
  303. <artifactId>forge-starter-trans</artifactId>
  304. <version>${revision}</version>
  305. </dependency>
  306. <dependency>
  307. <groupId>com.mdframe.forge</groupId>
  308. <artifactId>forge-starter-file</artifactId>
  309. <version>${revision}</version>
  310. </dependency>
  311. <dependency>
  312. <groupId>com.mdframe.forge</groupId>
  313. <artifactId>forge-starter-excel</artifactId>
  314. <version>${revision}</version>
  315. </dependency>
  316. <dependency>
  317. <groupId>com.mdframe.forge</groupId>
  318. <artifactId>forge-starter-config</artifactId>
  319. <version>${revision}</version>
  320. </dependency>
  321. <dependency>
  322. <groupId>com.mdframe.forge</groupId>
  323. <artifactId>forge-starter-job</artifactId>
  324. <version>${revision}</version>
  325. </dependency>
  326. <dependency>
  327. <groupId>com.mdframe.forge</groupId>
  328. <artifactId>forge-starter-outbound</artifactId>
  329. <version>${revision}</version>
  330. </dependency>
  331. <dependency>
  332. <groupId>com.mdframe.forge</groupId>
  333. <artifactId>forge-starter-collaboration</artifactId>
  334. <version>${revision}</version>
  335. </dependency>
  336. <dependency>
  337. <groupId>com.mdframe.forge</groupId>
  338. <artifactId>forge-starter-id</artifactId>
  339. <version>${revision}</version>
  340. </dependency>
  341. <dependency>
  342. <groupId>com.mdframe.forge</groupId>
  343. <artifactId>forge-starter-datascope</artifactId>
  344. <version>${revision}</version>
  345. </dependency>
  346. <dependency>
  347. <groupId>com.mdframe.forge</groupId>
  348. <artifactId>forge-starter-message</artifactId>
  349. <version>${revision}</version>
  350. </dependency>
  351. <dependency>
  352. <groupId>com.mdframe.forge</groupId>
  353. <artifactId>forge-starter-tenant</artifactId>
  354. <version>${revision}</version>
  355. </dependency>
  356. <dependency>
  357. <groupId>com.mdframe.forge</groupId>
  358. <artifactId>forge-starter-crypto</artifactId>
  359. <version>${revision}</version>
  360. </dependency>
  361. <dependency>
  362. <groupId>com.mdframe.forge</groupId>
  363. <artifactId>forge-starter-websocket</artifactId>
  364. <version>${revision}</version>
  365. </dependency>
  366. <dependency>
  367. <groupId>com.mdframe.forge</groupId>
  368. <artifactId>forge-starter-api-config</artifactId>
  369. <version>${revision}</version>
  370. </dependency>
  371. <dependency>
  372. <groupId>com.mdframe.forge</groupId>
  373. <artifactId>forge-starter-social</artifactId>
  374. <version>${revision}</version>
  375. </dependency>
  376. <dependency>
  377. <groupId>com.mdframe.forge</groupId>
  378. <artifactId>forge-flow-client</artifactId>
  379. <version>${revision}</version>
  380. </dependency>
  381. <!--plugin-->
  382. <dependency>
  383. <groupId>com.mdframe.forge</groupId>
  384. <artifactId>forge-plugin-system</artifactId>
  385. <version>${revision}</version>
  386. </dependency>
  387. <dependency>
  388. <groupId>com.mdframe.forge</groupId>
  389. <artifactId>forge-plugin-job</artifactId>
  390. <version>${revision}</version>
  391. </dependency>
  392. <dependency>
  393. <groupId>com.mdframe.forge</groupId>
  394. <artifactId>forge-plugin-message</artifactId>
  395. <version>${revision}</version>
  396. </dependency>
  397. <dependency>
  398. <groupId>com.mdframe.forge</groupId>
  399. <artifactId>forge-plugin-collaboration</artifactId>
  400. <version>${revision}</version>
  401. </dependency>
  402. <dependency>
  403. <groupId>com.mdframe.forge</groupId>
  404. <artifactId>forge-plugin-generator</artifactId>
  405. <version>${revision}</version>
  406. </dependency>
  407. <dependency>
  408. <groupId>com.mdframe.forge</groupId>
  409. <artifactId>forge-plugin-flow</artifactId>
  410. <version>${revision}</version>
  411. </dependency>
  412. <dependency>
  413. <groupId>com.mdframe.forge</groupId>
  414. <artifactId>forge-plugin-ai</artifactId>
  415. <version>${revision}</version>
  416. </dependency>
  417. <dependency>
  418. <groupId>com.mdframe.forge</groupId>
  419. <artifactId>forge-plugin-capability-core</artifactId>
  420. <version>${revision}</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>com.mdframe.forge</groupId>
  424. <artifactId>forge-plugin-capability-platform</artifactId>
  425. <version>${revision}</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>com.mdframe.forge</groupId>
  429. <artifactId>forge-plugin-capability-actions</artifactId>
  430. <version>${revision}</version>
  431. </dependency>
  432. <dependency>
  433. <groupId>com.mdframe.forge</groupId>
  434. <artifactId>forge-plugin-capability-high-risk-approval</artifactId>
  435. <version>${revision}</version>
  436. </dependency>
  437. <dependency>
  438. <groupId>com.mdframe.forge</groupId>
  439. <artifactId>forge-plugin-mcp</artifactId>
  440. <version>${revision}</version>
  441. </dependency>
  442. <dependency>
  443. <groupId>com.mdframe.forge</groupId>
  444. <artifactId>forge-plugin-external</artifactId>
  445. <version>${revision}</version>
  446. </dependency>
  447. <dependency>
  448. <groupId>com.mdframe.forge</groupId>
  449. <artifactId>forge-plugin-data</artifactId>
  450. <version>${revision}</version>
  451. </dependency>
  452. </dependencies>
  453. </dependencyManagement>
  454. <build>
  455. <plugins>
  456. <plugin>
  457. <groupId>org.apache.maven.plugins</groupId>
  458. <artifactId>maven-compiler-plugin</artifactId>
  459. <version>${maven-compiler-plugin.verison}</version>
  460. <configuration>
  461. <source>${java.version}</source>
  462. <target>${java.version}</target>
  463. <encoding>${project.build.sourceEncoding}</encoding>
  464. <annotationProcessorPaths>
  465. <path>
  466. <groupId>com.github.therapi</groupId>
  467. <artifactId>therapi-runtime-javadoc-scribe</artifactId>
  468. <version>${therapi-javadoc.version}</version>
  469. </path>
  470. <path>
  471. <groupId>org.projectlombok</groupId>
  472. <artifactId>lombok</artifactId>
  473. <version>${lombok.version}</version>
  474. </path>
  475. <path>
  476. <groupId>org.springframework.boot</groupId>
  477. <artifactId>spring-boot-configuration-processor</artifactId>
  478. <version>${spring-boot.version}</version>
  479. </path>
  480. <path>
  481. <groupId>io.github.linpeilie</groupId>
  482. <artifactId>mapstruct-plus-processor</artifactId>
  483. <version>${mapstruct-plus.version}</version>
  484. </path>
  485. <path>
  486. <groupId>org.projectlombok</groupId>
  487. <artifactId>lombok-mapstruct-binding</artifactId>
  488. <version>${mapstruct-plus.lombok.version}</version>
  489. </path>
  490. </annotationProcessorPaths>
  491. <compilerArgs>
  492. <arg>-parameters</arg>
  493. </compilerArgs>
  494. </configuration>
  495. </plugin>
  496. <!-- 统一版本号管理 -->
  497. <plugin>
  498. <groupId>org.codehaus.mojo</groupId>
  499. <artifactId>flatten-maven-plugin</artifactId>
  500. <version>${flatten-maven-plugin.version}</version>
  501. <configuration>
  502. <updatePomFile>true</updatePomFile>
  503. <flattenMode>resolveCiFriendliesOnly</flattenMode>
  504. </configuration>
  505. <executions>
  506. <execution>
  507. <id>flatten</id>
  508. <phase>process-resources</phase>
  509. <goals>
  510. <goal>flatten</goal>
  511. </goals>
  512. </execution>
  513. <execution>
  514. <id>flatten.clean</id>
  515. <phase>clean</phase>
  516. <goals>
  517. <goal>clean</goal>
  518. </goals>
  519. </execution>
  520. </executions>
  521. </plugin>
  522. </plugins>
  523. </build>
  524. </project>