pom.xml.back.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  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. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.7.5</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.xjrsoft</groupId>
  12. <artifactId>xjrsoft-boot</artifactId>
  13. <version>1.0.0-SNAPSHOT</version>
  14. <name>xjrsoft-boot</name>
  15. <description>xjrsoft-boot</description>
  16. <properties>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  19. <java.version>11</java.version>
  20. <commons.lang.version>2.6</commons.lang.version>
  21. <commons.fileupload.version>1.2.2</commons.fileupload.version>
  22. <commons.io.version>2.5</commons.io.version>
  23. <commons.codec.version>1.10</commons.codec.version>
  24. <commons.configuration.version>1.10</commons.configuration.version>
  25. <hutool.version>5.7.20</hutool.version>
  26. <satoken.version>1.35.0.RC</satoken.version>
  27. <lombok.version>1.18.4</lombok.version>
  28. <fastjson.version>1.2.83</fastjson.version>
  29. <joda.time.version>2.9.9</joda.time.version>
  30. <gson.version>2.8.5</gson.version>
  31. <mybatisplus.join.version>1.4.2.2</mybatisplus.join.version>
  32. <mybatisplus.version>3.5.1</mybatisplus.version>
  33. <mybatisplus.generator.version>3.5.2</mybatisplus.generator.version>
  34. <mybatisplus.dynamic.version>3.5.1</mybatisplus.dynamic.version>
  35. <druid.version>1.1.22</druid.version>
  36. <knife4j.version>2.0.7</knife4j.version>
  37. <freemarker.version>2.3.30</freemarker.version>
  38. <hibernatevalidator.version>6.0.13.Final</hibernatevalidator.version>
  39. <qiniu.version>7.2.23</qiniu.version>
  40. <aliyun.oss.version>2.8.3</aliyun.oss.version>
  41. <qcloud.cos.version>4.4</qcloud.cos.version>
  42. <huawei.obs.version>3.19.7</huawei.obs.version>
  43. <minio.oss.version>7.1.0</minio.oss.version>
  44. <jaxb.api.version>2.3.0</jaxb.api.version>
  45. <log4j.core.version>2.17.2</log4j.core.version>
  46. <screw.version>1.0.5</screw.version>
  47. <ureport.version>2.2.9</ureport.version>
  48. <camunda.version>7.18.0</camunda.version>
  49. <groovy.version>3.0.17</groovy.version>
  50. <javax.mail.version>1.6.2</javax.mail.version>
  51. <magic.api.version>2.1.1</magic.api.version>
  52. <keycloak.version>20.0.1</keycloak.version>
  53. <aliyun.core.version>4.5.1</aliyun.core.version>
  54. <tencentcloud.version>3.1.62</tencentcloud.version>
  55. <chatgpt.java.version>1.0.6</chatgpt.java.version>
  56. <okio.version>3.3.0</okio.version>
  57. <easyexcel.version>3.1.4</easyexcel.version>
  58. <poi.version>3.17</poi.version>
  59. <ooxml.schemas.version>1.3</ooxml.schemas.version>
  60. <javassist.version>3.29.2-GA</javassist.version>
  61. <microsoft.version>8.4.1.jre8</microsoft.version>
  62. <pinyin4j.version>2.5.1</pinyin4j.version>
  63. <sms4j.version>2.1.0</sms4j.version>
  64. <license.version>2.0</license.version>
  65. <easy.captcha.version>1.6.2</easy.captcha.version>
  66. <paho.mqttv5.version>1.2.5</paho.mqttv5.version>
  67. </properties>
  68. <dependencies>
  69. <dependency>
  70. <groupId>org.springframework.boot</groupId>
  71. <artifactId>spring-boot-starter</artifactId>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.springframework.boot</groupId>
  75. <artifactId>spring-boot-starter-test</artifactId>
  76. <scope>test</scope>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.springframework.boot</groupId>
  80. <artifactId>spring-boot-starter-data-redis</artifactId>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.eclipse.paho</groupId>
  84. <artifactId>org.eclipse.paho.mqttv5.client</artifactId>
  85. <version>${paho.mqttv5.version}</version>
  86. </dependency>
  87. <!--Java图形验证码,支持gif、中文、算术等类型:https://gitee.com/ele-admin/EasyCaptcha-->
  88. <dependency>
  89. <groupId>com.github.whvcse</groupId>
  90. <artifactId>easy-captcha</artifactId>
  91. <version>${easy.captcha.version}</version>
  92. </dependency>
  93. <!--引入MySql依赖-->
  94. <dependency>
  95. <groupId>mysql</groupId>
  96. <artifactId>mysql-connector-java</artifactId>
  97. </dependency>
  98. <!--引入oracle依赖-->
  99. <dependency>
  100. <groupId>com.oracle</groupId>
  101. <artifactId>ojdbc7</artifactId>
  102. <version>12.1.0.1.0</version>
  103. <scope>system</scope>
  104. <systemPath>${project.basedir}/src/main/resources/lib/ojdbc7.jar</systemPath>
  105. </dependency>
  106. <!--引入sqlserver依赖-->
  107. <dependency>
  108. <groupId>com.microsoft.sqlserver</groupId>
  109. <artifactId>mssql-jdbc</artifactId>
  110. <version>${microsoft.version}</version>
  111. </dependency>
  112. <!--引入hutool依赖-->
  113. <dependency>
  114. <groupId>cn.hutool</groupId>
  115. <artifactId>hutool-all</artifactId>
  116. <version>${hutool.version}</version>
  117. </dependency>
  118. <!--引入hutool依赖 邮件依赖-->
  119. <dependency>
  120. <groupId>com.sun.mail</groupId>
  121. <artifactId>javax.mail</artifactId>
  122. <version>${javax.mail.version}</version>
  123. </dependency>
  124. <!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ -->
  125. <dependency>
  126. <groupId>cn.dev33</groupId>
  127. <artifactId>sa-token-spring-boot-starter</artifactId>
  128. <version>${satoken.version}</version>
  129. </dependency>
  130. <!-- Sa-Token 整合 Redis (使用jdk默认序列化方式) -->
  131. <!-- <dependency>-->
  132. <!-- <groupId>cn.dev33</groupId>-->
  133. <!-- <artifactId>sa-token-redis</artifactId>-->
  134. <!-- <version>${satoken.version}</version>-->
  135. <!-- </dependency>-->
  136. <dependency>
  137. <groupId>cn.dev33</groupId>
  138. <artifactId>sa-token-temp-jwt</artifactId>
  139. <version>${satoken.version}</version>
  140. </dependency>
  141. <!-- Sa-Token-OAuth2.0 模块 -->
  142. <dependency>
  143. <groupId>cn.dev33</groupId>
  144. <artifactId>sa-token-oauth2</artifactId>
  145. <version>${satoken.version}</version>
  146. </dependency>
  147. <!--引入Lombok依赖-->
  148. <dependency>
  149. <groupId>org.projectlombok</groupId>
  150. <artifactId>lombok</artifactId>
  151. <version>${lombok.version}</version>
  152. <optional>true</optional>
  153. </dependency>
  154. <!--引入mybatis-plus依赖-->
  155. <dependency>
  156. <groupId>com.baomidou</groupId>
  157. <artifactId>mybatis-plus-boot-starter</artifactId>
  158. <version>${mybatisplus.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>com.baomidou</groupId>
  162. <artifactId>mybatis-plus-generator</artifactId>
  163. <version>${mybatisplus.generator.version}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>com.github.xiaoymin</groupId>
  167. <artifactId>knife4j-spring-boot-starter</artifactId>
  168. <version>${knife4j.version}</version>
  169. </dependency>
  170. <!--引入fastjson依赖-->
  171. <dependency>
  172. <groupId>com.alibaba</groupId>
  173. <artifactId>fastjson</artifactId>
  174. <version>${fastjson.version}</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>commons-lang</groupId>
  178. <artifactId>commons-lang</artifactId>
  179. <version>${commons.lang.version}</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>commons-fileupload</groupId>
  183. <artifactId>commons-fileupload</artifactId>
  184. <version>${commons.fileupload.version}</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>commons-io</groupId>
  188. <artifactId>commons-io</artifactId>
  189. <version>${commons.io.version}</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>commons-codec</groupId>
  193. <artifactId>commons-codec</artifactId>
  194. <version>${commons.codec.version}</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>commons-configuration</groupId>
  198. <artifactId>commons-configuration</artifactId>
  199. <version>${commons.configuration.version}</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>joda-time</groupId>
  203. <artifactId>joda-time</artifactId>
  204. <version>${joda.time.version}</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>com.google.code.gson</groupId>
  208. <artifactId>gson</artifactId>
  209. <version>${gson.version}</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>com.alibaba</groupId>
  213. <artifactId>druid-spring-boot-starter</artifactId>
  214. <version>${druid.version}</version>
  215. </dependency>
  216. <!--引入模板依赖-->
  217. <dependency>
  218. <groupId>org.freemarker</groupId>
  219. <artifactId>freemarker</artifactId>
  220. <version>${freemarker.version}</version>
  221. </dependency>
  222. <!--引入注解验证依赖-->
  223. <dependency>
  224. <groupId>org.hibernate.validator</groupId>
  225. <artifactId>hibernate-validator</artifactId>
  226. <version>${hibernatevalidator.version}</version>
  227. </dependency>
  228. <!-- 动态数据源 -->
  229. <dependency>
  230. <groupId>com.baomidou</groupId>
  231. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  232. <version>${mybatisplus.dynamic.version}</version>
  233. </dependency>
  234. <dependency>
  235. <groupId>com.qiniu</groupId>
  236. <artifactId>qiniu-java-sdk</artifactId>
  237. <version>${qiniu.version}</version>
  238. </dependency>
  239. <dependency>
  240. <groupId>com.aliyun.oss</groupId>
  241. <artifactId>aliyun-sdk-oss</artifactId>
  242. <version>${aliyun.oss.version}</version>
  243. </dependency>
  244. <dependency>
  245. <groupId>com.huaweicloud</groupId>
  246. <artifactId>esdk-obs-java</artifactId>
  247. <version>${huawei.obs.version}</version>
  248. </dependency>
  249. <dependency>
  250. <groupId>com.qcloud</groupId>
  251. <artifactId>cos_api</artifactId>
  252. <version>${qcloud.cos.version}</version>
  253. <exclusions>
  254. <exclusion>
  255. <groupId>org.slf4j</groupId>
  256. <artifactId>slf4j-log4j12</artifactId>
  257. </exclusion>
  258. </exclusions>
  259. </dependency>
  260. <dependency>
  261. <groupId>io.minio</groupId>
  262. <artifactId>minio</artifactId>
  263. <version>${minio.oss.version}</version>
  264. </dependency>
  265. <dependency>
  266. <groupId>org.springframework.boot</groupId>
  267. <artifactId>spring-boot-configuration-processor</artifactId>
  268. <optional>true</optional>
  269. </dependency>
  270. <!--jdk8 可以不需要-->
  271. <dependency>
  272. <groupId>javax.xml.bind</groupId>
  273. <artifactId>jaxb-api</artifactId>
  274. <version>${jaxb.api.version}</version>
  275. </dependency>
  276. <dependency>
  277. <groupId>org.apache.logging.log4j</groupId>
  278. <artifactId>log4j-core</artifactId>
  279. <version>${log4j.core.version}</version>
  280. </dependency>
  281. <!-- mybatis-plus 多表关联 -->
  282. <dependency>
  283. <groupId>com.github.yulichang</groupId>
  284. <artifactId>mybatis-plus-join</artifactId>
  285. <version>${mybatisplus.join.version}</version>
  286. </dependency>
  287. <dependency>
  288. <groupId>cn.smallbun.screw</groupId>
  289. <artifactId>screw-core</artifactId>
  290. <version>${screw.version}</version>
  291. </dependency>
  292. <dependency>
  293. <groupId>com.syyai.spring.boot</groupId>
  294. <artifactId>ureport-spring-boot-starter</artifactId>
  295. <version>${ureport.version}</version>
  296. </dependency>
  297. <dependency>
  298. <groupId>org.camunda.bpm.springboot</groupId>
  299. <artifactId>camunda-bpm-spring-boot-starter</artifactId>
  300. <version>${camunda.version}</version>
  301. </dependency>
  302. <dependency>
  303. <groupId>org.camunda.bpm.springboot</groupId>
  304. <artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>
  305. <version>${camunda.version}</version>
  306. </dependency>
  307. <dependency>
  308. <groupId>org.codehaus.groovy</groupId>
  309. <artifactId>groovy-all</artifactId>
  310. <version>${groovy.version}</version>
  311. <classifier>sources</classifier>
  312. <type>java-source</type>
  313. </dependency>
  314. <!-- 钉钉用到的jar包 -->
  315. <dependency>
  316. <groupId>taobao-sdk-java-auto</groupId>
  317. <artifactId>taobao-sdk-java-auto</artifactId>
  318. <version>1.0</version>
  319. <scope>system</scope>
  320. <systemPath>${project.basedir}/src/main/resources/lib/taobao-sdk-java-auto.jar</systemPath>
  321. </dependency>
  322. <dependency>
  323. <groupId>org.ssssssss</groupId>
  324. <artifactId>magic-api-spring-boot-starter</artifactId>
  325. <version>${magic.api.version}</version>
  326. </dependency>
  327. <!-- 腾讯云短信 -->
  328. <dependency>
  329. <groupId>com.tencentcloudapi</groupId>
  330. <artifactId>tencentcloud-sdk-java</artifactId>
  331. <version>${tencentcloud.version}</version>
  332. </dependency>
  333. <!-- 阿里云短信 -->
  334. <dependency>
  335. <groupId>com.aliyun</groupId>
  336. <artifactId>aliyun-java-sdk-core</artifactId>
  337. <version>${aliyun.core.version}</version>
  338. </dependency>
  339. <!-- keycloak -->
  340. <dependency>
  341. <groupId>org.keycloak</groupId>
  342. <artifactId>keycloak-authz-client</artifactId>
  343. <version>${keycloak.version}</version>
  344. </dependency>
  345. <dependency>
  346. <groupId>com.unfbx</groupId>
  347. <artifactId>chatgpt-java</artifactId>
  348. <version>${chatgpt.java.version}</version>
  349. </dependency>
  350. <dependency>
  351. <groupId>com.squareup.okio</groupId>
  352. <artifactId>okio</artifactId>
  353. <version>${okio.version}</version>
  354. </dependency>
  355. <!-- excel导入导出 -->
  356. <dependency>
  357. <groupId>com.alibaba</groupId>
  358. <artifactId>easyexcel</artifactId>
  359. <version>${easyexcel.version}</version>
  360. </dependency>
  361. <dependency>
  362. <groupId>org.apache.poi</groupId>
  363. <artifactId>poi</artifactId>
  364. <version>${poi.version}</version>
  365. <!-- <scope>provided</scope>-->
  366. </dependency>
  367. <dependency>
  368. <groupId>org.apache.poi</groupId>
  369. <artifactId>poi-ooxml</artifactId>
  370. <version>${poi.version}</version>
  371. <!-- <scope>provided</scope>-->
  372. </dependency>
  373. <dependency>
  374. <groupId>org.apache.poi</groupId>
  375. <artifactId>ooxml-schemas</artifactId>
  376. <version>${ooxml.schemas.version}</version>
  377. </dependency>
  378. <!--动态给类新增属性 的工具-->
  379. <dependency>
  380. <groupId>org.javassist</groupId>
  381. <artifactId>javassist</artifactId>
  382. <version>${javassist.version}</version>
  383. </dependency>
  384. <!-- 第三方拼音依赖包,配合 hutool-all 包中的 PinyinUtil 拼音工具使用 start -->
  385. <dependency>
  386. <groupId>com.belerweb</groupId>
  387. <artifactId>pinyin4j</artifactId>
  388. <version>${pinyin4j.version}</version>
  389. </dependency>
  390. <!-- 第三方拼音依赖包,配合 hutool-all 包中的 PinyinUtil 拼音工具使用 start -->
  391. <dependency>
  392. <groupId>org.dromara.sms4j</groupId>
  393. <artifactId>sms4j-spring-boot-starter</artifactId>
  394. <version>${sms4j.version}</version>
  395. </dependency>
  396. <dependency>
  397. <groupId>org.smartboot.license</groupId>
  398. <artifactId>license-client</artifactId>
  399. <version>${license.version}</version>
  400. </dependency>
  401. </dependencies>
  402. <build>
  403. <finalName>${project.artifactId}</finalName>
  404. <plugins>
  405. <!--解开以下注释可以指定jdk版本-->
  406. <!-- <plugin>-->
  407. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  408. <!-- <artifactId>maven-compiler-plugin</artifactId>-->
  409. <!-- <version>3.8.1</version>-->
  410. <!-- <configuration>-->
  411. <!-- <source>1.8</source>-->
  412. <!-- <target>1.8</target>-->
  413. <!-- <encoding>${project.build.sourceEncoding}</encoding>-->
  414. <!-- </configuration>-->
  415. <!-- </plugin>-->
  416. <plugin>
  417. <groupId>org.springframework.boot</groupId>
  418. <artifactId>spring-boot-maven-plugin</artifactId>
  419. <configuration>
  420. <includeSystemScope>true</includeSystemScope>
  421. <excludes>
  422. <exclude>
  423. <groupId>org.projectlombok</groupId>
  424. <artifactId>lombok</artifactId>
  425. </exclude>
  426. </excludes>
  427. </configuration>
  428. </plugin>
  429. <plugin>
  430. <groupId>org.apache.maven.plugins</groupId>
  431. <artifactId>maven-surefire-plugin</artifactId>
  432. <configuration>
  433. <skip>true</skip>
  434. </configuration>
  435. </plugin>
  436. <plugin>
  437. <groupId>org.apache.maven.plugins</groupId>
  438. <artifactId>maven-compiler-plugin</artifactId>
  439. <configuration>
  440. <source>8</source>
  441. <target>8</target>
  442. </configuration>
  443. </plugin>
  444. <!--解开以下注释 打包时 会使用 maven插件 上传到docker-->
  445. <!-- &lt;!&ndash;使用docker-maven-plugin插件&ndash;&gt;-->
  446. <!-- <plugin>-->
  447. <!-- <groupId>com.spotify</groupId>-->
  448. <!-- <artifactId>docker-maven-plugin</artifactId>-->
  449. <!-- <version>1.2.2</version>-->
  450. <!-- &lt;!&ndash;将插件绑定在某个phase执行&ndash;&gt;-->
  451. <!-- <executions>-->
  452. <!-- <execution>-->
  453. <!-- <id>build-image</id>-->
  454. <!-- &lt;!&ndash;用户只需执行mvn package ,就会自动执行mvn docker:build&ndash;&gt;-->
  455. <!-- <phase>package</phase>-->
  456. <!-- <goals>-->
  457. <!-- <goal>build</goal>-->
  458. <!-- </goals>-->
  459. <!-- </execution>-->
  460. <!-- </executions>-->
  461. <!-- <configuration>-->
  462. <!-- &lt;!&ndash;指定生成的镜像名,这里是我们的作者名+项目名&ndash;&gt;-->
  463. <!-- <imageName>${project.artifactId}</imageName>-->
  464. <!-- &lt;!&ndash;指定标签 这里指定的是镜像的版本,我们默认版本是latest&ndash;&gt;-->
  465. <!-- <imageTags>-->
  466. <!-- <imageTag>latest</imageTag>-->
  467. <!-- </imageTags>-->
  468. <!-- &lt;!&ndash;指定基础镜像jdk11&ndash;&gt;-->
  469. <!-- <baseImage>openjdk:11-jre</baseImage>-->
  470. <!-- &lt;!&ndash;-->
  471. <!-- 镜像制作人本人信息&ndash;&gt;-->
  472. <!-- <maintainer>343894036@email.com</maintainer>-->
  473. <!-- &lt;!&ndash;切换到ROOT目录&ndash;&gt;-->
  474. <!-- <workdir>/ROOT</workdir>-->
  475. <!-- &lt;!&ndash;查看我们的java版本&ndash;&gt;-->
  476. <!-- <cmd>["java", "-version"]</cmd>-->
  477. <!-- &lt;!&ndash;${project.build.finalName}.jar是打包后生成的jar包的名字&ndash;&gt;-->
  478. <!-- <entryPoint>["java", "-jar", "/${project.build.finalName}.jar"]</entryPoint>-->
  479. <!-- &lt;!&ndash;指定远程 docker api地址&ndash;&gt;-->
  480. <!-- <dockerHost>http://47.106.153.7:2375</dockerHost>-->
  481. <!-- &lt;!&ndash; 这里是复制 jar 包到 docker 容器指定目录配置 &ndash;&gt;-->
  482. <!-- <resources>-->
  483. <!-- <resource>-->
  484. <!-- <targetPath>/</targetPath>-->
  485. <!-- &lt;!&ndash;jar 包所在的路径 此处配置的 即对应 target 目录&ndash;&gt;-->
  486. <!-- <directory>${project.build.directory}</directory>-->
  487. <!-- &lt;!&ndash;用于指定需要复制的文件 需要包含的 jar包 ,这里对应的是 Dockerfile中添加的文件名 &ndash;&gt;-->
  488. <!-- <include>${project.build.finalName}.jar</include>-->
  489. <!-- </resource>-->
  490. <!-- </resources>-->
  491. <!-- </configuration>-->
  492. <!-- </plugin>-->
  493. </plugins>
  494. </build>
  495. </project>