pom.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  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.0.1</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>3.17</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.6</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.4.0</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. </properties>
  57. <dependencyManagement>
  58. <dependencies>
  59. <dependency>
  60. <groupId>com.qmth.distributed.print</groupId>
  61. <artifactId>distributed-print</artifactId>
  62. <version>${project.version}</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>com.qmth.teachcloud.common</groupId>
  66. <artifactId>teachcloud-common</artifactId>
  67. <version>${project.version}</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.qmth.teachcloud.common.api</groupId>
  71. <artifactId>teachcloud-common-api</artifactId>
  72. <version>${project.version}</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.qmth.distributed.print.business</groupId>
  76. <artifactId>distributed-print-business</artifactId>
  77. <version>${project.version}</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.qmth.teachcloud.mark</groupId>
  81. <artifactId>teachcloud-mark</artifactId>
  82. <version>${project.version}</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.qmth.teachcloud.task</groupId>
  86. <artifactId>teachcloud-task</artifactId>
  87. <version>${project.version}</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.qmth.teachcloud.report</groupId>
  91. <artifactId>teachcloud-report</artifactId>
  92. <version>${project.version}</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>com.qmth.teachcloud.report.business</groupId>
  96. <artifactId>teachcloud-report-business</artifactId>
  97. <version>${project.version}</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.qmth.boot</groupId>
  101. <artifactId>starter-api</artifactId>
  102. <version>${qmth.boot.version}</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.qmth.boot</groupId>
  106. <artifactId>core-uid</artifactId>
  107. <version>${qmth.boot.version}</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>com.qmth.boot</groupId>
  111. <artifactId>core-cache</artifactId>
  112. <version>${qmth.boot.version}</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>com.qmth.boot</groupId>
  116. <artifactId>core-concurrent</artifactId>
  117. <version>${qmth.boot.version}</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.qmth.boot</groupId>
  121. <artifactId>core-fss</artifactId>
  122. <version>${qmth.boot.version}</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>com.qmth.boot</groupId>
  126. <artifactId>data-redis</artifactId>
  127. <version>${qmth.boot.version}</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>com.qmth.boot</groupId>
  131. <artifactId>data-mybatis-plus</artifactId>
  132. <version>${qmth.boot.version}</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>com.qmth.boot</groupId>
  136. <artifactId>tools-device</artifactId>
  137. <version>${qmth.boot.version}</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>com.qmth.boot</groupId>
  141. <artifactId>core-solar</artifactId>
  142. <version>${qmth.boot.version}</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.qmth.boot</groupId>
  146. <artifactId>core-logging</artifactId>
  147. <version>${qmth.boot.version}</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>com.qmth.boot</groupId>
  151. <artifactId>core-models</artifactId>
  152. <version>${qmth.boot.version}</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>com.qmth.boot</groupId>
  156. <artifactId>core-retrofit</artifactId>
  157. <version>${qmth.boot.version}</version>
  158. </dependency>
  159. <dependency>
  160. <groupId>com.qmth.boot</groupId>
  161. <artifactId>core-sms</artifactId>
  162. <version>${qmth.boot.version}</version>
  163. </dependency>
  164. <!-- <dependency>-->
  165. <!-- <groupId>io.springfox</groupId>-->
  166. <!-- <artifactId>springfox-swagger-ui</artifactId>-->
  167. <!-- <version>${swagger2.version}</version>-->
  168. <!-- </dependency>-->
  169. <!-- <dependency>-->
  170. <!-- <groupId>io.springfox</groupId>-->
  171. <!-- <artifactId>springfox-swagger2</artifactId>-->
  172. <!-- <version>${swagger2.version}</version>-->
  173. <!-- </dependency>-->
  174. <dependency>
  175. <groupId>com.github.xiaoymin</groupId>
  176. <artifactId>knife4j-spring-boot-starter</artifactId>
  177. <version>${knife4j.version}</version>
  178. </dependency>
  179. <dependency>
  180. <groupId>org.apache.commons</groupId>
  181. <artifactId>commons-lang3</artifactId>
  182. <version>${commons.version}</version>
  183. </dependency>
  184. <dependency>
  185. <groupId>commons-codec</groupId>
  186. <artifactId>commons-codec</artifactId>
  187. <version>${commons.codec.version}</version>
  188. </dependency>
  189. <dependency>
  190. <groupId>org.apache.commons</groupId>
  191. <artifactId>commons-text</artifactId>
  192. <version>${commons-text.version}</version>
  193. </dependency>
  194. <dependency>
  195. <groupId>com.google.code.gson</groupId>
  196. <artifactId>gson</artifactId>
  197. <version>${gson.version}</version>
  198. </dependency>
  199. <dependency>
  200. <groupId>com.google.guava</groupId>
  201. <artifactId>guava</artifactId>
  202. <version>${guava.version}</version>
  203. </dependency>
  204. <dependency>
  205. <groupId>org.apache.poi</groupId>
  206. <artifactId>poi-ooxml</artifactId>
  207. <version>${poi.version}</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>org.apache.poi</groupId>
  211. <artifactId>poi-ooxml-schemas</artifactId>
  212. <version>${poi.version}</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>org.apache.poi</groupId>
  216. <artifactId>poi</artifactId>
  217. <version>${poi.version}</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>commons-fileupload</groupId>
  221. <artifactId>commons-fileupload</artifactId>
  222. <version>${fileupload.version}</version>
  223. </dependency>
  224. <dependency>
  225. <groupId>com.aliyun.oss</groupId>
  226. <artifactId>aliyun-sdk-oss</artifactId>
  227. <version>${aliyun.version}</version>
  228. </dependency>
  229. <dependency>
  230. <groupId>com.alibaba</groupId>
  231. <artifactId>fastjson</artifactId>
  232. <version>${fastjson.version}</version>
  233. </dependency>
  234. <dependency>
  235. <groupId>com.fasterxml.jackson.core</groupId>
  236. <artifactId>jackson-core</artifactId>
  237. <version>${jackson.version}</version>
  238. </dependency>
  239. <dependency>
  240. <groupId>com.fasterxml.jackson.core</groupId>
  241. <artifactId>jackson-annotations</artifactId>
  242. <version>${jackson.version}</version>
  243. </dependency>
  244. <dependency>
  245. <groupId>com.fasterxml.jackson.core</groupId>
  246. <artifactId>jackson-databind</artifactId>
  247. <version>${jackson.version}</version>
  248. </dependency>
  249. <dependency>
  250. <groupId>cn.hutool</groupId>
  251. <artifactId>hutool-all</artifactId>
  252. <version>${hutool.version}</version>
  253. </dependency>
  254. <!-- aes PKCS7 -->
  255. <dependency>
  256. <groupId>org.bouncycastle</groupId>
  257. <artifactId>bcprov-jdk15on</artifactId>
  258. <version>${bcprov.version}</version>
  259. </dependency>
  260. <dependency>
  261. <groupId>org.jetbrains</groupId>
  262. <artifactId>annotations</artifactId>
  263. <version>${jetbrains.version}</version>
  264. <scope>compile</scope>
  265. </dependency>
  266. <dependency>
  267. <groupId>commons-io</groupId>
  268. <artifactId>commons-io</artifactId>
  269. <version>${commons-io.version}</version>
  270. </dependency>
  271. <dependency>
  272. <groupId>org.apache.httpcomponents</groupId>
  273. <artifactId>httpclient</artifactId>
  274. <version>${httpclient.version}</version>
  275. </dependency>
  276. <dependency>
  277. <groupId>io.netty</groupId>
  278. <artifactId>netty-all</artifactId>
  279. <version>${netty-all.version}</version>
  280. </dependency>
  281. <!--quartz-->
  282. <dependency>
  283. <groupId>org.springframework.boot</groupId>
  284. <artifactId>spring-boot-starter-quartz</artifactId>
  285. <version>${spring-boot.version}</version>
  286. </dependency>
  287. <dependency>
  288. <groupId>com.itextpdf</groupId>
  289. <artifactId>itextpdf</artifactId>
  290. <version>${itextpdf.version}</version>
  291. </dependency>
  292. <dependency>
  293. <groupId>com.itextpdf</groupId>
  294. <artifactId>itext-asian</artifactId>
  295. <version>${itextasian.version}</version>
  296. </dependency>
  297. <dependency>
  298. <groupId>com.google.zxing</groupId>
  299. <artifactId>core</artifactId>
  300. <version>${googleBar.version}</version>
  301. </dependency>
  302. <dependency>
  303. <groupId>com.google.zxing</groupId>
  304. <artifactId>javase</artifactId>
  305. <version>${googleBar.version}</version>
  306. </dependency>
  307. <dependency>
  308. <groupId>org.freemarker</groupId>
  309. <artifactId>freemarker</artifactId>
  310. <version>${freemarker.version}</version>
  311. </dependency>
  312. <dependency>
  313. <groupId>junit</groupId>
  314. <artifactId>junit</artifactId>
  315. <version>${junit.version}</version>
  316. </dependency>
  317. <dependency>
  318. <groupId>org.activiti</groupId>
  319. <artifactId>activiti-engine</artifactId>
  320. <version>${activiti.version}</version>
  321. </dependency>
  322. <dependency>
  323. <groupId>org.activiti</groupId>
  324. <artifactId>activiti-spring</artifactId>
  325. <version>${activiti.version}</version>
  326. </dependency>
  327. <dependency>
  328. <groupId>org.activiti</groupId>
  329. <artifactId>activiti-spring-boot-starter-basic</artifactId>
  330. <version>${activiti.version}</version>
  331. </dependency>
  332. <dependency>
  333. <groupId>org.activiti</groupId>
  334. <artifactId>activiti-common-rest</artifactId>
  335. <version>${activiti.version}</version>
  336. </dependency>
  337. <dependency>
  338. <groupId>org.activiti</groupId>
  339. <artifactId>activiti-modeler</artifactId>
  340. <version>${activiti-modeler.version}</version>
  341. </dependency>
  342. <dependency>
  343. <groupId>org.activiti</groupId>
  344. <artifactId>activiti-bpmn-layout</artifactId>
  345. <version>${activiti.version}</version>
  346. </dependency>
  347. <dependency>
  348. <groupId>net.lingala.zip4j</groupId>
  349. <artifactId>zip4j</artifactId>
  350. <version>${zip4j.version}</version>
  351. </dependency>
  352. <dependency>
  353. <groupId>com.aventrix.jnanoid</groupId>
  354. <artifactId>jnanoid</artifactId>
  355. <version>${nanoid.version}</version>
  356. </dependency>
  357. <dependency>
  358. <groupId>com.github.ulisesbocchio</groupId>
  359. <artifactId>jasypt-spring-boot-starter</artifactId>
  360. <version>${jasypt.version}</version>
  361. </dependency>
  362. <!-- <dependency>-->
  363. <!-- <groupId>org.apache.maven</groupId>-->
  364. <!-- <artifactId>maven-model</artifactId>-->
  365. <!-- <version>3.0</version>-->
  366. <!-- </dependency>-->
  367. </dependencies>
  368. </dependencyManagement>
  369. <dependencies>
  370. <!-- 默认依赖测试JAR -->
  371. <dependency>
  372. <groupId>org.springframework.boot</groupId>
  373. <artifactId>spring-boot-starter-test</artifactId>
  374. <version>${spring-boot.version}</version>
  375. <scope>test</scope>
  376. </dependency>
  377. </dependencies>
  378. <build>
  379. <plugins>
  380. <plugin>
  381. <groupId>org.apache.maven.plugins</groupId>
  382. <artifactId>maven-surefire-plugin</artifactId>
  383. <configuration>
  384. <skip>true</skip>
  385. <skipTests>true</skipTests>
  386. </configuration>
  387. </plugin>
  388. <plugin>
  389. <groupId>org.codehaus.mojo</groupId>
  390. <artifactId>versions-maven-plugin</artifactId>
  391. <version>${version-plugin.version}</version>
  392. <configuration>
  393. <generateBackupPoms>false</generateBackupPoms>
  394. </configuration>
  395. </plugin>
  396. <plugin>
  397. <groupId>org.apache.maven.plugins</groupId>
  398. <artifactId>maven-resources-plugin</artifactId>
  399. <version>3.2.0</version>
  400. <configuration>
  401. <encoding>UTF-8</encoding>
  402. <useDefaultDelimiters>false</useDefaultDelimiters>
  403. <delimiters>
  404. <delimiter>$[*]</delimiter>
  405. </delimiters>
  406. <!-- 过滤后缀不需要转码的文件后缀名pdf -->
  407. <nonFilteredFileExtensions>
  408. <nonFilteredFileExtension>pdf</nonFilteredFileExtension>
  409. </nonFilteredFileExtensions>
  410. </configuration>
  411. </plugin>
  412. </plugins>
  413. </build>
  414. </project>