pom.xml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  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/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>com.hhwy</groupId>
  5. <artifactId>QBEQSJY</artifactId>
  6. <packaging>war</packaging>
  7. <version>1.0-SNAPSHOT</version>
  8. <name>QBEQSJY Maven Webapp</name>
  9. <url>http://maven.apache.org</url>
  10. <build>
  11. <finalName>QBEQSJY</finalName>
  12. </build>
  13. <properties>
  14. <maven.compiler.source>8</maven.compiler.source>
  15. <maven.compiler.target>8</maven.compiler.target>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  19. <java.version>1.8</java.version>
  20. <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
  21. <druid.version>1.2.23</druid.version>
  22. <bitwalker.version>1.21</bitwalker.version>
  23. <kaptcha.version>2.3.3</kaptcha.version>
  24. <pagehelper.boot.version>1.4.7</pagehelper.boot.version>
  25. <fastjson.version>2.0.53</fastjson.version>
  26. <oshi.version>6.6.3</oshi.version>
  27. <commons.io.version>2.13.0</commons.io.version>
  28. <poi.version>4.1.2</poi.version>
  29. <velocity.version>2.3</velocity.version>
  30. <jwt.version>0.9.1</jwt.version>
  31. <jackson.version>2.12.7</jackson.version>
  32. </properties>
  33. <dependencies>
  34. <!--<dependency>
  35. <groupId>com.baomidou</groupId>
  36. <artifactId>mybatis-plus-boot-starter</artifactId>
  37. <version>3.5.1</version>
  38. </dependency>-->
  39. <!-- GaussDB JDBC Driver -->
  40. <!--<dependency>
  41. <groupId>com.huawei.gaussdb</groupId>
  42. <artifactId>gaussdb-jdbc</artifactId>
  43. <version>2.0.0</version>
  44. </dependency>-->
  45. <!--<dependency>
  46. <groupId>org.springframework.boot</groupId>
  47. <artifactId>spring-boot-starter-data-jpa</artifactId>
  48. <version>2.5.15</version>
  49. </dependency>-->
  50. <!-- JTS Topology Suite 处理二维几何图形的 Java 类库 -->
  51. <dependency>
  52. <groupId>org.locationtech.jts</groupId>
  53. <artifactId>jts-core</artifactId>
  54. <version>1.19.0</version>
  55. <scope>system</scope>
  56. <systemPath>${project.basedir}/lib/jts-core-1.19.0.jar</systemPath>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.springframework.boot</groupId>
  60. <artifactId>spring-boot</artifactId>
  61. <version>2.5.15</version>
  62. <scope>system</scope>
  63. <systemPath>${project.basedir}/lib/spring-boot-2.5.15.jar</systemPath>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.springframewor.boot</groupId>
  67. <artifactId>spring-boot-autoconfigure</artifactId>
  68. <version>2.5.15</version>
  69. <scope>system</scope>
  70. <systemPath>${project.basedir}/lib/spring-boot-autoconfigure-2.5.15.jar</systemPath>
  71. </dependency>
  72. <dependency>
  73. <groupId>org.springframework.boot</groupId>
  74. <artifactId>spring-boot-starter-json</artifactId>
  75. <version>2.5.15</version>
  76. <scope>system</scope>
  77. <systemPath>${project.basedir}/lib/spring-boot-starter-json-2.5.15.jar</systemPath>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.springframework.boot</groupId>
  81. <artifactId>spring-boot-starter-logging</artifactId>
  82. <version>2.5.15</version>
  83. <scope>system</scope>
  84. <systemPath>${project.basedir}/lib/spring-boot-starter-logging-2.5.15.jar</systemPath>
  85. </dependency>
  86. <dependency>
  87. <groupId>org.springframework.boot</groupId>
  88. <artifactId>spring-boot-starter-tomcat</artifactId>
  89. <version>2.5.15</version>
  90. <scope>system</scope>
  91. <systemPath>${project.basedir}/lib/spring-boot-starter-tomcat-2.5.15.jar</systemPath>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.springframework</groupId>
  95. <artifactId>spring-aop</artifactId>
  96. <version>5.3.27</version>
  97. <scope>system</scope>
  98. <systemPath>${project.basedir}/lib/spring-aop-5.3.27.jar</systemPath>
  99. </dependency>
  100. <dependency>
  101. <groupId>org.springframework</groupId>
  102. <artifactId>spring-beans</artifactId>
  103. <version>5.3.27</version>
  104. <scope>system</scope>
  105. <systemPath>${project.basedir}/lib/spring-beans-5.3.27.jar</systemPath>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.springframework</groupId>
  109. <artifactId>spring-core</artifactId>
  110. <version>5.3.27</version>
  111. <scope>system</scope>
  112. <systemPath>${project.basedir}/lib/spring-core-5.3.27.jar</systemPath>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.springframework</groupId>
  116. <artifactId>spring-context</artifactId>
  117. <version>5.3.27</version>
  118. <scope>system</scope>
  119. <systemPath>${project.basedir}/lib/spring-context-5.3.27.jar</systemPath>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.springframework</groupId>
  123. <artifactId>spring-context-support</artifactId>
  124. <version>5.3.33</version>
  125. <scope>system</scope>
  126. <systemPath>${project.basedir}/lib/spring-context-support-5.3.33.jar</systemPath>
  127. </dependency>
  128. <dependency>
  129. <groupId>org.springframework</groupId>
  130. <artifactId>spring-jdbc</artifactId>
  131. <version>5.3.27</version>
  132. <scope>system</scope>
  133. <systemPath>${project.basedir}/lib/spring-jdbc-5.3.27.jar</systemPath>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.springframework</groupId>
  137. <artifactId>spring-expression</artifactId>
  138. <version>5.3.27</version>
  139. <scope>system</scope>
  140. <systemPath>${project.basedir}/lib/spring-expression-5.3.27.jar</systemPath>
  141. </dependency>
  142. <dependency>
  143. <groupId>org.springframework</groupId>
  144. <artifactId>spring-jcl</artifactId>
  145. <version>5.3.27</version>
  146. <scope>system</scope>
  147. <systemPath>${project.basedir}/lib/spring-jcl-5.3.27.jar</systemPath>
  148. </dependency>
  149. <dependency>
  150. <groupId>org.springframework</groupId>
  151. <artifactId>spring-oxm</artifactId>
  152. <version>5.3.33</version>
  153. <scope>system</scope>
  154. <systemPath>${project.basedir}/lib/spring-oxm-5.3.33.jar</systemPath>
  155. </dependency>
  156. <dependency>
  157. <groupId>org.springframework</groupId>
  158. <artifactId>spring-tx</artifactId>
  159. <version>5.3.27</version>
  160. <scope>system</scope>
  161. <systemPath>${project.basedir}/lib/spring-tx-5.3.27.jar</systemPath>
  162. </dependency>
  163. <dependency>
  164. <groupId>org.springframework</groupId>
  165. <artifactId>spring-web</artifactId>
  166. <version>5.3.27</version>
  167. <scope>system</scope>
  168. <systemPath>${project.basedir}/lib/spring-web-5.3.27.jar</systemPath>
  169. </dependency>
  170. <dependency>
  171. <groupId>org.springframework</groupId>
  172. <artifactId>spring-webmvc</artifactId>
  173. <version>5.3.27</version>
  174. <scope>system</scope>
  175. <systemPath>${project.basedir}/lib/spring-webmvc-5.3.27.jar</systemPath>
  176. </dependency>
  177. <dependency>
  178. <groupId>org.springframework.boot</groupId>
  179. <artifactId>spring-boot-starter-validation</artifactId>
  180. <version>2.5.15</version>
  181. <scope>system</scope>
  182. <systemPath>${project.basedir}/lib/spring-boot-starter-validation-2.5.15.jar</systemPath>
  183. </dependency>
  184. <dependency>
  185. <groupId>org.springframework.boot</groupId>
  186. <artifactId>spring-boot-starter</artifactId>
  187. <version>2.5.15</version>
  188. <scope>system</scope>
  189. <systemPath>${project.basedir}/lib/spring-boot-starter-2.5.15.jar</systemPath>
  190. </dependency>
  191. <!-- Spring Web -->
  192. <dependency>
  193. <groupId>org.springframework.boot</groupId>
  194. <artifactId>spring-boot-starter-web</artifactId>
  195. <version>2.5.15</version>
  196. <scope>system</scope>
  197. <systemPath>${project.basedir}/lib/spring-boot-starter-web-2.5.15.jar</systemPath>
  198. </dependency>
  199. <dependency>
  200. <groupId>org.springframework.boot</groupId>
  201. <artifactId>spring-boot-starter-jdbc</artifactId>
  202. <version>2.5.15</version>
  203. <scope>system</scope>
  204. <systemPath>${project.basedir}/lib/spring-boot-starter-jdbc-2.5.15.jar</systemPath>
  205. </dependency>
  206. <!-- 阿里数据库连接池 -->
  207. <dependency>
  208. <groupId>com.alibaba</groupId>
  209. <artifactId>druid-spring-boot-starter</artifactId>
  210. <version>${druid.version}</version>
  211. <scope>system</scope>
  212. <systemPath>${project.basedir}/lib/druid-spring-boot-starter-1.2.23.jar</systemPath>
  213. </dependency>
  214. <!-- 解析客户端操作系统、浏览器等 -->
  215. <dependency>
  216. <groupId>eu.bitwalker</groupId>
  217. <artifactId>UserAgentUtils</artifactId>
  218. <version>${bitwalker.version}</version>
  219. <scope>system</scope>
  220. <systemPath>${project.basedir}/lib/UserAgentUtils-1.21.jar</systemPath>
  221. </dependency>
  222. <!-- pagehelper 分页插件 -->
  223. <!--<dependency>
  224. <groupId>com.github.pagehelper</groupId>
  225. <artifactId>pagehelper-spring-boot-starter</artifactId>
  226. <version>${pagehelper.boot.version}</version>
  227. </dependency>-->
  228. <!-- 获取系统信息 -->
  229. <dependency>
  230. <groupId>com.github.oshi</groupId>
  231. <artifactId>oshi-core</artifactId>
  232. <version>${oshi.version}</version>
  233. <scope>system</scope>
  234. <systemPath>${project.basedir}/lib/oshi-core-6.6.3.jar</systemPath>
  235. </dependency>
  236. <dependency>
  237. <groupId>org.slf4j</groupId>
  238. <artifactId>slf4j-api</artifactId>
  239. <version>1.7.32</version>
  240. <scope>system</scope>
  241. <systemPath>${project.basedir}/lib/slf4j-api-1.7.32.jar</systemPath>
  242. </dependency>
  243. <dependency>
  244. <groupId>org.apache.kafka</groupId>
  245. <artifactId>kafka-clients</artifactId>
  246. <version>1.1.0</version>
  247. <scope>system</scope>
  248. <systemPath>${project.basedir}/lib/kafka-clients-1.1.0.jar</systemPath>
  249. </dependency>
  250. <dependency>
  251. <groupId>org.apache.kafka</groupId>
  252. <artifactId>kafka-streams</artifactId>
  253. <version>1.1.0</version>
  254. <scope>system</scope>
  255. <systemPath>${project.basedir}/lib/kafka-streams-1.1.0.jar</systemPath>
  256. </dependency>
  257. <dependency>
  258. <groupId>org.apache.kafka</groupId>
  259. <artifactId>kafka-streams-examples</artifactId>
  260. <version>1.1.0</version>
  261. <scope>system</scope>
  262. <systemPath>${project.basedir}/lib/kafka-streams-examples-1.1.0.jar</systemPath>
  263. </dependency>
  264. <dependency>
  265. <groupId>org.apache.httpcomponents</groupId>
  266. <artifactId>httpcore</artifactId>
  267. <version>4.4.10</version>
  268. <scope>system</scope>
  269. <systemPath>${project.basedir}/lib/httpcore-4.4.10.jar</systemPath>
  270. </dependency>
  271. <!-- io常用工具类 -->
  272. <dependency>
  273. <groupId>commons-io</groupId>
  274. <artifactId>commons-io</artifactId>
  275. <version>${commons.io.version}</version>
  276. <scope>system</scope>
  277. <systemPath>${project.basedir}/lib/commons-io-2.13.0.jar</systemPath>
  278. </dependency>
  279. <dependency>
  280. <groupId>commons-lang3</groupId>
  281. <artifactId>commons-lang3</artifactId>
  282. <version>3.11</version>
  283. <scope>system</scope>
  284. <systemPath>${project.basedir}/lib/commons-lang3-3.11.jar</systemPath>
  285. </dependency>
  286. <!-- excel工具 -->
  287. <dependency>
  288. <groupId>org.apache.poi</groupId>
  289. <artifactId>poi</artifactId>
  290. <version>${poi.version}</version>
  291. <scope>system</scope>
  292. <systemPath>${project.basedir}/lib/poi-4.1.2.jar</systemPath>
  293. </dependency>
  294. <dependency>
  295. <groupId>org.apache.poi</groupId>
  296. <artifactId>poi-ooxml</artifactId>
  297. <version>${poi.version}</version>
  298. <scope>system</scope>
  299. <systemPath>${project.basedir}/lib/poi-ooxml-4.1.2.jar</systemPath>
  300. </dependency>
  301. <!-- velocity代码生成使用模板 -->
  302. <dependency>
  303. <groupId>org.apache.velocity</groupId>
  304. <artifactId>velocity-engine-core</artifactId>
  305. <version>${velocity.version}</version>
  306. <scope>system</scope>
  307. <systemPath>${project.basedir}/lib/velocity-engine-core-2.3.jar</systemPath>
  308. </dependency>
  309. <!-- 阿里JSON解析器 -->
  310. <dependency>
  311. <groupId>com.alibaba.fastjson2</groupId>
  312. <artifactId>fastjson2</artifactId>
  313. <version>${fastjson.version}</version>
  314. <scope>system</scope>
  315. <systemPath>${project.basedir}/lib/fastjson2-2.0.53.jar</systemPath>
  316. </dependency>
  317. <!-- Token生成与解析-->
  318. <dependency>
  319. <groupId>io.jsonwebtoken</groupId>
  320. <artifactId>jjwt</artifactId>
  321. <version>${jwt.version}</version>
  322. <scope>system</scope>
  323. <systemPath>${project.basedir}/lib/jjwt-0.9.1.jar</systemPath>
  324. </dependency>
  325. <!-- 验证码 -->
  326. <dependency>
  327. <groupId>pro.fessional</groupId>
  328. <artifactId>kaptcha</artifactId>
  329. <version>${kaptcha.version}</version>
  330. <scope>system</scope>
  331. <systemPath>${project.basedir}/lib/kaptcha-2.3.3.jar</systemPath>
  332. </dependency>
  333. <dependency>
  334. <groupId>cn.hutool</groupId>
  335. <artifactId>hutool-all</artifactId>
  336. <version>5.8.16</version>
  337. <scope>system</scope>
  338. <systemPath>${project.basedir}/lib/hutool-all-5.8.16.jar</systemPath>
  339. </dependency>
  340. <dependency>
  341. <groupId>com.alibaba</groupId>
  342. <artifactId>easyexcel</artifactId>
  343. <version>3.3.2</version>
  344. <scope>system</scope>
  345. <systemPath>${project.basedir}/lib/easyexcel-3.3.2.jar</systemPath>
  346. </dependency>
  347. <!-- Mysql驱动包 -->
  348. <dependency>
  349. <groupId>mysql</groupId>
  350. <artifactId>mysql-connector-java</artifactId>
  351. <version>8.0.30</version>
  352. <scope>system</scope>
  353. <systemPath>${project.basedir}/lib/mysql-connector-java-8.0.30.jar</systemPath>
  354. </dependency>
  355. <dependency>
  356. <groupId>org.projectlombok</groupId>
  357. <artifactId>lombok</artifactId>
  358. <version>1.18.24</version> <!-- 使用最新的稳定版本 -->
  359. <scope>provided</scope> <!-- Lombok 在编译时不需要,只在编译时使用 -->
  360. </dependency>
  361. <dependency>
  362. <groupId>org.jsoup</groupId>
  363. <artifactId>jsoup</artifactId>
  364. <version>1.15.1</version>
  365. <scope>system</scope>
  366. <systemPath>${project.basedir}/lib/jsoup-1.15.1.jar</systemPath>
  367. </dependency>
  368. <dependency>
  369. <groupId>org.apache.httpcomponents</groupId>
  370. <artifactId>httpclient</artifactId>
  371. <version>4.5.6</version>
  372. <scope>system</scope>
  373. <systemPath>${project.basedir}/lib/httpclient-4.5.6.jar</systemPath>
  374. </dependency>
  375. <dependency>
  376. <groupId>com.alibaba</groupId>
  377. <artifactId>fastjson</artifactId>
  378. <version>1.2.31</version>
  379. <scope>system</scope>
  380. <systemPath>${project.basedir}/lib/fastjson-1.2.31.jar</systemPath>
  381. </dependency>
  382. <dependency>
  383. <groupId>com.sun.mail</groupId>
  384. <artifactId>javax.mail</artifactId>
  385. <version>1.6.2</version>
  386. <scope>system</scope>
  387. <systemPath>${project.basedir}/lib/javax.mail-1.6.2.jar</systemPath>
  388. </dependency>
  389. <!-- Jackson Databind -->
  390. <dependency>
  391. <groupId>com.fasterxml.jackson.core</groupId>
  392. <artifactId>jackson-databind</artifactId>
  393. <version>${jackson.version}</version>
  394. <scope>system</scope>
  395. <systemPath>${project.basedir}/lib/jackson-databind-2.12.7.jar</systemPath>
  396. </dependency>
  397. <!-- Jackson Annotations -->
  398. <dependency>
  399. <groupId>com.fasterxml.jackson.core</groupId>
  400. <artifactId>jackson-annotations</artifactId>
  401. <version>${jackson.version}</version>
  402. <scope>system</scope>
  403. <systemPath>${project.basedir}/lib/jackson-annotations-2.12.7.jar</systemPath>
  404. </dependency>
  405. <!-- Jackson Core -->
  406. <dependency>
  407. <groupId>com.fasterxml.jackson.core</groupId>
  408. <artifactId>jackson-core</artifactId>
  409. <version>${jackson.version}</version>
  410. <scope>system</scope>
  411. <systemPath>${project.basedir}/lib/jackson-core-2.12.7.jar</systemPath>
  412. </dependency>
  413. <!-- Jackson JSR310 Data Types -->
  414. <dependency>
  415. <groupId>com.fasterxml.jackson.datatype</groupId>
  416. <artifactId>jackson-datatype-jsr310</artifactId>
  417. <version>${jackson.version}</version>
  418. <scope>system</scope>
  419. <systemPath>${project.basedir}/lib/jackson-datatype-jsr310-2.12.7.jar</systemPath>
  420. </dependency>
  421. <dependency>
  422. <groupId>org.apache.tomcat</groupId>
  423. <artifactId>tomcat-embed-core</artifactId>
  424. <version>9.0.75</version>
  425. <scope>system</scope>
  426. <systemPath>${project.basedir}/lib/tomcat-embed-core-9.0.75.jar</systemPath>
  427. </dependency>
  428. <dependency>
  429. <groupId>org.apache.tomcat</groupId>
  430. <artifactId>tomcat-embed-el</artifactId>
  431. <version>9.0.75</version>
  432. <scope>system</scope>
  433. <systemPath>${project.basedir}/lib/tomcat-embed-el-9.0.75.jar</systemPath>
  434. </dependency>
  435. <dependency>
  436. <groupId>org.apache.tomcat</groupId>
  437. <artifactId>tomcat-embed-websocket</artifactId>
  438. <version>9.0.75</version>
  439. <scope>system</scope>
  440. <systemPath>${project.basedir}/lib/tomcat-embed-websocket-9.0.75.jar</systemPath>
  441. </dependency>
  442. <dependency>
  443. <groupId>org.apache.xmlbeans</groupId>
  444. <artifactId>xmlbeans</artifactId>
  445. <version>3.1.0</version>
  446. <scope>system</scope>
  447. <systemPath>${project.basedir}/lib/xmlbeans-3.1.0.jar</systemPath>
  448. </dependency>
  449. <dependency>
  450. <groupId>org.yaml.snakeyaml</groupId>
  451. <artifactId>snakeyaml</artifactId>
  452. <version>1.28</version>
  453. <scope>system</scope>
  454. <systemPath>${project.basedir}/lib/snakeyaml-1.28.jar</systemPath>
  455. </dependency>
  456. <dependency>
  457. <groupId>javax.servlet</groupId>
  458. <artifactId>servlet-api</artifactId>
  459. <version>2.5</version>
  460. <scope>system</scope>
  461. <systemPath>${project.basedir}/lib/servlet-api-2.5.jar</systemPath>
  462. </dependency>
  463. <dependency>
  464. <groupId>org.apache.logging.log4j</groupId>
  465. <artifactId>log4j-api</artifactId>
  466. <version>2.17.2</version>
  467. <scope>system</scope>
  468. <systemPath>${project.basedir}/lib/log4j-api-2.17.2.jar</systemPath>
  469. </dependency>
  470. <dependency>
  471. <groupId>org.apache.logging.log4j</groupId>
  472. <artifactId>log4j-to-slf4j</artifactId>
  473. <version>2.17.2</version>
  474. <scope>system</scope>
  475. <systemPath>${project.basedir}/lib/log4j-to-slf4j-2.17.2.jar</systemPath>
  476. </dependency>
  477. <dependency>
  478. <groupId>org.glassfish.jaxb</groupId>
  479. <artifactId>txw2</artifactId>
  480. <version>2.3.2</version>
  481. <scope>system</scope>
  482. <systemPath>${project.basedir}/lib/txw2-2.3.2.jar</systemPath>
  483. </dependency>
  484. <dependency>
  485. <groupId>org.jvnet.staxex</groupId>
  486. <artifactId>stax-ex</artifactId>
  487. <version>1.8.1</version>
  488. <scope>system</scope>
  489. <systemPath>${project.basedir}/lib/stax-ex-1.8.1.jar</systemPath>
  490. </dependency>
  491. <dependency>
  492. <groupId>com.alibaba</groupId>
  493. <artifactId>druid</artifactId>
  494. <version>1.2.23</version>
  495. <scope>system</scope>
  496. <systemPath>${project.basedir}/lib/druid-1.2.23.jar</systemPath>
  497. </dependency>
  498. <dependency>
  499. <groupId>commons-logging</groupId>
  500. <artifactId>commons-logging</artifactId>
  501. <version>1.2</version>
  502. <scope>system</scope>
  503. <systemPath>${project.basedir}/lib/commons-logging-1.2.jar</systemPath>
  504. </dependency>
  505. <dependency>
  506. <groupId>org.apache.commons</groupId>
  507. <artifactId>commons-collections4</artifactId>
  508. <version>4.4</version>
  509. <scope>system</scope>
  510. <systemPath>${project.basedir}/lib/commons-collections4-4.4.jar</systemPath>
  511. </dependency>
  512. <dependency>
  513. <groupId>com.alibaba</groupId>
  514. <artifactId>easyexcel-core</artifactId>
  515. <version>3.3.2</version>
  516. <scope>system</scope>
  517. <systemPath>${project.basedir}/lib/easyexcel-core-3.3.2.jar</systemPath>
  518. </dependency>
  519. <dependency>
  520. <groupId>com.alibaba</groupId>
  521. <artifactId>easyexcel-support</artifactId>
  522. <version>3.3.2</version>
  523. <scope>system</scope>
  524. <systemPath>${project.basedir}/lib/easyexcel-support-3.3.2.jar</systemPath>
  525. </dependency>
  526. <dependency>
  527. <groupId>org.hibernate.validator</groupId>
  528. <artifactId>hibernate-validator</artifactId>
  529. <version>6.2.5.Final</version>
  530. <scope>system</scope>
  531. <systemPath>${project.basedir}/lib/hibernate-validator-6.2.5.Final.jar</systemPath>
  532. </dependency>
  533. <dependency>
  534. <groupId>org.jboss.logging</groupId>
  535. <artifactId>jboss-logging</artifactId>
  536. <version>3.4.1.Final</version>
  537. <scope>system</scope>
  538. <systemPath>${project.basedir}/lib/jboss-logging-3.4.1.Final.jar</systemPath>
  539. </dependency>
  540. <dependency>
  541. <groupId>ch.qos.logback</groupId>
  542. <artifactId>logback-classic</artifactId>
  543. <version>1.2.12</version>
  544. <scope>system</scope>
  545. <systemPath>${project.basedir}/lib/logback-classic-1.2.12.jar</systemPath>
  546. </dependency>
  547. <dependency>
  548. <groupId>ch.qos.logback</groupId>
  549. <artifactId>logback-core</artifactId>
  550. <version>1.2.12</version>
  551. <scope>system</scope>
  552. <systemPath>${project.basedir}/lib/logback-core-1.2.12.jar</systemPath>
  553. </dependency>
  554. <dependency>
  555. <groupId>org.postgresql</groupId>
  556. <artifactId>postgresql</artifactId>
  557. <version>42.7.5</version>
  558. <scope>system</scope>
  559. <systemPath>${project.basedir}/lib/postgresql-42.7.5.jar</systemPath>
  560. </dependency>
  561. </dependencies>
  562. </project>