pom.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  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.distributed.print.service</groupId>
  6. <artifactId>distributed-print-service</artifactId>
  7. <version>3.3.4</version>
  8. <packaging>pom</packaging>
  9. <modules>
  10. <module>distributed-print</module>
  11. <module>distributed-print-business</module>
  12. <module>teachcloud-mark</module>
  13. <module>teachcloud-common</module>
  14. <module>teachcloud-common-api</module>
  15. <module>teachcloud-task</module>
  16. <module>teachcloud-report</module>
  17. <module>teachcloud-report-business</module>
  18. </modules>
  19. <properties>
  20. <java.version>1.8</java.version>
  21. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  22. <maven.compiler.source>1.8</maven.compiler.source>
  23. <maven.compiler.target>1.8</maven.compiler.target>
  24. <qmth.boot.version>1.0.4</qmth.boot.version>
  25. <!-- <swagger2.version>2.9.2</swagger2.version>-->
  26. <knife4j.version>2.0.7</knife4j.version>
  27. <fastjson.version>1.2.68</fastjson.version>
  28. <fileupload.version>1.4</fileupload.version>
  29. <poi.version>5.2.2</poi.version>
  30. <aliyun.version>3.8.1</aliyun.version>
  31. <guava.version>27.1-jre</guava.version>
  32. <hutool.version>5.0.6</hutool.version>
  33. <bcprov.version>1.52</bcprov.version>
  34. <spring-boot.version>2.3.7.RELEASE</spring-boot.version>
  35. <gson.version>2.8.6</gson.version>
  36. <commons.version>3.10</commons.version>
  37. <commons.codec.version>1.15</commons.codec.version>
  38. <commons-io.version>2.11.0</commons-io.version>
  39. <jackson.version>2.11.0</jackson.version>
  40. <swagger2-bootstrap.version>1.9.6</swagger2-bootstrap.version>
  41. <jetbrains.version>13.0</jetbrains.version>
  42. <httpclient.version>4.5.12</httpclient.version>
  43. <version-plugin.version>2.8.1</version-plugin.version>
  44. <netty-all.version>4.1.49.Final</netty-all.version>
  45. <itextpdf.version>5.5.13</itextpdf.version>
  46. <itextasian.version>5.2.0</itextasian.version>
  47. <googleBar.version>3.3.3</googleBar.version>
  48. <freemarker.version>2.3.30</freemarker.version>
  49. <commons-text.version>1.9</commons-text.version>
  50. <junit.version>4.13</junit.version>
  51. <activiti.version>6.0.0</activiti.version>
  52. <activiti-modeler.version>5.22.0</activiti-modeler.version>
  53. <zip4j.version>1.3.3</zip4j.version>
  54. <nanoid.version>2.0.0</nanoid.version>
  55. <!-- <jasypt.version>3.0.3</jasypt.version>-->
  56. <poi-tl.version>1.12.1</poi-tl.version>
  57. <poi-ooxml-schemas.version>4.1.2</poi-ooxml-schemas.version>
  58. </properties>
  59. <dependencyManagement>
  60. <dependencies>
  61. <dependency>
  62. <groupId>com.qmth.distributed.print</groupId>
  63. <artifactId>distributed-print</artifactId>
  64. <version>${project.version}</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.qmth.teachcloud.common</groupId>
  68. <artifactId>teachcloud-common</artifactId>
  69. <version>${project.version}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.qmth.teachcloud.common.api</groupId>
  73. <artifactId>teachcloud-common-api</artifactId>
  74. <version>${project.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.qmth.distributed.print.business</groupId>
  78. <artifactId>distributed-print-business</artifactId>
  79. <version>${project.version}</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>com.qmth.teachcloud.mark</groupId>
  83. <artifactId>teachcloud-mark</artifactId>
  84. <version>${project.version}</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.qmth.teachcloud.task</groupId>
  88. <artifactId>teachcloud-task</artifactId>
  89. <version>${project.version}</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.qmth.teachcloud.report</groupId>
  93. <artifactId>teachcloud-report</artifactId>
  94. <version>${project.version}</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.qmth.teachcloud.report.business</groupId>
  98. <artifactId>teachcloud-report-business</artifactId>
  99. <version>${project.version}</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.qmth.boot</groupId>
  103. <artifactId>starter-api</artifactId>
  104. <version>${qmth.boot.version}</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.qmth.boot</groupId>
  108. <artifactId>core-uid</artifactId>
  109. <version>${qmth.boot.version}</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.qmth.boot</groupId>
  113. <artifactId>core-cache</artifactId>
  114. <version>${qmth.boot.version}</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>com.qmth.boot</groupId>
  118. <artifactId>core-concurrent</artifactId>
  119. <version>${qmth.boot.version}</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>com.qmth.boot</groupId>
  123. <artifactId>core-fss</artifactId>
  124. <version>${qmth.boot.version}</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.qmth.boot</groupId>
  128. <artifactId>data-redis</artifactId>
  129. <version>${qmth.boot.version}</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.qmth.boot</groupId>
  133. <artifactId>data-mybatis-plus</artifactId>
  134. <version>${qmth.boot.version}</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>com.qmth.boot</groupId>
  138. <artifactId>tools-device</artifactId>
  139. <version>${qmth.boot.version}</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>com.qmth.boot</groupId>
  143. <artifactId>core-solar</artifactId>
  144. <version>${qmth.boot.version}</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>com.qmth.boot</groupId>
  148. <artifactId>core-logging</artifactId>
  149. <version>${qmth.boot.version}</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>com.qmth.boot</groupId>
  153. <artifactId>core-models</artifactId>
  154. <version>${qmth.boot.version}</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.qmth.boot</groupId>
  158. <artifactId>core-retrofit</artifactId>
  159. <version>${qmth.boot.version}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.qmth.boot</groupId>
  163. <artifactId>core-sms</artifactId>
  164. <version>${qmth.boot.version}</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>com.qmth.boot</groupId>
  168. <artifactId>tools-poi</artifactId>
  169. <version>${qmth.boot.version}</version>
  170. </dependency>
  171. <!-- <dependency>-->
  172. <!-- <groupId>io.springfox</groupId>-->
  173. <!-- <artifactId>springfox-swagger-ui</artifactId>-->
  174. <!-- <version>${swagger2.version}</version>-->
  175. <!-- </dependency>-->
  176. <!-- <dependency>-->
  177. <!-- <groupId>io.springfox</groupId>-->
  178. <!-- <artifactId>springfox-swagger2</artifactId>-->
  179. <!-- <version>${swagger2.version}</version>-->
  180. <!-- </dependency>-->
  181. <dependency>
  182. <groupId>com.github.xiaoymin</groupId>
  183. <artifactId>knife4j-spring-boot-starter</artifactId>
  184. <version>${knife4j.version}</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>org.apache.commons</groupId>
  188. <artifactId>commons-lang3</artifactId>
  189. <version>${commons.version}</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>commons-codec</groupId>
  193. <artifactId>commons-codec</artifactId>
  194. <version>${commons.codec.version}</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>org.apache.commons</groupId>
  198. <artifactId>commons-text</artifactId>
  199. <version>${commons-text.version}</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>com.google.code.gson</groupId>
  203. <artifactId>gson</artifactId>
  204. <version>${gson.version}</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>com.google.guava</groupId>
  208. <artifactId>guava</artifactId>
  209. <version>${guava.version}</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>org.apache.poi</groupId>
  213. <artifactId>poi-ooxml</artifactId>
  214. <version>${poi.version}</version>
  215. </dependency>
  216. <dependency>
  217. <groupId>org.apache.poi</groupId>
  218. <artifactId>poi-ooxml-schemas</artifactId>
  219. <version>${poi-ooxml-schemas.version}</version>
  220. </dependency>
  221. <dependency>
  222. <groupId>org.apache.poi</groupId>
  223. <artifactId>poi</artifactId>
  224. <version>${poi.version}</version>
  225. </dependency>
  226. <dependency>
  227. <groupId>commons-fileupload</groupId>
  228. <artifactId>commons-fileupload</artifactId>
  229. <version>${fileupload.version}</version>
  230. </dependency>
  231. <dependency>
  232. <groupId>com.aliyun.oss</groupId>
  233. <artifactId>aliyun-sdk-oss</artifactId>
  234. <version>${aliyun.version}</version>
  235. </dependency>
  236. <dependency>
  237. <groupId>com.alibaba</groupId>
  238. <artifactId>fastjson</artifactId>
  239. <version>${fastjson.version}</version>
  240. </dependency>
  241. <dependency>
  242. <groupId>com.fasterxml.jackson.core</groupId>
  243. <artifactId>jackson-core</artifactId>
  244. <version>${jackson.version}</version>
  245. </dependency>
  246. <dependency>
  247. <groupId>com.fasterxml.jackson.core</groupId>
  248. <artifactId>jackson-annotations</artifactId>
  249. <version>${jackson.version}</version>
  250. </dependency>
  251. <dependency>
  252. <groupId>com.fasterxml.jackson.core</groupId>
  253. <artifactId>jackson-databind</artifactId>
  254. <version>${jackson.version}</version>
  255. </dependency>
  256. <dependency>
  257. <groupId>cn.hutool</groupId>
  258. <artifactId>hutool-all</artifactId>
  259. <version>${hutool.version}</version>
  260. </dependency>
  261. <!-- aes PKCS7 -->
  262. <dependency>
  263. <groupId>org.bouncycastle</groupId>
  264. <artifactId>bcprov-jdk15on</artifactId>
  265. <version>${bcprov.version}</version>
  266. </dependency>
  267. <dependency>
  268. <groupId>org.jetbrains</groupId>
  269. <artifactId>annotations</artifactId>
  270. <version>${jetbrains.version}</version>
  271. <scope>compile</scope>
  272. </dependency>
  273. <dependency>
  274. <groupId>commons-io</groupId>
  275. <artifactId>commons-io</artifactId>
  276. <version>${commons-io.version}</version>
  277. </dependency>
  278. <dependency>
  279. <groupId>org.apache.httpcomponents</groupId>
  280. <artifactId>httpclient</artifactId>
  281. <version>${httpclient.version}</version>
  282. </dependency>
  283. <dependency>
  284. <groupId>io.netty</groupId>
  285. <artifactId>netty-all</artifactId>
  286. <version>${netty-all.version}</version>
  287. </dependency>
  288. <!--quartz-->
  289. <dependency>
  290. <groupId>org.springframework.boot</groupId>
  291. <artifactId>spring-boot-starter-quartz</artifactId>
  292. <version>${spring-boot.version}</version>
  293. </dependency>
  294. <dependency>
  295. <groupId>com.itextpdf</groupId>
  296. <artifactId>itextpdf</artifactId>
  297. <version>${itextpdf.version}</version>
  298. </dependency>
  299. <dependency>
  300. <groupId>com.itextpdf</groupId>
  301. <artifactId>itext-asian</artifactId>
  302. <version>${itextasian.version}</version>
  303. </dependency>
  304. <dependency>
  305. <groupId>com.google.zxing</groupId>
  306. <artifactId>core</artifactId>
  307. <version>${googleBar.version}</version>
  308. </dependency>
  309. <dependency>
  310. <groupId>com.google.zxing</groupId>
  311. <artifactId>javase</artifactId>
  312. <version>${googleBar.version}</version>
  313. </dependency>
  314. <dependency>
  315. <groupId>org.freemarker</groupId>
  316. <artifactId>freemarker</artifactId>
  317. <version>${freemarker.version}</version>
  318. </dependency>
  319. <dependency>
  320. <groupId>junit</groupId>
  321. <artifactId>junit</artifactId>
  322. <version>${junit.version}</version>
  323. </dependency>
  324. <dependency>
  325. <groupId>org.activiti</groupId>
  326. <artifactId>activiti-engine</artifactId>
  327. <version>${activiti.version}</version>
  328. </dependency>
  329. <dependency>
  330. <groupId>org.activiti</groupId>
  331. <artifactId>activiti-spring</artifactId>
  332. <version>${activiti.version}</version>
  333. </dependency>
  334. <dependency>
  335. <groupId>org.activiti</groupId>
  336. <artifactId>activiti-spring-boot-starter-basic</artifactId>
  337. <version>${activiti.version}</version>
  338. </dependency>
  339. <dependency>
  340. <groupId>org.activiti</groupId>
  341. <artifactId>activiti-common-rest</artifactId>
  342. <version>${activiti.version}</version>
  343. </dependency>
  344. <dependency>
  345. <groupId>org.activiti</groupId>
  346. <artifactId>activiti-modeler</artifactId>
  347. <version>${activiti-modeler.version}</version>
  348. </dependency>
  349. <dependency>
  350. <groupId>org.activiti</groupId>
  351. <artifactId>activiti-bpmn-layout</artifactId>
  352. <version>${activiti.version}</version>
  353. </dependency>
  354. <dependency>
  355. <groupId>net.lingala.zip4j</groupId>
  356. <artifactId>zip4j</artifactId>
  357. <version>${zip4j.version}</version>
  358. </dependency>
  359. <dependency>
  360. <groupId>com.aventrix.jnanoid</groupId>
  361. <artifactId>jnanoid</artifactId>
  362. <version>${nanoid.version}</version>
  363. </dependency>
  364. <!-- <dependency>-->
  365. <!-- <groupId>com.github.ulisesbocchio</groupId>-->
  366. <!-- <artifactId>jasypt-spring-boot-starter</artifactId>-->
  367. <!-- <version>${jasypt.version}</version>-->
  368. <!-- </dependency>-->
  369. <!-- <dependency>-->
  370. <!-- <groupId>org.apache.maven</groupId>-->
  371. <!-- <artifactId>maven-model</artifactId>-->
  372. <!-- <version>3.0</version>-->
  373. <!-- </dependency>-->
  374. <dependency>
  375. <groupId>com.github.jeffreyning</groupId>
  376. <artifactId>mybatisplus-plus</artifactId>
  377. <version>1.5.1-RELEASE</version>
  378. </dependency>
  379. <dependency>
  380. <groupId>com.deepoove</groupId>
  381. <artifactId>poi-tl</artifactId>
  382. <version>${poi-tl.version}</version>
  383. </dependency>
  384. <dependency>
  385. <groupId>com.qmth.boot</groupId>
  386. <artifactId>core-rate-limit</artifactId>
  387. <version>${qmth.boot.version}</version>
  388. </dependency>
  389. <dependency>
  390. <groupId>com.qmth.boot</groupId>
  391. <artifactId>tools-common</artifactId>
  392. <version>${qmth.boot.version}</version>
  393. </dependency>
  394. </dependencies>
  395. </dependencyManagement>
  396. <dependencies>
  397. <!-- 默认依赖测试JAR -->
  398. <dependency>
  399. <groupId>org.springframework.boot</groupId>
  400. <artifactId>spring-boot-starter-test</artifactId>
  401. <version>${spring-boot.version}</version>
  402. <scope>test</scope>
  403. </dependency>
  404. </dependencies>
  405. <build>
  406. <plugins>
  407. <plugin>
  408. <groupId>org.apache.maven.plugins</groupId>
  409. <artifactId>maven-surefire-plugin</artifactId>
  410. <configuration>
  411. <skip>true</skip>
  412. <skipTests>true</skipTests>
  413. </configuration>
  414. </plugin>
  415. <plugin>
  416. <groupId>org.codehaus.mojo</groupId>
  417. <artifactId>versions-maven-plugin</artifactId>
  418. <version>${version-plugin.version}</version>
  419. <configuration>
  420. <generateBackupPoms>false</generateBackupPoms>
  421. </configuration>
  422. </plugin>
  423. <plugin>
  424. <groupId>org.apache.maven.plugins</groupId>
  425. <artifactId>maven-resources-plugin</artifactId>
  426. <version>3.2.0</version>
  427. <configuration>
  428. <encoding>UTF-8</encoding>
  429. <useDefaultDelimiters>false</useDefaultDelimiters>
  430. <delimiters>
  431. <delimiter>$[*]</delimiter>
  432. </delimiters>
  433. <!-- 过滤后缀不需要转码的文件后缀名pdf -->
  434. <nonFilteredFileExtensions>
  435. <nonFilteredFileExtension>pdf</nonFilteredFileExtension>
  436. </nonFilteredFileExtensions>
  437. </configuration>
  438. </plugin>
  439. </plugins>
  440. </build>
  441. </project>