pom.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>gw-cloud-backend</artifactId>
  5. <groupId>cn.com.goldenwater</groupId>
  6. <version>0.0.1-SNAPSHOT</version>
  7. </parent>
  8. <groupId>cn.com.goldenwater</groupId>
  9. <version>0.0.1-SNAPSHOT</version>
  10. <modelVersion>4.0.0</modelVersion>
  11. <packaging>pom</packaging>
  12. <artifactId>gw-cloud-platform-dcproj</artifactId>
  13. <!--引入子模块结构-->
  14. <modules>
  15. <module>gw-cloud-platform-dcproj-basetools</module>
  16. <module>gw-cloud-platform-dcproj-api</module>
  17. <module>gw-cloud-platform-dcproj-dao</module>
  18. <module>gw-cloud-platform-dcproj-model</module>
  19. <module>gw-cloud-platform-dcproj-service</module>
  20. <module>gw-cloud-platform-dcproj-tac</module>
  21. <module>gw-cloud-platform-dcproj-aop</module>
  22. <module>gw-cloud-platform-dcproj-main</module>
  23. <module>gw-cloud-platform-dcproj-tacmodel</module>
  24. <module>gw-cloud-platform-dcproj-tacservice</module>
  25. <module>gw-cloud-platform-dcproj-vill2020</module>
  26. <module>gw-cloud-platform-dcproj-vill2021</module>
  27. <module>gw-cloud-platform-dcproj-irr</module>
  28. <module>gw-cloud-platform-dcproj-sap</module>
  29. <module>gw-cloud-platform-dcproj-efp</module>
  30. <module>gw-cloud-platform-dcproj-wintu</module>
  31. <module>gw-cloud-platform-dcproj-wtcrr</module>
  32. <module>gw-cloud-platform-dcproj-timedtask</module>
  33. <module>gw-cloud-platform-dcproj-rssfdr</module>
  34. <module>gw-cloud-platform-dcproj-xjbtdc</module>
  35. <module>gw-cloud-platform-dcproj-hn</module>
  36. <module>gw-cloud-platform-dcproj-qinghai</module>
  37. <module>gw-cloud-platform-dcproj-js</module>
  38. <module>gw-cloud-platform-dcproj-yn</module>
  39. <module>gw-cloud-platform-dcproj-gd</module>
  40. <module>gw-cloud-platform-dcproj-hyst</module>
  41. <module>gw-cloud-platform-dcproj-hb</module>
  42. <module>gw-cloud-platform-dcproj-agora</module>
  43. <module>gw-cloud-platform-dcproj-wrm2021</module>
  44. <module>gw-cloud-platform-dcproj-chengdu</module>
  45. </modules>
  46. <properties>
  47. <!-- mysql server 8 -->
  48. <mysql.driver.version>8.0.29</mysql.driver.version>
  49. <!-- environment -->
  50. <java.version>1.8</java.version>
  51. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  52. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  53. <!-- main -->
  54. <spring.boot.version>2.1.3.RELEASE</spring.boot.version>
  55. <spring.cloud.version>Greenwich.SR1</spring.cloud.version>
  56. <spring.version>5.0.2.RELEASE</spring.version>
  57. <!-- cloud -->
  58. <!-- monitor -->
  59. <hystrix.version>1.5.12</hystrix.version>
  60. <boot.admin.version>1.5.5</boot.admin.version>
  61. <!-- feign -->
  62. <feign.version>8.18.0</feign.version>
  63. <!-- dao -->
  64. <mybatis.version>3.5.6</mybatis.version>
  65. <mybatis-spring.version>1.3.1</mybatis-spring.version>
  66. <mybatis.boot.version>1.1.1</mybatis.boot.version>
  67. <pagehelper.boot.version>1.2.3</pagehelper.boot.version>
  68. <hibernate.validator.version>6.0.5.Final</hibernate.validator.version>
  69. <!-- com.oracle com.oracle.jdbc-->
  70. <oracle.driver.group>com.oracle</oracle.driver.group>
  71. <!-- ojdbc14 ojdbc8-->
  72. <oracle.driver.id>ojdbc14</oracle.driver.id>
  73. <!-- jdbc 10.2.0.4.0 12.2.0.1-->
  74. <oracle.driver.version>10.2.0.4.0</oracle.driver.version>
  75. <!-- mysql server 5.6.27 -->
  76. <!-- <mysql.driver.version>5.1.25</mysql.driver.version>-->
  77. <druid.version>1.1.9</druid.version>
  78. <bitwalker.version>1.21</bitwalker.version>
  79. <!-- tools -->
  80. <gson.version>2.8.2</gson.version>
  81. <svnkit.version>1.9.0</svnkit.version>
  82. <lang3.version>3.7</lang3.version>
  83. <fastjson.version>1.2.83</fastjson.version>
  84. <jackson.version>2.9.4</jackson.version>
  85. <pagehelper.versioin>5.1.2</pagehelper.versioin>
  86. <!-- log -->
  87. <slf4j.version>1.7.25</slf4j.version>
  88. <log4j.version>2.17.1</log4j.version>
  89. <!-- swagger -->
  90. <swagger.version>1.5.15</swagger.version>
  91. <springfox.version>2.7.0</springfox.version>
  92. <!-- jwt -->
  93. <jjwt.version>0.9.0</jjwt.version>
  94. <joda.version>2.9.9</joda.version>
  95. <!-- test -->
  96. <junit.version>4.12</junit.version>
  97. <mockito.version>1.10.19</mockito.version>
  98. <!-- web -->
  99. <javax.servlet-api.version>4.0.0</javax.servlet-api.version>
  100. <!-- feign client -->
  101. <openfeign.version>9.5.1</openfeign.version>
  102. <beanutils.version>1.9.3</beanutils.version>
  103. </properties>
  104. <dependencyManagement>
  105. <dependencies>
  106. <!-- spring boot -->
  107. <dependency>
  108. <groupId>org.springframework.boot</groupId>
  109. <artifactId>spring-boot-dependencies</artifactId>
  110. <version>${spring.boot.version}</version>
  111. <type>pom</type>
  112. <scope>import</scope>
  113. </dependency>
  114. <!-- spring cloud -->
  115. <dependency>
  116. <groupId>org.springframework.cloud</groupId>
  117. <artifactId>spring-cloud-dependencies</artifactId>
  118. <version>${spring.cloud.version}</version>
  119. <type>pom</type>
  120. <scope>import</scope>
  121. </dependency>
  122. <!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
  123. <dependency>
  124. <groupId>org.apache.poi</groupId>
  125. <artifactId>poi</artifactId>
  126. <version>4.1.2</version>
  127. </dependency>
  128. <dependency>
  129. <groupId>org.apache.poi</groupId>
  130. <artifactId>poi-ooxml</artifactId>
  131. <version>4.1.2</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.apache.poi</groupId>
  135. <artifactId>poi-ooxml-schemas</artifactId>
  136. <version>4.1.2</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>org.apache.poi</groupId>
  140. <artifactId>ooxml-schemas</artifactId>
  141. <version>1.4</version>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.apache.poi</groupId>
  145. <artifactId>poi-scratchpad</artifactId>
  146. <version>4.1.2</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>org.apache.xmlbeans</groupId>
  150. <artifactId>xmlbeans</artifactId>
  151. <version>3.1.0</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>log4j</groupId>
  155. <artifactId>log4j</artifactId>
  156. <version>1.2.17</version>
  157. </dependency>
  158. </dependencies>
  159. </dependencyManagement>
  160. <repositories>
  161. <repository>
  162. <id>central</id>
  163. <name>Maven Central</name>
  164. <url>https://repo1.maven.org/maven2/</url>
  165. <releases>
  166. <enabled>true</enabled>
  167. </releases>
  168. <snapshots>
  169. <enabled>false</enabled>
  170. </snapshots>
  171. </repository>
  172. </repositories>
  173. <pluginRepositories>
  174. <pluginRepository>
  175. <id>central</id>
  176. <name>Maven Central</name>
  177. <url>https://repo1.maven.org/maven2/</url>
  178. <releases>
  179. <enabled>true</enabled>
  180. </releases>
  181. <snapshots>
  182. <enabled>false</enabled>
  183. </snapshots>
  184. </pluginRepository>
  185. </pluginRepositories>
  186. <dependencies>
  187. <dependency>
  188. <groupId>org.springframework.boot</groupId>
  189. <artifactId>spring-boot-starter</artifactId>
  190. <!-- 解决log4j-over-slf4j.jar,slf4j-log4j12.jar冲突-->
  191. <exclusions>
  192. <exclusion>
  193. <groupId>org.springframework.boot</groupId>
  194. <artifactId>spring-boot-starter-logging</artifactId>
  195. </exclusion>
  196. <exclusion>
  197. <groupId>ch.qos.logback</groupId>
  198. <artifactId>logback-classic</artifactId>
  199. </exclusion>
  200. <exclusion>
  201. <groupId>ch.qos.logback</groupId>
  202. <artifactId>logback-core</artifactId>
  203. </exclusion>
  204. <exclusion>
  205. <groupId>org.slf4j</groupId>
  206. <artifactId>slf4j-log4j12</artifactId>
  207. </exclusion>
  208. <exclusion>
  209. <groupId>org.slf4j</groupId>
  210. <artifactId>slf4j-simple</artifactId>
  211. </exclusion>
  212. <exclusion>
  213. <groupId>java.util.logging</groupId>
  214. <artifactId>jul-to-slf4j</artifactId>
  215. </exclusion>
  216. </exclusions>
  217. </dependency>
  218. <dependency>
  219. <groupId>org.springframework.boot</groupId>
  220. <artifactId>spring-boot-starter-web</artifactId>
  221. <!-- use jetty to replace tomcat -->
  222. <exclusions>
  223. <exclusion>
  224. <groupId>org.springframework.boot</groupId>
  225. <artifactId>spring-boot-starter-tomcat</artifactId>
  226. </exclusion>
  227. <exclusion>
  228. <artifactId>logback-classic</artifactId>
  229. <groupId>ch.qos.logback</groupId>
  230. </exclusion>
  231. <exclusion>
  232. <artifactId>logback-core</artifactId>
  233. <groupId>ch.qos.logback</groupId>
  234. </exclusion>
  235. <exclusion>
  236. <groupId>org.slf4j</groupId>
  237. <artifactId>slf4j-log4j12</artifactId>
  238. </exclusion>
  239. <exclusion>
  240. <groupId>org.springframework.boot</groupId>
  241. <artifactId>spring-boot-starter-logging</artifactId>
  242. </exclusion>
  243. <exclusion>
  244. <groupId>org.slf4j</groupId>
  245. <artifactId>slf4j-simple</artifactId>
  246. </exclusion>
  247. <exclusion>
  248. <groupId>java.util.logging</groupId>
  249. <artifactId>jul-to-slf4j</artifactId>
  250. </exclusion>
  251. </exclusions>
  252. </dependency>
  253. <dependency>
  254. <groupId>org.springframework.boot</groupId>
  255. <artifactId>spring-boot-starter-jetty</artifactId>
  256. <!--打包的时候可以不用包进去,别的设施会提供。事实上该依赖理论上可以参与编译,测试,运行等周期。
  257. 相当于compile,但是打包阶段做了exclude操作 打war包时使用下面的范围配置-->
  258. <!-- <scope>provided</scope>-->
  259. <exclusions>
  260. <exclusion>
  261. <groupId>org.springframework.boot</groupId>
  262. <artifactId>spring-boot-starter-logging</artifactId>
  263. </exclusion>
  264. <exclusion>
  265. <groupId>ch.qos.logback</groupId>
  266. <artifactId>logback-classic</artifactId>
  267. </exclusion>
  268. <exclusion>
  269. <groupId>ch.qos.logback</groupId>
  270. <artifactId>logback-core</artifactId>
  271. </exclusion>
  272. <exclusion>
  273. <groupId>org.slf4j</groupId>
  274. <artifactId>slf4j-log4j12</artifactId>
  275. </exclusion>
  276. <exclusion>
  277. <groupId>org.slf4j</groupId>
  278. <artifactId>slf4j-simple</artifactId>
  279. </exclusion>
  280. <exclusion>
  281. <groupId>java.util.logging</groupId>
  282. <artifactId>jul-to-slf4j</artifactId>
  283. </exclusion>
  284. </exclusions>
  285. </dependency>
  286. <dependency>
  287. <groupId>org.springframework.boot</groupId>
  288. <artifactId>spring-boot-starter-data-redis</artifactId>
  289. <exclusions>
  290. <exclusion>
  291. <groupId>org.springframework.boot</groupId>
  292. <artifactId>spring-boot-starter-logging</artifactId>
  293. </exclusion>
  294. <exclusion>
  295. <groupId>ch.qos.logback</groupId>
  296. <artifactId>logback-classic</artifactId>
  297. </exclusion>
  298. <exclusion>
  299. <groupId>ch.qos.logback</groupId>
  300. <artifactId>logback-core</artifactId>
  301. </exclusion>
  302. <exclusion>
  303. <groupId>org.slf4j</groupId>
  304. <artifactId>slf4j-log4j12</artifactId>
  305. </exclusion>
  306. <exclusion>
  307. <groupId>org.slf4j</groupId>
  308. <artifactId>slf4j-simple</artifactId>
  309. </exclusion>
  310. <exclusion>
  311. <groupId>java.util.logging</groupId>
  312. <artifactId>jul-to-slf4j</artifactId>
  313. </exclusion>
  314. </exclusions>
  315. </dependency>
  316. <dependency>
  317. <groupId>org.springframework.boot</groupId>
  318. <artifactId>spring-boot-starter-aop</artifactId>
  319. <exclusions>
  320. <exclusion>
  321. <groupId>org.springframework.boot</groupId>
  322. <artifactId>spring-boot-starter-logging</artifactId>
  323. </exclusion>
  324. <exclusion>
  325. <groupId>ch.qos.logback</groupId>
  326. <artifactId>logback-classic</artifactId>
  327. </exclusion>
  328. <exclusion>
  329. <groupId>ch.qos.logback</groupId>
  330. <artifactId>logback-core</artifactId>
  331. </exclusion>
  332. <exclusion>
  333. <groupId>org.slf4j</groupId>
  334. <artifactId>slf4j-log4j12</artifactId>
  335. </exclusion>
  336. </exclusions>
  337. </dependency>
  338. <dependency>
  339. <groupId>org.mybatis.spring.boot</groupId>
  340. <artifactId>mybatis-spring-boot-starter</artifactId>
  341. <version>${mybatis.boot.version}</version>
  342. <exclusions>
  343. <exclusion>
  344. <groupId>org.springframework.boot</groupId>
  345. <artifactId>spring-boot-starter-logging</artifactId>
  346. </exclusion>
  347. <exclusion>
  348. <groupId>ch.qos.logback</groupId>
  349. <artifactId>logback-classic</artifactId>
  350. </exclusion>
  351. <exclusion>
  352. <groupId>ch.qos.logback</groupId>
  353. <artifactId>logback-core</artifactId>
  354. </exclusion>
  355. <exclusion>
  356. <groupId>org.slf4j</groupId>
  357. <artifactId>slf4j-log4j12</artifactId>
  358. </exclusion>
  359. </exclusions>
  360. </dependency>
  361. <dependency>
  362. <groupId>org.mybatis</groupId>
  363. <artifactId>mybatis</artifactId>
  364. <version>3.5.6</version>
  365. </dependency>
  366. <dependency>
  367. <groupId>com.alibaba</groupId>
  368. <artifactId>fastjson</artifactId>
  369. <version>1.2.83</version>
  370. </dependency>
  371. <!-- connection pool -->
  372. <dependency>
  373. <groupId>com.alibaba</groupId>
  374. <artifactId>druid-spring-boot-starter</artifactId>
  375. <version>${druid.version}</version>
  376. <exclusions>
  377. <exclusion>
  378. <groupId>org.springframework.boot</groupId>
  379. <artifactId>spring-boot-starter-logging</artifactId>
  380. </exclusion>
  381. <exclusion>
  382. <groupId>ch.qos.logback</groupId>
  383. <artifactId>logback-classic</artifactId>
  384. </exclusion>
  385. <exclusion>
  386. <groupId>ch.qos.logback</groupId>
  387. <artifactId>logback-core</artifactId>
  388. </exclusion>
  389. <exclusion>
  390. <groupId>org.slf4j</groupId>
  391. <artifactId>slf4j-log4j12</artifactId>
  392. </exclusion>
  393. </exclusions>
  394. </dependency>
  395. <dependency>
  396. <groupId>com.github.pagehelper</groupId>
  397. <artifactId>pagehelper-spring-boot-starter</artifactId>
  398. <version>${pagehelper.boot.version}</version>
  399. <exclusions>
  400. <exclusion>
  401. <artifactId>mybatis-spring-boot-starter</artifactId>
  402. <groupId>org.mybatis.spring.boot</groupId>
  403. </exclusion>
  404. <exclusion>
  405. <groupId>org.springframework.boot</groupId>
  406. <artifactId>spring-boot-starter-logging</artifactId>
  407. </exclusion>
  408. <exclusion>
  409. <groupId>ch.qos.logback</groupId>
  410. <artifactId>logback-classic</artifactId>
  411. </exclusion>
  412. <exclusion>
  413. <groupId>ch.qos.logback</groupId>
  414. <artifactId>logback-core</artifactId>
  415. </exclusion>
  416. <exclusion>
  417. <groupId>org.slf4j</groupId>
  418. <artifactId>slf4j-log4j12</artifactId>
  419. </exclusion>
  420. </exclusions>
  421. </dependency>
  422. <dependency>
  423. <groupId>org.springframework.boot</groupId>
  424. <artifactId>spring-boot-starter-hateoas</artifactId>
  425. <exclusions>
  426. <exclusion>
  427. <groupId>org.springframework.boot</groupId>
  428. <artifactId>spring-boot-starter-logging</artifactId>
  429. </exclusion>
  430. <exclusion>
  431. <groupId>ch.qos.logback</groupId>
  432. <artifactId>logback-classic</artifactId>
  433. </exclusion>
  434. <exclusion>
  435. <groupId>ch.qos.logback</groupId>
  436. <artifactId>logback-core</artifactId>
  437. </exclusion>
  438. <exclusion>
  439. <groupId>org.slf4j</groupId>
  440. <artifactId>slf4j-log4j12</artifactId>
  441. </exclusion>
  442. </exclusions>
  443. </dependency>
  444. <dependency>
  445. <groupId>${oracle.driver.group}</groupId>
  446. <artifactId>${oracle.driver.id}</artifactId>
  447. <version>${oracle.driver.version}</version>
  448. </dependency>
  449. <dependency>
  450. <groupId>io.springfox</groupId>
  451. <artifactId>springfox-swagger2</artifactId>
  452. <version>${springfox.version}</version>
  453. <exclusions>
  454. <exclusion>
  455. <artifactId>guava</artifactId>
  456. <groupId>com.google.guava</groupId>
  457. </exclusion>
  458. <exclusion>
  459. <groupId>ch.qos.logback</groupId>
  460. <artifactId>logback-classic</artifactId>
  461. </exclusion>
  462. <exclusion>
  463. <groupId>ch.qos.logback</groupId>
  464. <artifactId>logback-core</artifactId>
  465. </exclusion>
  466. </exclusions>
  467. </dependency>
  468. <dependency>
  469. <groupId>io.springfox</groupId>
  470. <artifactId>springfox-swagger-ui</artifactId>
  471. <version>${springfox.version}</version>
  472. </dependency>
  473. <!--log4j2核心包-->
  474. <dependency>
  475. <groupId>org.apache.logging.log4j</groupId>
  476. <artifactId>log4j-api</artifactId>
  477. <version>${log4j.version}</version>
  478. </dependency>
  479. <dependency>
  480. <groupId>org.apache.logging.log4j</groupId>
  481. <artifactId>log4j-core</artifactId>
  482. <version>${log4j.version}</version>
  483. <exclusions>
  484. <exclusion>
  485. <artifactId>log4j-api</artifactId>
  486. <groupId>org.apache.logging.log4j</groupId>
  487. </exclusion>
  488. </exclusions>
  489. </dependency>
  490. <!--用于与slf4j保持桥接-->
  491. <dependency>
  492. <groupId>org.apache.logging.log4j</groupId>
  493. <artifactId>log4j-slf4j-impl</artifactId>
  494. <version>${log4j.version}</version>
  495. <exclusions>
  496. <exclusion>
  497. <artifactId>slf4j-api</artifactId>
  498. <groupId>org.slf4j</groupId>
  499. </exclusion>
  500. <exclusion>
  501. <artifactId>log4j-api</artifactId>
  502. <groupId>org.apache.logging.log4j</groupId>
  503. </exclusion>
  504. <exclusion>
  505. <artifactId>log4j-core</artifactId>
  506. <groupId>org.apache.logging.log4j</groupId>
  507. </exclusion>
  508. </exclusions>
  509. </dependency>
  510. <!-- Web项目需添加 -->
  511. <dependency>
  512. <groupId>org.apache.logging.log4j</groupId>
  513. <artifactId>log4j-web</artifactId>
  514. <version>${log4j.version}</version>
  515. <exclusions>
  516. <exclusion>
  517. <artifactId>log4j-api</artifactId>
  518. <groupId>org.apache.logging.log4j</groupId>
  519. </exclusion>
  520. <exclusion>
  521. <artifactId>log4j-core</artifactId>
  522. <groupId>org.apache.logging.log4j</groupId>
  523. </exclusion>
  524. </exclusions>
  525. </dependency>
  526. <!-- <dependency>-->
  527. <!-- <groupId>org.slf4j</groupId>-->
  528. <!-- <artifactId>slf4j-api</artifactId>-->
  529. <!-- <version>${slf4j.version}</version>-->
  530. <!-- </dependency>-->
  531. <dependency>
  532. <groupId>junit</groupId>
  533. <artifactId>junit</artifactId>
  534. <version>${junit.version}</version>
  535. <scope>test</scope>
  536. </dependency>
  537. <!--引入mock框架-->
  538. <dependency>
  539. <groupId>org.mockito</groupId>
  540. <artifactId>mockito-core</artifactId>
  541. <version>${mockito.version}</version>
  542. <scope>test</scope>
  543. </dependency>
  544. <dependency>
  545. <groupId>mysql</groupId>
  546. <artifactId>mysql-connector-java</artifactId>
  547. <version>${mysql.driver.version}</version>
  548. </dependency>
  549. <dependency>
  550. <groupId>org.apache.commons</groupId>
  551. <artifactId>commons-lang3</artifactId>
  552. <version>3.8.1</version>
  553. </dependency>
  554. <dependency>
  555. <groupId>org.springframework.boot</groupId>
  556. <artifactId>spring-boot-starter-test</artifactId>
  557. <scope>test</scope>
  558. <exclusions>
  559. <exclusion>
  560. <artifactId>asm</artifactId>
  561. <groupId>org.ow2.asm</groupId>
  562. </exclusion>
  563. <exclusion>
  564. <artifactId>mockito-core</artifactId>
  565. <groupId>org.mockito</groupId>
  566. </exclusion>
  567. <exclusion>
  568. <groupId>org.springframework.boot</groupId>
  569. <artifactId>spring-boot-starter-logging</artifactId>
  570. </exclusion>
  571. <exclusion>
  572. <groupId>ch.qos.logback</groupId>
  573. <artifactId>logback-classic</artifactId>
  574. </exclusion>
  575. <exclusion>
  576. <groupId>ch.qos.logback</groupId>
  577. <artifactId>logback-core</artifactId>
  578. </exclusion>
  579. <exclusion>
  580. <groupId>org.slf4j</groupId>
  581. <artifactId>slf4j-log4j12</artifactId>
  582. </exclusion>
  583. </exclusions>
  584. </dependency>
  585. <!-- excel -->
  586. <dependency>
  587. <groupId>org.apache.poi</groupId>
  588. <artifactId>poi-ooxml</artifactId>
  589. <version>4.1.2</version>
  590. </dependency>
  591. <dependency>
  592. <groupId>org.apache.poi</groupId>
  593. <artifactId>poi</artifactId>
  594. <version>4.1.2</version>
  595. </dependency>
  596. <dependency>
  597. <groupId>org.apache.poi</groupId>
  598. <artifactId>poi-scratchpad</artifactId>
  599. <version>4.1.2</version>
  600. </dependency>
  601. <!-- https://mvnrepository.com/artifact/com.aspose/aspose-cells -->
  602. <!-- <dependency>-->
  603. <!-- <groupId>com.aspose</groupId>-->
  604. <!-- <artifactId>aspose-cells</artifactId>-->
  605. <!-- <version>8.6.0</version>-->
  606. <!-- </dependency>-->
  607. <!-- https://mvnrepository.com/artifact/com.itextpdf/itextpdf -->
  608. <dependency>
  609. <groupId>com.itextpdf</groupId>
  610. <artifactId>itextpdf</artifactId>
  611. <version>5.5.6</version>
  612. </dependency>
  613. <!-- https://mvnrepository.com/artifact/com.itextpdf/itext-asian -->
  614. <dependency>
  615. <groupId>com.itextpdf</groupId>
  616. <artifactId>itext-asian</artifactId>
  617. <version>5.2.0</version>
  618. </dependency>
  619. <dependency>
  620. <groupId>fr.opensagres.xdocreport</groupId>
  621. <artifactId>xdocreport</artifactId>
  622. <version>1.0.6</version>
  623. </dependency>
  624. <dependency>
  625. <groupId>org.apache.poi</groupId>
  626. <artifactId>poi-ooxml-schemas</artifactId>
  627. <version>4.1.2</version>
  628. </dependency>
  629. <dependency>
  630. <groupId>org.apache.xmlbeans</groupId>
  631. <artifactId>xmlbeans</artifactId>
  632. <version>3.1.0</version>
  633. </dependency>
  634. <dependency>
  635. <groupId>org.jsoup</groupId>
  636. <artifactId>jsoup</artifactId>
  637. <version>1.11.3</version>
  638. </dependency>
  639. <dependency>
  640. <groupId>xml-apis</groupId>
  641. <artifactId>xml-apis</artifactId>
  642. <version>1.4.01</version>
  643. </dependency>
  644. <dependency>
  645. <groupId>net.java.dev.jna</groupId>
  646. <artifactId>jna</artifactId>
  647. <version>5.5.0</version>
  648. </dependency>
  649. <dependency>
  650. <groupId>net.java.dev.jna</groupId>
  651. <artifactId>jna-platform</artifactId>
  652. <version>5.5.0</version>
  653. <exclusions>
  654. <exclusion>
  655. <artifactId>jna</artifactId>
  656. <groupId>net.java.dev.jna</groupId>
  657. </exclusion>
  658. </exclusions>
  659. </dependency>
  660. <dependency>
  661. <groupId>org.projectlombok</groupId>
  662. <artifactId>lombok</artifactId>
  663. <version>1.18.30</version>
  664. </dependency>
  665. </dependencies>
  666. </project>