pom.xml 16 KB

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