pom.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  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. <zxing.version>3.5.3</zxing.version>
  68. </properties>
  69. <!-- 依赖声明 -->
  70. <dependencyManagement>
  71. <dependencies>
  72. <!-- SpringBoot的依赖配置-->
  73. <dependency>
  74. <groupId>org.springframework.boot</groupId>
  75. <artifactId>spring-boot-dependencies</artifactId>
  76. <version>${spring-boot.version}</version>
  77. <type>pom</type>
  78. <scope>import</scope>
  79. </dependency>
  80. <!-- hutool 的依赖配置-->
  81. <dependency>
  82. <groupId>cn.hutool</groupId>
  83. <artifactId>hutool-bom</artifactId>
  84. <version>${hutool.version}</version>
  85. <type>pom</type>
  86. <scope>import</scope>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.flowable</groupId>
  90. <artifactId>flowable-bom</artifactId>
  91. <version>${flowable.version}</version>
  92. <type>pom</type>
  93. <scope>import</scope>
  94. </dependency>
  95. <dependency>
  96. <groupId>com.github.therapi</groupId>
  97. <artifactId>therapi-runtime-javadoc</artifactId>
  98. <version>${therapi-javadoc.version}</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>org.projectlombok</groupId>
  102. <artifactId>lombok</artifactId>
  103. <version>${lombok.version}</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>com.alibaba</groupId>
  107. <artifactId>easyexcel</artifactId>
  108. <version>${easyexcel.version}</version>
  109. </dependency>
  110. <!-- velocity代码生成使用模板 -->
  111. <dependency>
  112. <groupId>org.apache.velocity</groupId>
  113. <artifactId>velocity-engine-core</artifactId>
  114. <version>${velocity.version}</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>com.googlecode.aviator</groupId>
  118. <artifactId>aviator</artifactId>
  119. <version>${aviator.version}</version>
  120. </dependency>
  121. <!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ -->
  122. <dependency>
  123. <groupId>cn.dev33</groupId>
  124. <artifactId>sa-token-spring-boot3-starter</artifactId>
  125. <version>${satoken.version}</version>
  126. </dependency>
  127. <!-- Sa-Token 整合 jwt -->
  128. <dependency>
  129. <groupId>cn.dev33</groupId>
  130. <artifactId>sa-token-jwt</artifactId>
  131. <version>${satoken.version}</version>
  132. <exclusions>
  133. <exclusion>
  134. <groupId>cn.hutool</groupId>
  135. <artifactId>hutool-all</artifactId>
  136. </exclusion>
  137. </exclusions>
  138. </dependency>
  139. <!-- Sa-Token 整合 Redis (使用jackson序列化) -->
  140. <dependency>
  141. <groupId>cn.dev33</groupId>
  142. <artifactId>sa-token-redis-jackson</artifactId>
  143. <version>${satoken.version}</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>cn.dev33</groupId>
  147. <artifactId>sa-token-core</artifactId>
  148. <version>${satoken.version}</version>
  149. </dependency>
  150. <!-- dynamic-datasource 多数据源-->
  151. <dependency>
  152. <groupId>com.baomidou</groupId>
  153. <artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
  154. <version>${dynamic-ds.version}</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.oracle.database.jdbc</groupId>
  158. <artifactId>ojdbc8</artifactId>
  159. <version>${oracle.jdbc.version}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>org.mybatis</groupId>
  163. <artifactId>mybatis</artifactId>
  164. <version>${mybatis.version}</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>com.baomidou</groupId>
  168. <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
  169. <version>${mybatis-plus.version}</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>com.baomidou</groupId>
  173. <artifactId>mybatis-plus-annotation</artifactId>
  174. <version>${mybatis-plus.version}</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>com.baomidou</groupId>
  178. <artifactId>mybatis-plus-extension</artifactId>
  179. <version>${mybatis-plus.version}</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>com.alibaba</groupId>
  183. <artifactId>transmittable-thread-local</artifactId>
  184. <version>${transmittable.version}</version>
  185. </dependency>
  186. <!-- sql性能分析插件 -->
  187. <dependency>
  188. <groupId>p6spy</groupId>
  189. <artifactId>p6spy</artifactId>
  190. <version>${p6spy.version}</version>
  191. </dependency>
  192. <!--redisson-->
  193. <dependency>
  194. <groupId>org.redisson</groupId>
  195. <artifactId>redisson-spring-boot-starter</artifactId>
  196. <version>${redisson.version}</version>
  197. </dependency>
  198. <dependency>
  199. <groupId>com.baomidou</groupId>
  200. <artifactId>lock4j-redisson-spring-boot-starter</artifactId>
  201. <version>${lock4j.version}</version>
  202. </dependency>
  203. <!-- 加密包引入 -->
  204. <dependency>
  205. <groupId>org.bouncycastle</groupId>
  206. <artifactId>bcprov-jdk15to18</artifactId>
  207. <version>${bouncycastle.version}</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>io.github.linpeilie</groupId>
  211. <artifactId>mapstruct-plus-spring-boot-starter</artifactId>
  212. <version>${mapstruct-plus.version}</version>
  213. </dependency>
  214. <!-- ZXing 二维码生成 -->
  215. <dependency>
  216. <groupId>com.google.zxing</groupId>
  217. <artifactId>core</artifactId>
  218. <version>${zxing.version}</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>com.google.zxing</groupId>
  222. <artifactId>javase</artifactId>
  223. <version>${zxing.version}</version>
  224. </dependency>
  225. <!-- 离线IP地址定位库 ip2region -->
  226. <dependency>
  227. <groupId>org.lionsoul</groupId>
  228. <artifactId>ip2region</artifactId>
  229. <version>${ip2region.version}</version>
  230. </dependency>
  231. <dependency>
  232. <groupId>io.undertow</groupId>
  233. <artifactId>undertow-core</artifactId>
  234. <version>${undertow.version}</version>
  235. </dependency>
  236. <dependency>
  237. <groupId>io.undertow</groupId>
  238. <artifactId>undertow-servlet</artifactId>
  239. <version>${undertow.version}</version>
  240. </dependency>
  241. <dependency>
  242. <groupId>io.undertow</groupId>
  243. <artifactId>undertow-websockets-jsr</artifactId>
  244. <version>${undertow.version}</version>
  245. </dependency>
  246. <dependency>
  247. <artifactId>commons-compress</artifactId>
  248. <groupId>org.apache.commons</groupId>
  249. <version>1.26.2</version>
  250. </dependency>
  251. <dependency>
  252. <groupId>com.alibaba.fastjson2</groupId>
  253. <artifactId>fastjson2</artifactId>
  254. <version>2.0.57</version>
  255. </dependency>
  256. <dependency>
  257. <groupId>cn.hutool</groupId>
  258. <artifactId>hutool-all</artifactId>
  259. <version>${hutool.version}</version>
  260. </dependency>
  261. <dependency>
  262. <groupId>com.xfvape.uid</groupId>
  263. <artifactId>uid-generator</artifactId>
  264. <version>${uid-generator.version}</version>
  265. </dependency>
  266. <!-- SMS4J 短信和邮件 -->
  267. <dependency>
  268. <groupId>org.dromara.sms4j</groupId>
  269. <artifactId>sms4j-spring-boot-starter</artifactId>
  270. <version>${sms4j.version}</version>
  271. </dependency>
  272. <dependency>
  273. <groupId>org.dromara.sms4j</groupId>
  274. <artifactId>sms4j-email-jakarta-core</artifactId>
  275. <version>${sms4j.version}</version>
  276. </dependency>
  277. <!--starter-->
  278. <dependency>
  279. <groupId>com.mdframe.forge</groupId>
  280. <artifactId>forge-starter-core</artifactId>
  281. <version>${revision}</version>
  282. </dependency>
  283. <dependency>
  284. <groupId>com.mdframe.forge</groupId>
  285. <artifactId>forge-starter-orm</artifactId>
  286. <version>${revision}</version>
  287. </dependency>
  288. <dependency>
  289. <groupId>com.mdframe.forge</groupId>
  290. <artifactId>forge-starter-web</artifactId>
  291. <version>${revision}</version>
  292. </dependency>
  293. <dependency>
  294. <groupId>com.mdframe.forge</groupId>
  295. <artifactId>forge-starter-cache</artifactId>
  296. <version>${revision}</version>
  297. </dependency>
  298. <dependency>
  299. <groupId>com.mdframe.forge</groupId>
  300. <artifactId>forge-starter-openapi-security</artifactId>
  301. <version>${revision}</version>
  302. </dependency>
  303. <dependency>
  304. <groupId>com.mdframe.forge</groupId>
  305. <artifactId>forge-starter-auth</artifactId>
  306. <version>${revision}</version>
  307. </dependency>
  308. <dependency>
  309. <groupId>com.mdframe.forge</groupId>
  310. <artifactId>forge-starter-log</artifactId>
  311. <version>${revision}</version>
  312. </dependency>
  313. <dependency>
  314. <groupId>com.mdframe.forge</groupId>
  315. <artifactId>forge-starter-trans</artifactId>
  316. <version>${revision}</version>
  317. </dependency>
  318. <dependency>
  319. <groupId>com.mdframe.forge</groupId>
  320. <artifactId>forge-starter-file</artifactId>
  321. <version>${revision}</version>
  322. </dependency>
  323. <dependency>
  324. <groupId>com.mdframe.forge</groupId>
  325. <artifactId>forge-starter-excel</artifactId>
  326. <version>${revision}</version>
  327. </dependency>
  328. <dependency>
  329. <groupId>com.mdframe.forge</groupId>
  330. <artifactId>forge-starter-config</artifactId>
  331. <version>${revision}</version>
  332. </dependency>
  333. <dependency>
  334. <groupId>com.mdframe.forge</groupId>
  335. <artifactId>forge-starter-job</artifactId>
  336. <version>${revision}</version>
  337. </dependency>
  338. <dependency>
  339. <groupId>com.mdframe.forge</groupId>
  340. <artifactId>forge-starter-outbound</artifactId>
  341. <version>${revision}</version>
  342. </dependency>
  343. <dependency>
  344. <groupId>com.mdframe.forge</groupId>
  345. <artifactId>forge-starter-collaboration</artifactId>
  346. <version>${revision}</version>
  347. </dependency>
  348. <dependency>
  349. <groupId>com.mdframe.forge</groupId>
  350. <artifactId>forge-starter-id</artifactId>
  351. <version>${revision}</version>
  352. </dependency>
  353. <dependency>
  354. <groupId>com.mdframe.forge</groupId>
  355. <artifactId>forge-starter-datascope</artifactId>
  356. <version>${revision}</version>
  357. </dependency>
  358. <dependency>
  359. <groupId>com.mdframe.forge</groupId>
  360. <artifactId>forge-starter-message</artifactId>
  361. <version>${revision}</version>
  362. </dependency>
  363. <dependency>
  364. <groupId>com.mdframe.forge</groupId>
  365. <artifactId>forge-starter-tenant</artifactId>
  366. <version>${revision}</version>
  367. </dependency>
  368. <dependency>
  369. <groupId>com.mdframe.forge</groupId>
  370. <artifactId>forge-starter-crypto</artifactId>
  371. <version>${revision}</version>
  372. </dependency>
  373. <dependency>
  374. <groupId>com.mdframe.forge</groupId>
  375. <artifactId>forge-starter-websocket</artifactId>
  376. <version>${revision}</version>
  377. </dependency>
  378. <dependency>
  379. <groupId>com.mdframe.forge</groupId>
  380. <artifactId>forge-starter-api-config</artifactId>
  381. <version>${revision}</version>
  382. </dependency>
  383. <dependency>
  384. <groupId>com.mdframe.forge</groupId>
  385. <artifactId>forge-starter-social</artifactId>
  386. <version>${revision}</version>
  387. </dependency>
  388. <dependency>
  389. <groupId>com.mdframe.forge</groupId>
  390. <artifactId>forge-flow-client</artifactId>
  391. <version>${revision}</version>
  392. </dependency>
  393. <!--plugin-->
  394. <dependency>
  395. <groupId>com.mdframe.forge</groupId>
  396. <artifactId>forge-plugin-system</artifactId>
  397. <version>${revision}</version>
  398. </dependency>
  399. <dependency>
  400. <groupId>com.mdframe.forge</groupId>
  401. <artifactId>forge-plugin-job</artifactId>
  402. <version>${revision}</version>
  403. </dependency>
  404. <dependency>
  405. <groupId>com.mdframe.forge</groupId>
  406. <artifactId>forge-plugin-message</artifactId>
  407. <version>${revision}</version>
  408. </dependency>
  409. <dependency>
  410. <groupId>com.mdframe.forge</groupId>
  411. <artifactId>forge-plugin-collaboration</artifactId>
  412. <version>${revision}</version>
  413. </dependency>
  414. <dependency>
  415. <groupId>com.mdframe.forge</groupId>
  416. <artifactId>forge-plugin-generator</artifactId>
  417. <version>${revision}</version>
  418. </dependency>
  419. <dependency>
  420. <groupId>com.mdframe.forge</groupId>
  421. <artifactId>forge-plugin-flow</artifactId>
  422. <version>${revision}</version>
  423. </dependency>
  424. <dependency>
  425. <groupId>com.mdframe.forge</groupId>
  426. <artifactId>forge-plugin-ai</artifactId>
  427. <version>${revision}</version>
  428. </dependency>
  429. <dependency>
  430. <groupId>com.mdframe.forge</groupId>
  431. <artifactId>forge-plugin-capability-core</artifactId>
  432. <version>${revision}</version>
  433. </dependency>
  434. <dependency>
  435. <groupId>com.mdframe.forge</groupId>
  436. <artifactId>forge-plugin-capability-platform</artifactId>
  437. <version>${revision}</version>
  438. </dependency>
  439. <dependency>
  440. <groupId>com.mdframe.forge</groupId>
  441. <artifactId>forge-plugin-capability-actions</artifactId>
  442. <version>${revision}</version>
  443. </dependency>
  444. <dependency>
  445. <groupId>com.mdframe.forge</groupId>
  446. <artifactId>forge-plugin-capability-high-risk-approval</artifactId>
  447. <version>${revision}</version>
  448. </dependency>
  449. <dependency>
  450. <groupId>com.mdframe.forge</groupId>
  451. <artifactId>forge-plugin-mcp</artifactId>
  452. <version>${revision}</version>
  453. </dependency>
  454. <dependency>
  455. <groupId>com.mdframe.forge</groupId>
  456. <artifactId>forge-plugin-external</artifactId>
  457. <version>${revision}</version>
  458. </dependency>
  459. <dependency>
  460. <groupId>com.mdframe.forge</groupId>
  461. <artifactId>forge-plugin-data</artifactId>
  462. <version>${revision}</version>
  463. </dependency>
  464. </dependencies>
  465. </dependencyManagement>
  466. <build>
  467. <plugins>
  468. <plugin>
  469. <groupId>org.apache.maven.plugins</groupId>
  470. <artifactId>maven-compiler-plugin</artifactId>
  471. <version>${maven-compiler-plugin.verison}</version>
  472. <configuration>
  473. <source>${java.version}</source>
  474. <target>${java.version}</target>
  475. <encoding>${project.build.sourceEncoding}</encoding>
  476. <annotationProcessorPaths>
  477. <path>
  478. <groupId>com.github.therapi</groupId>
  479. <artifactId>therapi-runtime-javadoc-scribe</artifactId>
  480. <version>${therapi-javadoc.version}</version>
  481. </path>
  482. <path>
  483. <groupId>org.projectlombok</groupId>
  484. <artifactId>lombok</artifactId>
  485. <version>${lombok.version}</version>
  486. </path>
  487. <path>
  488. <groupId>org.springframework.boot</groupId>
  489. <artifactId>spring-boot-configuration-processor</artifactId>
  490. <version>${spring-boot.version}</version>
  491. </path>
  492. <path>
  493. <groupId>io.github.linpeilie</groupId>
  494. <artifactId>mapstruct-plus-processor</artifactId>
  495. <version>${mapstruct-plus.version}</version>
  496. </path>
  497. <path>
  498. <groupId>org.projectlombok</groupId>
  499. <artifactId>lombok-mapstruct-binding</artifactId>
  500. <version>${mapstruct-plus.lombok.version}</version>
  501. </path>
  502. </annotationProcessorPaths>
  503. <compilerArgs>
  504. <arg>-parameters</arg>
  505. </compilerArgs>
  506. </configuration>
  507. </plugin>
  508. <!-- 统一版本号管理 -->
  509. <plugin>
  510. <groupId>org.codehaus.mojo</groupId>
  511. <artifactId>flatten-maven-plugin</artifactId>
  512. <version>${flatten-maven-plugin.version}</version>
  513. <configuration>
  514. <updatePomFile>true</updatePomFile>
  515. <flattenMode>resolveCiFriendliesOnly</flattenMode>
  516. </configuration>
  517. <executions>
  518. <execution>
  519. <id>flatten</id>
  520. <phase>process-resources</phase>
  521. <goals>
  522. <goal>flatten</goal>
  523. </goals>
  524. </execution>
  525. <execution>
  526. <id>flatten.clean</id>
  527. <phase>clean</phase>
  528. <goals>
  529. <goal>clean</goal>
  530. </goals>
  531. </execution>
  532. </executions>
  533. </plugin>
  534. </plugins>
  535. </build>
  536. </project>