pom.xml 21 KB

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