pom.xml 14 KB

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