pom.xml 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029
  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>com.jnpf</groupId>
  7. <artifactId>jnpf-dependencies</artifactId>
  8. <version>5.2.0-RELEASE</version>
  9. <packaging>pom</packaging>
  10. <properties>
  11. <bootVersion>boot2</bootVersion>
  12. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  13. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  14. <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
  15. <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
  16. <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
  17. <versions-maven-plugin.version>2.15.0</versions-maven-plugin.version>
  18. <!-- swagger -->
  19. <knife4j.version>4.5.0</knife4j.version>
  20. <swagger-model.version>2.2.19</swagger-model.version>
  21. <!-- 数据库配置 -->
  22. <druid.version>1.2.23</druid.version>
  23. <mybatis-plus.vesion>3.5.7</mybatis-plus.vesion>
  24. <mybatis-plus.generator.vesion>3.5.7</mybatis-plus.generator.vesion>
  25. <mybatis-plus.dynamic.vesion>4.3.1</mybatis-plus.dynamic.vesion>
  26. <mybatis-dynamic-sql.version>1.4.0</mybatis-dynamic-sql.version>
  27. <mybatis-plus-join.vesion>1.4.13</mybatis-plus-join.vesion>
  28. <pagehelper.version>6.1.0</pagehelper.version>
  29. <mysql.version>9.0.0</mysql.version>
  30. <oracle.version>23.5.0.24.07</oracle.version>
  31. <dm18.version>8.1.3.140</dm18.version>
  32. <kingbase.version>8.6.0</kingbase.version>
  33. <sqlserver.version>12.8.1.jre8</sqlserver.version>
  34. <postgre.version>42.7.4</postgre.version>
  35. <gaussdb.version>6.0.0</gaussdb.version>
  36. <highgo.version>42.5.0</highgo.version>
  37. <!-- 其他 -->
  38. <weixin.version>3.3.0</weixin.version>
  39. <pinyin4j.version>2.5.1</pinyin4j.version>
  40. <zxing.version>3.5.0</zxing.version>
  41. <poi.version>4.1.2</poi.version>
  42. <easypoi-base.version>4.4.0</easypoi-base.version>
  43. <fastjson.version>1.2.83</fastjson.version>
  44. <common-lang3.version>3.12.0</common-lang3.version>
  45. <common-lang.version>2.6</common-lang.version>
  46. <common-pool.version>2.11.1</common-pool.version>
  47. <jwt.version>3.4.0</jwt.version>
  48. <thumbnailator.version>0.4.17</thumbnailator.version>
  49. <validation.vsersion>2.0.1.Final</validation.vsersion>
  50. <yitter-idgenerator.version>1.0.6</yitter-idgenerator.version>
  51. <itext-asian.version>5.2.0</itext-asian.version>
  52. <hutool.version>5.8.27</hutool.version>
  53. <guava.version>32.1.3-jre</guava.version>
  54. <nimbus-jose-jwt.version>9.41.2</nimbus-jose-jwt.version>
  55. <commons-io.version>2.17.0</commons-io.version>
  56. <sentinel.version>1.8.7</sentinel.version>
  57. <dingtalk.verssion>1.0</dingtalk.verssion>
  58. <tencentcloud-sdk-java.version>3.1.278</tencentcloud-sdk-java.version>
  59. <aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version>
  60. <aliyun-java-sdk-core.version>4.5.30</aliyun-java-sdk-core.version>
  61. <alibaba-dingtalk-service-sdk.version>1.0.1</alibaba-dingtalk-service-sdk.version>
  62. <antisamy.varsion>1.7.6</antisamy.varsion>
  63. <dysmsapi.version>2.0.8</dysmsapi.version>
  64. <commons-text.version>1.10.0</commons-text.version>
  65. <spring-context-support.version>1.0.11</spring-context-support.version>
  66. <dom4j.version>2.1.3</dom4j.version>
  67. <okhttp3.version>4.8.1</okhttp3.version>
  68. <shardingsphere.version>5.4.1</shardingsphere.version>
  69. <xxl-job.version>1.2-RELEASE</xxl-job.version>
  70. <seata.version>2.0.0</seata.version>
  71. <logstash.version>7.4</logstash.version>
  72. <skywalking.logback.version>9.2.0</skywalking.logback.version>
  73. <lombok.version>1.18.32</lombok.version>
  74. <quartz.version>2.3.2</quartz.version>
  75. <commons-collections4.version>4.4</commons-collections4.version>
  76. <httpmime.version>4.5.13</httpmime.version>
  77. <justauth.version>1.16.4</justauth.version>
  78. <velocity-engine-core.version>2.3</velocity-engine-core.version>
  79. <zip4j.version>2.11.5</zip4j.version>
  80. <sql-formatter.version>2.0.5</sql-formatter.version>
  81. <chatgpt-java.version>1.1.5</chatgpt-java.version>
  82. <!--文件存储-->
  83. <oss.huaweicloud.version>3.22.3.1</oss.huaweicloud.version>
  84. <oss.aliyun.version>3.18.1</oss.aliyun.version>
  85. <oss.qiniu.version>7.11.0</oss.qiniu.version>
  86. <oss.qcloud.version>5.6.98</oss.qcloud.version>
  87. <oss.baidubce.version>0.10.344</oss.baidubce.version>
  88. <oss.upyun.version>4.2.3</oss.upyun.version>
  89. <oss.minio.version>8.5.12</oss.minio.version>
  90. <oss.aws-s3.version>1.12.777</oss.aws-s3.version>
  91. <oss.ftp.version>3.11.1</oss.ftp.version>
  92. <oss.sftp.version>0.1.55</oss.sftp.version>
  93. <oss.webdav.version>5.10</oss.webdav.version>
  94. <!--子依赖漏洞版本升级-->
  95. <xercesImpl.version>2.12.2</xercesImpl.version>
  96. <kotlin-stdlib.version>1.7.10</kotlin-stdlib.version>
  97. <snakeyaml.version>2.2</snakeyaml.version>
  98. <kryo.version>5.6.0</kryo.version>
  99. <kryo-serializers.version>0.45</kryo-serializers.version>
  100. <commons-compress.version>1.27.1</commons-compress.version>
  101. <validation-api.version>2.0.1.Final</validation-api.version>
  102. <oshi-core.version>5.4.1</oshi-core.version>
  103. <commons-codec.version>1.16.0</commons-codec.version>
  104. <jna.version>5.5.0</jna.version>
  105. <signclient.version>3.0.1</signclient.version>
  106. <okio.version>2.7.0</okio.version>
  107. <snappy.version>1.1.10.7</snappy.version>
  108. <bcprov-jdk18on.version>1.78.1</bcprov-jdk18on.version>
  109. <org.json-json.version>20240303</org.json-json.version>
  110. <protobuf-java.version>4.28.2</protobuf-java.version>
  111. <!--子依赖漏洞版本升级-->
  112. </properties>
  113. <dependencyManagement>
  114. <dependencies>
  115. <dependency>
  116. <groupId>org.projectlombok</groupId>
  117. <artifactId>lombok</artifactId>
  118. <version>${lombok.version}</version>
  119. </dependency>
  120. <!--子依赖漏洞版本升级-->
  121. <dependency>
  122. <groupId>commons-codec</groupId>
  123. <artifactId>commons-codec</artifactId>
  124. <version>${commons-codec.version}</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>org.jetbrains.kotlin</groupId>
  128. <artifactId>kotlin-stdlib</artifactId>
  129. <version>${kotlin-stdlib.version}</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>org.yaml</groupId>
  133. <artifactId>snakeyaml</artifactId>
  134. <version>${snakeyaml.version}</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>com.esotericsoftware</groupId>
  138. <artifactId>kryo</artifactId>
  139. <version>${kryo.version}</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>de.javakaffee</groupId>
  143. <artifactId>kryo-serializers</artifactId>
  144. <version>${kryo-serializers.version}</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>com.github.oshi</groupId>
  148. <artifactId>oshi-core</artifactId>
  149. <version>${oshi-core.version}</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>net.java.dev.jna</groupId>
  153. <artifactId>jna</artifactId>
  154. <version>${jna.version}</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>net.java.dev.jna</groupId>
  158. <artifactId>jna-platform</artifactId>
  159. <version>${jna.version}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.squareup.okio</groupId>
  163. <artifactId>okio</artifactId>
  164. <version>${okio.version}</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>org.xerial.snappy</groupId>
  168. <artifactId>snappy-java</artifactId>
  169. <version>${snappy.version}</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>org.bouncycastle</groupId>
  173. <artifactId>bcprov-jdk18on</artifactId>
  174. <version>${bcprov-jdk18on.version}</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>org.bouncycastle</groupId>
  178. <artifactId>bcpkix-jdk18on</artifactId>
  179. <version>${bcprov-jdk18on.version}</version>
  180. </dependency>
  181. <!--java-sdk-->
  182. <dependency>
  183. <groupId>org.json</groupId>
  184. <artifactId>json</artifactId>
  185. <version>${org.json-json.version}</version>
  186. </dependency>
  187. <!--mysql-connector-j-->
  188. <dependency>
  189. <groupId>com.google.protobuf</groupId>
  190. <artifactId>protobuf-java</artifactId>
  191. <version>${protobuf-java.version}</version>
  192. </dependency>
  193. <!--minio easypoi-base-->
  194. <dependency>
  195. <groupId>org.apache.commons</groupId>
  196. <artifactId>commons-compress</artifactId>
  197. <version>${commons-compress.version}</version>
  198. </dependency>
  199. <!--子依赖漏洞版本升级-->
  200. <!--selenium 浏览器模拟 Spring中定义了版本号 这个放在前面避免被覆盖-->
  201. <dependency>
  202. <groupId>org.seleniumhq.selenium</groupId>
  203. <artifactId>selenium-bom</artifactId>
  204. <version>${selenium.version}</version>
  205. <type>pom</type>
  206. <scope>import</scope>
  207. </dependency>
  208. <!-- SpringCloud 微服务 -->
  209. <dependency>
  210. <groupId>org.springframework.cloud</groupId>
  211. <artifactId>spring-cloud-dependencies</artifactId>
  212. <version>${spring-cloud.version}</version>
  213. <type>pom</type>
  214. <scope>import</scope>
  215. </dependency>
  216. <!-- SpringCloud Alibaba 微服务 -->
  217. <dependency>
  218. <groupId>com.alibaba.cloud</groupId>
  219. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  220. <version>${spring-cloud-alibaba.version}</version>
  221. <type>pom</type>
  222. <scope>import</scope>
  223. </dependency>
  224. <!-- SpringBoot 依赖配置 -->
  225. <dependency>
  226. <groupId>org.springframework.boot</groupId>
  227. <artifactId>spring-boot-dependencies</artifactId>
  228. <version>${spring-boot.version}</version>
  229. <type>pom</type>
  230. <scope>import</scope>
  231. </dependency>
  232. <!-- Swagger 依赖配置 -->
  233. <dependency>
  234. <groupId>com.github.xiaoymin</groupId>
  235. <artifactId>knife4j-gateway-spring-boot-starter</artifactId>
  236. <version>${knife4j.version}</version>
  237. </dependency>
  238. <!-- druid -->
  239. <dependency>
  240. <groupId>com.alibaba</groupId>
  241. <artifactId>druid</artifactId>
  242. <version>${druid.version}</version>
  243. </dependency>
  244. <!-- mybatisplus -->
  245. <dependency>
  246. <groupId>com.baomidou</groupId>
  247. <artifactId>mybatis-plus-annotation</artifactId>
  248. <version>${mybatis-plus.vesion}</version>
  249. </dependency>
  250. <!-- mybatisplus - dynamic -->
  251. <dependency>
  252. <groupId>org.mybatis.dynamic-sql</groupId>
  253. <artifactId>mybatis-dynamic-sql</artifactId>
  254. <version>${mybatis-dynamic-sql.version}</version>
  255. </dependency>
  256. <!-- 代码生成 -->
  257. <dependency>
  258. <groupId>com.baomidou</groupId>
  259. <artifactId>mybatis-plus-generator</artifactId>
  260. <version>${mybatis-plus.generator.vesion}</version>
  261. <exclusions>
  262. <exclusion>
  263. <artifactId>mybatis-plus-extension</artifactId>
  264. <groupId>com.baomidou</groupId>
  265. </exclusion>
  266. </exclusions>
  267. </dependency>
  268. <!--Mybatis Plus Join-->
  269. <dependency>
  270. <groupId>com.github.yulichang</groupId>
  271. <artifactId>mybatis-plus-join-boot-starter</artifactId>
  272. <version>${mybatis-plus-join.vesion}</version>
  273. </dependency>
  274. <!-- mysql -->
  275. <dependency>
  276. <groupId>com.mysql</groupId>
  277. <artifactId>mysql-connector-j</artifactId>
  278. <version>${mysql.version}</version>
  279. </dependency>
  280. <!--sqlserver-->
  281. <dependency>
  282. <groupId>com.microsoft.sqlserver</groupId>
  283. <artifactId>mssql-jdbc</artifactId>
  284. <version>${sqlserver.version}</version>
  285. </dependency>
  286. <!-- 微信 -->
  287. <dependency>
  288. <groupId>com.github.binarywang</groupId>
  289. <artifactId>weixin-java-miniapp</artifactId>
  290. <version>${weixin.version}</version>
  291. </dependency>
  292. <!-- excel工具 -->
  293. <dependency>
  294. <groupId>org.apache.poi</groupId>
  295. <artifactId>poi</artifactId>
  296. <version>${poi.version}</version>
  297. </dependency>
  298. <dependency>
  299. <groupId>org.apache.poi</groupId>
  300. <artifactId>poi-ooxml</artifactId>
  301. <version>${poi.version}</version>
  302. </dependency>
  303. <dependency>
  304. <groupId>org.apache.poi</groupId>
  305. <artifactId>poi-ooxml-schemas</artifactId>
  306. <version>${poi.version}</version>
  307. </dependency>
  308. <!-- JSON 解析器和生成器 -->
  309. <dependency>
  310. <groupId>com.alibaba</groupId>
  311. <artifactId>fastjson</artifactId>
  312. <version>${fastjson.version}</version>
  313. </dependency>
  314. <!-- commons-lang3 -->
  315. <dependency>
  316. <groupId>org.apache.commons</groupId>
  317. <artifactId>commons-lang3</artifactId>
  318. <version>${common-lang3.version}</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>commons-lang</groupId>
  322. <artifactId>commons-lang</artifactId>
  323. <version>${common-lang.version}</version>
  324. </dependency>
  325. <!-- 公共资源池 -->
  326. <dependency>
  327. <groupId>org.apache.commons</groupId>
  328. <artifactId>commons-pool2</artifactId>
  329. <version>${common-pool.version}</version>
  330. </dependency>
  331. <!--二维码-->
  332. <dependency>
  333. <groupId>com.google.zxing</groupId>
  334. <artifactId>core</artifactId>
  335. <version>${zxing.version}</version>
  336. </dependency>
  337. <!-- 拼音 -->
  338. <dependency>
  339. <groupId>com.belerweb</groupId>
  340. <artifactId>pinyin4j</artifactId>
  341. <version>${pinyin4j.version}</version>
  342. </dependency>
  343. <dependency>
  344. <groupId>com.nimbusds</groupId>
  345. <artifactId>nimbus-jose-jwt</artifactId>
  346. <version>${nimbus-jose-jwt.version}</version>
  347. </dependency>
  348. <dependency>
  349. <groupId>cn.hutool</groupId>
  350. <artifactId>hutool-all</artifactId>
  351. <version>${hutool.version}</version>
  352. </dependency>
  353. <dependency>
  354. <groupId>com.google.guava</groupId>
  355. <artifactId>guava</artifactId>
  356. <version>${guava.version}</version>
  357. </dependency>
  358. <dependency>
  359. <groupId>com.github.librepdf</groupId>
  360. <artifactId>openpdf</artifactId>
  361. <version>${openpdf.version}</version>
  362. </dependency>
  363. <dependency>
  364. <groupId>com.github.librepdf</groupId>
  365. <artifactId>openpdf-fonts-extra</artifactId>
  366. <version>${openpdf.version}</version>
  367. </dependency>
  368. <!-- 雪花ID生成器 -->
  369. <dependency>
  370. <groupId>com.github.yitter</groupId>
  371. <artifactId>yitter-idgenerator</artifactId>
  372. <version>${yitter-idgenerator.version}</version>
  373. </dependency>
  374. <!--文件存储-->
  375. <!-- jnpf-file-core 必须要引入 -->
  376. <dependency>
  377. <groupId>com.jnpf</groupId>
  378. <artifactId>jnpf-file-core-starter</artifactId>
  379. <version>${project.version}</version>
  380. </dependency>
  381. <!-- 华为云 OBS 不使用的情况下可以不引入 -->
  382. <dependency>
  383. <groupId>com.huaweicloud</groupId>
  384. <artifactId>esdk-obs-java</artifactId>
  385. <version>${oss.huaweicloud.version}</version>
  386. </dependency>
  387. <!-- 阿里云 OSS 不使用的情况下可以不引入 -->
  388. <dependency>
  389. <groupId>com.aliyun.oss</groupId>
  390. <artifactId>aliyun-sdk-oss</artifactId>
  391. <version>${oss.aliyun.version}</version>
  392. </dependency>
  393. <!-- 七牛云 Kodo 不使用的情况下可以不引入 -->
  394. <dependency>
  395. <groupId>com.qiniu</groupId>
  396. <artifactId>qiniu-java-sdk</artifactId>
  397. <version>${oss.qiniu.version}</version>
  398. </dependency>
  399. <!-- 腾讯云 COS 不使用的情况下可以不引入 -->
  400. <dependency>
  401. <groupId>com.qcloud</groupId>
  402. <artifactId>cos_api</artifactId>
  403. <version>${oss.qcloud.version}</version>
  404. </dependency>
  405. <!-- 百度云 BOS 不使用的情况下可以不引入 -->
  406. <dependency>
  407. <groupId>com.baidubce</groupId>
  408. <artifactId>bce-java-sdk</artifactId>
  409. <version>${oss.baidubce.version}</version>
  410. </dependency>
  411. <!-- 又拍云 USS 不使用的情况下可以不引入 -->
  412. <dependency>
  413. <groupId>com.upyun</groupId>
  414. <artifactId>java-sdk</artifactId>
  415. <version>${oss.upyun.version}</version>
  416. </dependency>
  417. <!-- MinIO 不使用的情况下可以不引入 -->
  418. <dependency>
  419. <groupId>io.minio</groupId>
  420. <artifactId>minio</artifactId>
  421. <version>${oss.minio.version}</version>
  422. </dependency>
  423. <!-- AWS S3 不使用的情况下可以不引入 -->
  424. <dependency>
  425. <groupId>com.amazonaws</groupId>
  426. <artifactId>aws-java-sdk-s3</artifactId>
  427. <version>${oss.aws-s3.version}</version>
  428. </dependency>
  429. <!-- FTP 不使用的情况下可以不引入 -->
  430. <dependency>
  431. <groupId>commons-net</groupId>
  432. <artifactId>commons-net</artifactId>
  433. <version>${oss.ftp.version}</version>
  434. </dependency>
  435. <!-- SFTP 不使用的情况下可以不引入 -->
  436. <dependency>
  437. <groupId>com.jcraft</groupId>
  438. <artifactId>jsch</artifactId>
  439. <version>${oss.sftp.version}</version>
  440. </dependency>
  441. <!--糊涂工具类扩展,如果要使用 FTP、SFTP 则必须引入,否则不用引入-->
  442. <dependency>
  443. <groupId>cn.hutool</groupId>
  444. <artifactId>hutool-extra</artifactId>
  445. <version>${hutool.version}</version>
  446. </dependency>
  447. <!-- WebDAV 不使用的情况下可以不引入 -->
  448. <dependency>
  449. <groupId>com.github.lookfirst</groupId>
  450. <artifactId>sardine</artifactId>
  451. <version>${oss.webdav.version}</version>
  452. </dependency>
  453. <!--文件存储-->
  454. <dependency>
  455. <groupId>commons-io</groupId>
  456. <artifactId>commons-io</artifactId>
  457. <version>${commons-io.version}</version>
  458. </dependency>
  459. <!--dubbo-->
  460. <dependency>
  461. <groupId>org.apache.dubbo</groupId>
  462. <artifactId>dubbo-spring-boot-starter</artifactId>
  463. <version>${dubbo.verssion}</version>
  464. </dependency>
  465. <dependency>
  466. <groupId>com.alibaba.spring</groupId>
  467. <artifactId>spring-context-support</artifactId>
  468. <version>${spring-context-support.version}</version>
  469. </dependency>
  470. <!--sentinel整合dubbo-->
  471. <dependency>
  472. <groupId>com.alibaba.csp</groupId>
  473. <artifactId>sentinel-apache-dubbo-adapter</artifactId>
  474. <version>${sentinel.version}</version>
  475. </dependency>
  476. <!--短信钉钉及企业微信-->
  477. <!-- 钉钉API的Jar -->
  478. <dependency>
  479. <groupId>dingtalk-sdk-java</groupId>
  480. <artifactId>taobao-sdk-java</artifactId>
  481. <version>${dingtalk.verssion}</version>
  482. </dependency>
  483. <dependency>
  484. <groupId>dingtalk-sdk-java</groupId>
  485. <artifactId>taobao-sdk-java-source</artifactId>
  486. <version>${dingtalk.verssion}</version>
  487. </dependency>
  488. <dependency>
  489. <groupId>com.tencentcloudapi</groupId>
  490. <artifactId>tencentcloud-sdk-java</artifactId>
  491. <version>${tencentcloud-sdk-java.version}</version>
  492. </dependency>
  493. <!--阿里云短信-->
  494. <dependency>
  495. <groupId>com.aliyun</groupId>
  496. <artifactId>dysmsapi20170525</artifactId>
  497. <version>${dysmsapi.version}</version>
  498. </dependency>
  499. <dependency>
  500. <groupId>com.aliyun</groupId>
  501. <artifactId>aliyun-java-sdk-core</artifactId>
  502. <version>${aliyun-java-sdk-core.version}</version>
  503. </dependency>
  504. <dependency>
  505. <groupId>com.aliyun</groupId>
  506. <artifactId>alibaba-dingtalk-service-sdk</artifactId>
  507. <version>${alibaba-dingtalk-service-sdk.version}</version>
  508. </dependency>
  509. <!--End短信钉钉及企业微信-->
  510. <!--防止XSS注入-->
  511. <dependency>
  512. <groupId>org.owasp.antisamy</groupId>
  513. <artifactId>antisamy</artifactId>
  514. <version>${antisamy.varsion}</version>
  515. <exclusions>
  516. <exclusion>
  517. <groupId>org.slf4j</groupId>
  518. <artifactId>slf4j-simple</artifactId>
  519. </exclusion>
  520. </exclusions>
  521. </dependency>
  522. <!-- commons-text -->
  523. <dependency>
  524. <groupId>org.apache.commons</groupId>
  525. <artifactId>commons-text</artifactId>
  526. <version>${commons-text.version}</version>
  527. </dependency>
  528. <!-- Oracle-->
  529. <dependency>
  530. <groupId>com.oracle.database.jdbc</groupId>
  531. <artifactId>ojdbc8</artifactId>
  532. <version>${oracle.version}</version>
  533. </dependency>
  534. <dependency>
  535. <groupId>com.oracle.database.nls</groupId>
  536. <artifactId>orai18n</artifactId>
  537. <version>${oracle.version}</version>
  538. </dependency>
  539. <!-- dm -->
  540. <dependency>
  541. <groupId>com.dameng</groupId>
  542. <artifactId>DmJdbcDriver18</artifactId>
  543. <version>${dm18.version}</version>
  544. </dependency>
  545. <!--人大金仓-->
  546. <dependency>
  547. <groupId>cn.com.kingbase</groupId>
  548. <artifactId>kingbase8</artifactId>
  549. <version>${kingbase.version}</version>
  550. </dependency>
  551. <!--PostGre-->
  552. <dependency>
  553. <groupId>org.postgresql</groupId>
  554. <artifactId>postgresql</artifactId>
  555. <version>${postgre.version}</version>
  556. </dependency>
  557. <!--GaussDB-->
  558. <!--<dependency>
  559. <groupId>org.opengauss</groupId>
  560. <artifactId>opengauss-jdbc</artifactId>
  561. <version>${gaussdb.version}</version>
  562. </dependency>-->
  563. <!--HighgoDB-->
  564. <!--<dependency>
  565. <groupId>com.highgo</groupId>
  566. <artifactId>hgdb-pgjdbc</artifactId>
  567. <version>${highgo.version}</version>
  568. </dependency>-->
  569. <!--pagehelper分页插件-->
  570. <dependency>
  571. <groupId>com.github.pagehelper</groupId>
  572. <artifactId>pagehelper</artifactId>
  573. <version>${pagehelper.version}</version>
  574. </dependency>
  575. <dependency>
  576. <groupId>xerces</groupId>
  577. <artifactId>xercesImpl</artifactId>
  578. <version>${xercesImpl.version}</version>
  579. </dependency>
  580. <!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
  581. <dependency>
  582. <groupId>org.dom4j</groupId>
  583. <artifactId>dom4j</artifactId>
  584. <version>${dom4j.version}</version>
  585. </dependency>
  586. <dependency>
  587. <groupId>com.squareup.okhttp3</groupId>
  588. <artifactId>okhttp</artifactId>
  589. <version>${okhttp3.version}</version>
  590. </dependency>
  591. <!--Apache ShardingSphere-JDBC-->
  592. <dependency>
  593. <groupId>org.apache.shardingsphere</groupId>
  594. <artifactId>shardingsphere-jdbc-core</artifactId>
  595. <version>${shardingsphere.version}</version>
  596. <scope>compile</scope>
  597. <exclusions>
  598. <exclusion>
  599. <artifactId>log4j</artifactId>
  600. <groupId>log4j</groupId>
  601. </exclusion>
  602. </exclusions>
  603. </dependency>
  604. <!--<dependency>
  605. <groupId>com.fasterxml.jackson</groupId>
  606. <artifactId>jackson-bom</artifactId>
  607. <version>${jackson.version}</version>
  608. <scope>import</scope>
  609. </dependency>-->
  610. <dependency>
  611. <groupId>cn.afterturn</groupId>
  612. <artifactId>easypoi-base</artifactId>
  613. <version>${easypoi-base.version}</version>
  614. </dependency>
  615. <dependency>
  616. <groupId>com.baomidou</groupId>
  617. <artifactId>lock4j-redisson-spring-boot-starter</artifactId>
  618. <version>${lock4j-redisson-spring-boot-starter.version}</version>
  619. </dependency>
  620. <dependency>
  621. <groupId>org.redisson</groupId>
  622. <artifactId>redisson-spring-boot-starter</artifactId>
  623. <version>${redisson.version}</version>
  624. </dependency>
  625. <dependency>
  626. <groupId>net.lingala.zip4j</groupId>
  627. <artifactId>zip4j</artifactId>
  628. <version>${zip4j.version}</version>
  629. </dependency>
  630. <dependency>
  631. <groupId>org.apache.commons</groupId>
  632. <artifactId>commons-collections4</artifactId>
  633. <version>${commons-collections4.version}</version>
  634. </dependency>
  635. <!-- websocket -->
  636. <dependency>
  637. <groupId>org.springframework.boot</groupId>
  638. <artifactId>spring-boot-starter-websocket</artifactId>
  639. <version>${spring-boot.version}</version>
  640. </dependency>
  641. <!-- 字段验证 -->
  642. <!--<dependency>
  643. <groupId>javax.validation</groupId>
  644. <artifactId>validation-api</artifactId>
  645. <version>${validation-api.version}</version>
  646. </dependency>-->
  647. <dependency>
  648. <groupId>org.apache.httpcomponents</groupId>
  649. <artifactId>httpmime</artifactId>
  650. <version>${httpmime.version}</version>
  651. </dependency>
  652. <!-- Quartz -->
  653. <dependency>
  654. <groupId>org.quartz-scheduler</groupId>
  655. <artifactId>quartz</artifactId>
  656. <version>${quartz.version}</version>
  657. </dependency>
  658. <dependency>
  659. <groupId>cn.dev33</groupId>
  660. <artifactId>sa-token-jwt</artifactId>
  661. <version>${satoken.version}</version>
  662. <exclusions>
  663. <exclusion>
  664. <groupId>cn.hutool</groupId>
  665. <artifactId>hutool-jwt</artifactId>
  666. </exclusion>
  667. </exclusions>
  668. </dependency>
  669. <dependency>
  670. <groupId>cn.dev33</groupId>
  671. <artifactId>sa-token-redis-jackson</artifactId>
  672. <version>${satoken.version}</version>
  673. <exclusions>
  674. <exclusion>
  675. <artifactId>spring-boot-starter-data-redis</artifactId>
  676. <groupId>org.springframework.boot</groupId>
  677. </exclusion>
  678. </exclusions>
  679. </dependency>
  680. <!-- 缩略图 -->
  681. <dependency>
  682. <groupId>net.coobird</groupId>
  683. <artifactId>thumbnailator</artifactId>
  684. <version>${thumbnailator.version}</version>
  685. </dependency>
  686. <dependency>
  687. <groupId>cn.afterturn</groupId>
  688. <artifactId>easypoi-annotation</artifactId>
  689. <version>${easypoi-base.version}</version>
  690. </dependency>
  691. <dependency>
  692. <groupId>org.springframework.boot</groupId>
  693. <artifactId>spring-boot-maven-plugin</artifactId>
  694. <version>${spring-boot.version}</version>
  695. </dependency>
  696. <dependency>
  697. <groupId>org.apache.velocity</groupId>
  698. <artifactId>velocity-engine-core</artifactId>
  699. <version>${velocity-engine-core.version}</version>
  700. </dependency>
  701. <dependency>
  702. <groupId>me.zhyd.oauth</groupId>
  703. <artifactId>JustAuth</artifactId>
  704. <version>${justauth.version}</version>
  705. </dependency>
  706. <!--Seata-->
  707. <dependency>
  708. <groupId>io.seata</groupId>
  709. <artifactId>seata-spring-boot-starter</artifactId>
  710. <version>${seata.version}</version>
  711. </dependency>
  712. <!--ELK logstash-->
  713. <dependency>
  714. <groupId>net.logstash.logback</groupId>
  715. <artifactId>logstash-logback-encoder</artifactId>
  716. <version>${logstash.version}</version>
  717. </dependency>
  718. <!-- Skywalking 日志上报 -->
  719. <dependency>
  720. <groupId>org.apache.skywalking</groupId>
  721. <artifactId>apm-toolkit-logback-1.x</artifactId>
  722. <version>${skywalking.logback.version}</version>
  723. </dependency>
  724. <dependency>
  725. <groupId>com.github.vertical-blank</groupId>
  726. <artifactId>sql-formatter</artifactId>
  727. <version>${sql-formatter.version}</version>
  728. </dependency>
  729. <!--AI工具包-->
  730. <dependency>
  731. <groupId>com.unfbx</groupId>
  732. <artifactId>chatgpt-java</artifactId>
  733. <version>${chatgpt-java.version}</version>
  734. </dependency>
  735. </dependencies>
  736. </dependencyManagement>
  737. <build>
  738. <pluginManagement>
  739. <plugins>
  740. <plugin>
  741. <groupId>org.apache.maven.plugins</groupId>
  742. <artifactId>maven-compiler-plugin</artifactId>
  743. <version>${maven-compiler-plugin.version}</version>
  744. </plugin>
  745. <plugin>
  746. <groupId>org.apache.maven.plugins</groupId>
  747. <artifactId>maven-deploy-plugin</artifactId>
  748. <version>${maven-deploy-plugin.version}</version>
  749. </plugin>
  750. <plugin>
  751. <groupId>org.springframework.boot</groupId>
  752. <artifactId>spring-boot-maven-plugin</artifactId>
  753. <version>${spring-boot.version}</version>
  754. </plugin>
  755. <plugin>
  756. <groupId>org.codehaus.mojo</groupId>
  757. <artifactId>versions-maven-plugin</artifactId>
  758. <version>${versions-maven-plugin.version}</version>
  759. </plugin>
  760. </plugins>
  761. </pluginManagement>
  762. <plugins>
  763. <plugin>
  764. <groupId>org.apache.maven.plugins</groupId>
  765. <artifactId>maven-compiler-plugin</artifactId>
  766. <configuration>
  767. <parameters>true</parameters>
  768. <source>${maven.compiler.source}</source>
  769. <target>${maven.compiler.target}</target>
  770. <encoding>${project.build.sourceEncoding}</encoding>
  771. </configuration>
  772. </plugin>
  773. <plugin>
  774. <groupId>org.apache.maven.plugins</groupId>
  775. <artifactId>maven-deploy-plugin</artifactId>
  776. </plugin>
  777. <plugin>
  778. <groupId>org.codehaus.mojo</groupId>
  779. <artifactId>versions-maven-plugin</artifactId>
  780. <configuration>
  781. <generateBackupPoms>false</generateBackupPoms>
  782. </configuration>
  783. </plugin>
  784. <plugin>
  785. <groupId>org.springframework.boot</groupId>
  786. <artifactId>spring-boot-maven-plugin</artifactId>
  787. </plugin>
  788. </plugins>
  789. </build>
  790. <!--私服仓库配置-->
  791. <distributionManagement>
  792. <repository>
  793. <id>maven-releases</id>
  794. <name>maven-releases</name>
  795. <url>http://nexus.jnpfsoft.com/repository/maven-releases/</url>
  796. </repository>
  797. </distributionManagement>
  798. <profiles>
  799. <profile>
  800. <id>boot3</id>
  801. <activation>
  802. <jdk>[17,)</jdk>
  803. </activation>
  804. <properties>
  805. <!--这里修改JDK版本号, 1.8, 11, 17-->
  806. <java.version>21</java.version>
  807. <!--最高版本语言特性-->
  808. <maven.compiler.source>1.8</maven.compiler.source>
  809. <!--最低运行JDK版本-->
  810. <maven.compiler.target>17</maven.compiler.target>
  811. <!-- spring依赖 -->
  812. <spring-boot-admin.version>2.7.17</spring-boot-admin.version>
  813. <spring-boot.version>3.3.4</spring-boot.version>
  814. <spring-cloud.version>2023.0.3</spring-cloud.version>
  815. <spring-cloud-alibaba.version>2023.0.1.2</spring-cloud-alibaba.version>
  816. <servlet-api.version>6.0.0</servlet-api.version>
  817. <satoken.version>1.37.0</satoken.version>
  818. <hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
  819. <sun.mail.version>2.0.1</sun.mail.version>
  820. <lock4j-redisson-spring-boot-starter.version>2.2.7</lock4j-redisson-spring-boot-starter.version>
  821. <redisson.version>3.27.2</redisson.version>
  822. <dubbo.verssion>3.2.11</dubbo.verssion>
  823. <nashorn-core.version>15.4</nashorn-core.version>
  824. <!--selenium 浏览器模拟-->
  825. <selenium.version>4.21.0</selenium.version>
  826. <selenium-htmlunit.version>4.13.0</selenium-htmlunit.version>
  827. <openpdf.version>2.0.3</openpdf.version>
  828. </properties>
  829. <dependencyManagement>
  830. <dependencies>
  831. <dependency>
  832. <groupId>jakarta.servlet</groupId>
  833. <artifactId>jakarta.servlet-api</artifactId>
  834. <version>${servlet-api.version}</version>
  835. </dependency>
  836. <dependency>
  837. <groupId>org.hibernate.validator</groupId>
  838. <artifactId>hibernate-validator</artifactId>
  839. <version>${hibernate-validator.version}</version>
  840. </dependency>
  841. <dependency>
  842. <groupId>cn.dev33</groupId>
  843. <artifactId>sa-token-spring-boot3-starter</artifactId>
  844. <version>${satoken.version}</version>
  845. </dependency>
  846. <dependency>
  847. <groupId>com.sun.mail</groupId>
  848. <artifactId>jakarta.mail</artifactId>
  849. <version>${sun.mail.version}</version>
  850. </dependency>
  851. <dependency>
  852. <groupId>com.baomidou</groupId>
  853. <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
  854. <version>${mybatis-plus.vesion}</version>
  855. </dependency>
  856. <dependency>
  857. <groupId>com.baomidou</groupId>
  858. <artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
  859. <version>${mybatis-plus.dynamic.vesion}</version>
  860. </dependency>
  861. <!-- Swagger 依赖配置 -->
  862. <dependency>
  863. <groupId>io.swagger.core.v3</groupId>
  864. <artifactId>swagger-annotations-jakarta</artifactId>
  865. <version>${swagger-model.version}</version>
  866. </dependency>
  867. <dependency>
  868. <groupId>io.swagger.core.v3</groupId>
  869. <artifactId>swagger-models-jakarta</artifactId>
  870. <version>${swagger-model.version}</version>
  871. </dependency>
  872. <dependency>
  873. <groupId>com.github.xiaoymin</groupId>
  874. <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
  875. <version>${knife4j.version}</version>
  876. </dependency>
  877. <!-- JDK17使用JS ScriptEngine https://www.cnblogs.com/cvol/p/17009537.html -->
  878. <dependency>
  879. <groupId>org.openjdk.nashorn</groupId>
  880. <artifactId>nashorn-core</artifactId>
  881. <version>${nashorn-core.version}</version>
  882. </dependency>
  883. </dependencies>
  884. </dependencyManagement>
  885. </profile>
  886. <profile>
  887. <id>boot2</id>
  888. <activation>
  889. <jdk>(,17)</jdk>
  890. </activation>
  891. <properties>
  892. <!--这里修改JDK版本号, 1.8, 11, 17-->
  893. <java.version>1.8</java.version>
  894. <!--最高版本语言特性-->
  895. <maven.compiler.source>1.8</maven.compiler.source>
  896. <!--最低运行JDK版本-->
  897. <maven.compiler.target>1.8</maven.compiler.target>
  898. <!-- spring依赖 -->
  899. <spring-boot-admin.version>2.7.18</spring-boot-admin.version>
  900. <spring-boot.version>2.7.18</spring-boot.version>
  901. <spring-cloud.version>2021.0.9</spring-cloud.version>
  902. <spring-cloud-alibaba.version>2021.0.6.0</spring-cloud-alibaba.version>
  903. <servlet-api.version>4.0.1</servlet-api.version>
  904. <servlet.annotation-api.version>1.3.2</servlet.annotation-api.version>
  905. <satoken.version>1.37.0</satoken.version>
  906. <hibernate-validator.version>6.0.23.Final</hibernate-validator.version>
  907. <sun.mail.version>1.6.2</sun.mail.version>
  908. <lock4j-redisson-spring-boot-starter.version>2.2.3</lock4j-redisson-spring-boot-starter.version>
  909. <redisson.version>3.18.0</redisson.version>
  910. <dubbo.verssion>2.7.23</dubbo.verssion>
  911. <!--selenium 浏览器模拟-->
  912. <selenium.version>4.13.0</selenium.version>
  913. <selenium-htmlunit.version>4.13.0</selenium-htmlunit.version>
  914. <openpdf.version>1.3.43</openpdf.version>
  915. </properties>
  916. <dependencyManagement>
  917. <dependencies>
  918. <dependency>
  919. <groupId>javax.servlet</groupId>
  920. <artifactId>javax.servlet-api</artifactId>
  921. <version>${servlet-api.version}</version>
  922. </dependency>
  923. <dependency>
  924. <groupId>javax.annotation</groupId>
  925. <artifactId>javax.annotation-api</artifactId>
  926. <version>${servlet.annotation-api.version}</version>
  927. </dependency>
  928. <dependency>
  929. <groupId>org.hibernate.validator</groupId>
  930. <artifactId>hibernate-validator</artifactId>
  931. <version>${hibernate-validator.version}</version>
  932. </dependency>
  933. <dependency>
  934. <groupId>cn.dev33</groupId>
  935. <artifactId>sa-token-spring-boot-starter</artifactId>
  936. <version>${satoken.version}</version>
  937. </dependency>
  938. <dependency>
  939. <groupId>com.sun.mail</groupId>
  940. <artifactId>javax.mail</artifactId>
  941. <version>${sun.mail.version}</version>
  942. </dependency>
  943. <dependency>
  944. <groupId>com.baomidou</groupId>
  945. <artifactId>mybatis-plus-boot-starter</artifactId>
  946. <version>${mybatis-plus.vesion}</version>
  947. </dependency>
  948. <dependency>
  949. <groupId>com.baomidou</groupId>
  950. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  951. <version>${mybatis-plus.dynamic.vesion}</version>
  952. </dependency>
  953. <!-- Swagger 依赖配置 -->
  954. <dependency>
  955. <groupId>io.swagger.core.v3</groupId>
  956. <artifactId>swagger-annotations</artifactId>
  957. <version>${swagger-model.version}</version>
  958. </dependency>
  959. <dependency>
  960. <groupId>io.swagger.core.v3</groupId>
  961. <artifactId>swagger-models</artifactId>
  962. <version>${swagger-model.version}</version>
  963. </dependency>
  964. <dependency>
  965. <groupId>com.github.xiaoymin</groupId>
  966. <artifactId>knife4j-openapi3-spring-boot-starter</artifactId>
  967. <version>${knife4j.version}</version>
  968. </dependency>
  969. </dependencies>
  970. </dependencyManagement>
  971. </profile>
  972. </profiles>
  973. </project>