pom.xml 23 KB

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