pom.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  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. <groupId>com.qmth.paper.library.service</groupId>
  6. <artifactId>paper-library-service</artifactId>
  7. <version>1.0.0</version>
  8. <packaging>pom</packaging>
  9. <modules>
  10. <module>paper-library</module>
  11. <module>paper-library-business</module>
  12. <module>paper-library-common</module>
  13. <module>paper-library-common-api</module>
  14. <module>paper-library-task</module>
  15. </modules>
  16. <properties>
  17. <java.version>1.8</java.version>
  18. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  19. <maven.compiler.source>1.8</maven.compiler.source>
  20. <maven.compiler.target>1.8</maven.compiler.target>
  21. <qmth.boot.version>1.0.3</qmth.boot.version>
  22. <java.version>1.8</java.version>
  23. <swagger2.version>2.9.2</swagger2.version>
  24. <fastjson.version>1.2.68</fastjson.version>
  25. <fileupload.version>1.4</fileupload.version>
  26. <poi.version>3.17</poi.version>
  27. <aliyun.version>3.8.1</aliyun.version>
  28. <guava.version>27.1-jre</guava.version>
  29. <hutool.version>5.0.6</hutool.version>
  30. <bcprov.version>1.52</bcprov.version>
  31. <spring-boot.version>2.3.7.RELEASE</spring-boot.version>
  32. <gson.version>2.8.6</gson.version>
  33. <commons.version>3.10</commons.version>
  34. <commons.codec.version>1.15</commons.codec.version>
  35. <commons-io.version>2.6</commons-io.version>
  36. <jackson.version>2.11.0</jackson.version>
  37. <swagger2-bootstrap.version>1.9.6</swagger2-bootstrap.version>
  38. <jetbrains.version>13.0</jetbrains.version>
  39. <httpclient.version>4.5.12</httpclient.version>
  40. <version-plugin.version>2.8.1</version-plugin.version>
  41. <netty-all.version>4.1.49.Final</netty-all.version>
  42. <itextpdf.version>5.5.13</itextpdf.version>
  43. <itextasian.version>5.2.0</itextasian.version>
  44. <googleBar.version>3.4.0</googleBar.version>
  45. <freemarker.version>2.3.30</freemarker.version>
  46. <commons-text.version>1.9</commons-text.version>
  47. <junit.version>4.13</junit.version>
  48. <zip4j.version>1.3.3</zip4j.version>
  49. </properties>
  50. <dependencyManagement>
  51. <dependencies>
  52. <dependency>
  53. <groupId>com.qmth.paper.library</groupId>
  54. <artifactId>paper-library</artifactId>
  55. <version>${project.version}</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.qmth.paper.library.common</groupId>
  59. <artifactId>paper-library-common</artifactId>
  60. <version>${project.version}</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.qmth.paper.library.common.api</groupId>
  64. <artifactId>paper-library-common-api</artifactId>
  65. <version>${project.version}</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.qmth.paper.library.business</groupId>
  69. <artifactId>paper-library-business</artifactId>
  70. <version>${project.version}</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.qmth.paper.library.task</groupId>
  74. <artifactId>paper-library-task</artifactId>
  75. <version>${project.version}</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.qmth.boot</groupId>
  79. <artifactId>starter-api</artifactId>
  80. <version>${qmth.boot.version}</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.qmth.boot</groupId>
  84. <artifactId>core-uid</artifactId>
  85. <version>${qmth.boot.version}</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.qmth.boot</groupId>
  89. <artifactId>core-cache</artifactId>
  90. <version>${qmth.boot.version}</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.qmth.boot</groupId>
  94. <artifactId>core-concurrent</artifactId>
  95. <version>${qmth.boot.version}</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>com.qmth.boot</groupId>
  99. <artifactId>core-fss</artifactId>
  100. <version>${qmth.boot.version}</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>com.qmth.boot</groupId>
  104. <artifactId>data-redis</artifactId>
  105. <version>${qmth.boot.version}</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>com.qmth.boot</groupId>
  109. <artifactId>data-mybatis-plus</artifactId>
  110. <version>${qmth.boot.version}</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.qmth.boot</groupId>
  114. <artifactId>tools-device</artifactId>
  115. <version>${qmth.boot.version}</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.qmth.boot</groupId>
  119. <artifactId>core-solar</artifactId>
  120. <version>${qmth.boot.version}</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.qmth.boot</groupId>
  124. <artifactId>core-logging</artifactId>
  125. <version>${qmth.boot.version}</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.qmth.boot</groupId>
  129. <artifactId>core-models</artifactId>
  130. <version>${qmth.boot.version}</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>com.qmth.boot</groupId>
  134. <artifactId>core-retrofit</artifactId>
  135. <version>${qmth.boot.version}</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>io.springfox</groupId>
  139. <artifactId>springfox-swagger-ui</artifactId>
  140. <version>${swagger2.version}</version>
  141. </dependency>
  142. <!-- <dependency>-->
  143. <!-- <groupId>com.github.xiaoymin</groupId>-->
  144. <!-- <artifactId>swagger-bootstrap-ui</artifactId>-->
  145. <!-- <version>${swagger2-bootstrap.version}</version>-->
  146. <!-- </dependency>-->
  147. <dependency>
  148. <groupId>io.springfox</groupId>
  149. <artifactId>springfox-swagger2</artifactId>
  150. <version>${swagger2.version}</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.apache.commons</groupId>
  154. <artifactId>commons-lang3</artifactId>
  155. <version>${commons.version}</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>commons-codec</groupId>
  159. <artifactId>commons-codec</artifactId>
  160. <version>${commons.codec.version}</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>org.apache.commons</groupId>
  164. <artifactId>commons-text</artifactId>
  165. <version>${commons-text.version}</version>
  166. </dependency>
  167. <dependency>
  168. <groupId>com.google.code.gson</groupId>
  169. <artifactId>gson</artifactId>
  170. <version>${gson.version}</version>
  171. </dependency>
  172. <dependency>
  173. <groupId>com.google.guava</groupId>
  174. <artifactId>guava</artifactId>
  175. <version>${guava.version}</version>
  176. </dependency>
  177. <dependency>
  178. <groupId>org.apache.poi</groupId>
  179. <artifactId>poi-ooxml</artifactId>
  180. <version>${poi.version}</version>
  181. </dependency>
  182. <dependency>
  183. <groupId>org.apache.poi</groupId>
  184. <artifactId>poi-ooxml-schemas</artifactId>
  185. <version>${poi.version}</version>
  186. </dependency>
  187. <dependency>
  188. <groupId>org.apache.poi</groupId>
  189. <artifactId>poi</artifactId>
  190. <version>${poi.version}</version>
  191. </dependency>
  192. <dependency>
  193. <groupId>commons-fileupload</groupId>
  194. <artifactId>commons-fileupload</artifactId>
  195. <version>${fileupload.version}</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>com.aliyun.oss</groupId>
  199. <artifactId>aliyun-sdk-oss</artifactId>
  200. <version>${aliyun.version}</version>
  201. </dependency>
  202. <dependency>
  203. <groupId>com.alibaba</groupId>
  204. <artifactId>fastjson</artifactId>
  205. <version>${fastjson.version}</version>
  206. </dependency>
  207. <dependency>
  208. <groupId>com.fasterxml.jackson.core</groupId>
  209. <artifactId>jackson-core</artifactId>
  210. <version>${jackson.version}</version>
  211. </dependency>
  212. <dependency>
  213. <groupId>com.fasterxml.jackson.core</groupId>
  214. <artifactId>jackson-annotations</artifactId>
  215. <version>${jackson.version}</version>
  216. </dependency>
  217. <dependency>
  218. <groupId>com.fasterxml.jackson.core</groupId>
  219. <artifactId>jackson-databind</artifactId>
  220. <version>${jackson.version}</version>
  221. </dependency>
  222. <dependency>
  223. <groupId>cn.hutool</groupId>
  224. <artifactId>hutool-all</artifactId>
  225. <version>${hutool.version}</version>
  226. </dependency>
  227. <!-- aes PKCS7 -->
  228. <dependency>
  229. <groupId>org.bouncycastle</groupId>
  230. <artifactId>bcprov-jdk15on</artifactId>
  231. <version>${bcprov.version}</version>
  232. </dependency>
  233. <dependency>
  234. <groupId>org.jetbrains</groupId>
  235. <artifactId>annotations</artifactId>
  236. <version>${jetbrains.version}</version>
  237. <scope>compile</scope>
  238. </dependency>
  239. <dependency>
  240. <groupId>commons-io</groupId>
  241. <artifactId>commons-io</artifactId>
  242. <version>${commons-io.version}</version>
  243. </dependency>
  244. <dependency>
  245. <groupId>org.apache.httpcomponents</groupId>
  246. <artifactId>httpclient</artifactId>
  247. <version>${httpclient.version}</version>
  248. </dependency>
  249. <dependency>
  250. <groupId>io.netty</groupId>
  251. <artifactId>netty-all</artifactId>
  252. <version>${netty-all.version}</version>
  253. </dependency>
  254. <!--quartz-->
  255. <dependency>
  256. <groupId>org.springframework.boot</groupId>
  257. <artifactId>spring-boot-starter-quartz</artifactId>
  258. <version>${spring-boot.version}</version>
  259. </dependency>
  260. <dependency>
  261. <groupId>com.itextpdf</groupId>
  262. <artifactId>itextpdf</artifactId>
  263. <version>${itextpdf.version}</version>
  264. </dependency>
  265. <dependency>
  266. <groupId>com.itextpdf</groupId>
  267. <artifactId>itext-asian</artifactId>
  268. <version>${itextasian.version}</version>
  269. </dependency>
  270. <dependency>
  271. <groupId>com.google.zxing</groupId>
  272. <artifactId>core</artifactId>
  273. <version>${googleBar.version}</version>
  274. </dependency>
  275. <dependency>
  276. <groupId>com.google.zxing</groupId>
  277. <artifactId>javase</artifactId>
  278. <version>${googleBar.version}</version>
  279. </dependency>
  280. <dependency>
  281. <groupId>org.freemarker</groupId>
  282. <artifactId>freemarker</artifactId>
  283. <version>${freemarker.version}</version>
  284. </dependency>
  285. <dependency>
  286. <groupId>junit</groupId>
  287. <artifactId>junit</artifactId>
  288. <version>${junit.version}</version>
  289. </dependency>
  290. <dependency>
  291. <groupId>net.lingala.zip4j</groupId>
  292. <artifactId>zip4j</artifactId>
  293. <version>${zip4j.version}</version>
  294. </dependency>
  295. </dependencies>
  296. </dependencyManagement>
  297. <dependencies>
  298. <!-- 默认依赖测试JAR -->
  299. <dependency>
  300. <groupId>org.springframework.boot</groupId>
  301. <artifactId>spring-boot-starter-test</artifactId>
  302. <version>${spring-boot.version}</version>
  303. <scope>test</scope>
  304. </dependency>
  305. </dependencies>
  306. <build>
  307. <plugins>
  308. <plugin>
  309. <groupId>org.apache.maven.plugins</groupId>
  310. <artifactId>maven-surefire-plugin</artifactId>
  311. <configuration>
  312. <skip>true</skip>
  313. <skipTests>true</skipTests>
  314. </configuration>
  315. </plugin>
  316. <plugin>
  317. <groupId>org.codehaus.mojo</groupId>
  318. <artifactId>versions-maven-plugin</artifactId>
  319. <version>${version-plugin.version}</version>
  320. <configuration>
  321. <generateBackupPoms>false</generateBackupPoms>
  322. </configuration>
  323. </plugin>
  324. <plugin>
  325. <groupId>org.apache.maven.plugins</groupId>
  326. <artifactId>maven-resources-plugin</artifactId>
  327. <version>3.2.0</version>
  328. <configuration>
  329. <encoding>UTF-8</encoding>
  330. <useDefaultDelimiters>false</useDefaultDelimiters>
  331. <delimiters>
  332. <delimiter>$[*]</delimiter>
  333. </delimiters>
  334. <!-- 过滤后缀不需要转码的文件后缀名pdf -->
  335. <nonFilteredFileExtensions>
  336. <nonFilteredFileExtension>pdf</nonFilteredFileExtension>
  337. </nonFilteredFileExtensions>
  338. </configuration>
  339. </plugin>
  340. </plugins>
  341. </build>
  342. </project>