pom.xml 20 KB

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