pom.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>cn.com.qmth.examcloud</groupId>
  6. <artifactId>examcloud-parent</artifactId>
  7. <version>${revision}</version>
  8. <packaging>pom</packaging>
  9. <properties>
  10. <!-- 云平台版本 -->
  11. <revision>v4.1.4-RELEASE </revision>
  12. <spring-boot.version>2.3.12.RELEASE</spring-boot.version>
  13. <spring-cloud.version>Hoxton.SR12</spring-cloud.version>
  14. <log4j2.version>2.17.2</log4j2.version>
  15. <maven-compiler-version>3.8.1</maven-compiler-version>
  16. <maven-surefire-version>2.22.2</maven-surefire-version>
  17. <maven-flatten-version>1.2.7</maven-flatten-version>
  18. <maven-deploy-version>2.8.2</maven-deploy-version>
  19. <maven.compiler.source>1.8</maven.compiler.source>
  20. <maven.compiler.target>1.8</maven.compiler.target>
  21. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  22. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  23. <skipAssembly>false</skipAssembly>
  24. </properties>
  25. <dependencyManagement>
  26. <dependencies>
  27. <dependency>
  28. <groupId>org.springframework.cloud</groupId>
  29. <artifactId>spring-cloud-dependencies</artifactId>
  30. <version>${spring-cloud.version}</version>
  31. <type>pom</type>
  32. <scope>import</scope>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.springframework.boot</groupId>
  36. <artifactId>spring-boot-dependencies</artifactId>
  37. <version>${spring-boot.version}</version>
  38. <type>pom</type>
  39. <scope>import</scope>
  40. </dependency>
  41. <dependency>
  42. <groupId>cn.com.qmth.framework</groupId>
  43. <artifactId>config-center-client</artifactId>
  44. <version>1.0.0</version>
  45. </dependency>
  46. <!-- 常用Jars start -->
  47. <dependency>
  48. <groupId>com.alibaba</groupId>
  49. <artifactId>druid</artifactId>
  50. <version>1.2.8</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.google.guava</groupId>
  54. <artifactId>guava</artifactId>
  55. <version>30.1.1-jre</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.squareup.okhttp3</groupId>
  59. <artifactId>okhttp</artifactId>
  60. <version>3.14.9</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.apache.httpcomponents</groupId>
  64. <artifactId>httpclient</artifactId>
  65. <version>4.5.13</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.apache.httpcomponents</groupId>
  69. <artifactId>httpmime</artifactId>
  70. <version>4.5.13</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>org.apache.commons</groupId>
  74. <artifactId>commons-lang3</artifactId>
  75. <version>3.12.0</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>commons-lang</groupId>
  79. <artifactId>commons-lang</artifactId>
  80. <version>2.6</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>commons-beanutils</groupId>
  84. <artifactId>commons-beanutils</artifactId>
  85. <version>1.9.4</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>commons-io</groupId>
  89. <artifactId>commons-io</artifactId>
  90. <version>2.8.0</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>commons-codec</groupId>
  94. <artifactId>commons-codec</artifactId>
  95. <version>1.15</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>commons-collections</groupId>
  99. <artifactId>commons-collections</artifactId>
  100. <version>3.2.2</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>org.apache.commons</groupId>
  104. <artifactId>commons-collections4</artifactId>
  105. <version>4.4</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>commons-net</groupId>
  109. <artifactId>commons-net</artifactId>
  110. <version>3.8.0</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>commons-fileupload</groupId>
  114. <artifactId>commons-fileupload</artifactId>
  115. <version>1.4</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.apache.commons</groupId>
  119. <artifactId>commons-compress</artifactId>
  120. <version>1.20</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>org.apache.commons</groupId>
  124. <artifactId>commons-text</artifactId>
  125. <version>1.9</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>commons-logging</groupId>
  129. <artifactId>commons-logging</artifactId>
  130. <version>1.2</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>commons-configuration</groupId>
  134. <artifactId>commons-configuration</artifactId>
  135. <version>1.10</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.apache.logging.log4j</groupId>
  139. <artifactId>log4j-api</artifactId>
  140. <version>${log4j2.version}</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>org.apache.logging.log4j</groupId>
  144. <artifactId>log4j-core</artifactId>
  145. <version>${log4j2.version}</version>
  146. </dependency>
  147. <!-- 常用Jars end -->
  148. <!-- Json Jars start -->
  149. <dependency>
  150. <groupId>com.google.code.gson</groupId>
  151. <artifactId>gson</artifactId>
  152. <version>2.8.6</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>com.alibaba</groupId>
  156. <artifactId>fastjson</artifactId>
  157. <version>1.2.80</version>
  158. </dependency>
  159. <dependency>
  160. <groupId>org.json</groupId>
  161. <artifactId>json</artifactId>
  162. <version>20210307</version>
  163. </dependency>
  164. <dependency>
  165. <groupId>com.jayway.jsonpath</groupId>
  166. <artifactId>json-path</artifactId>
  167. <version>2.5.0</version>
  168. </dependency>
  169. <dependency>
  170. <groupId>net.minidev</groupId>
  171. <artifactId>json-smart</artifactId>
  172. <version>2.4.2</version>
  173. </dependency>
  174. <dependency>
  175. <groupId>org.codehaus.jettison</groupId>
  176. <artifactId>jettison</artifactId>
  177. <version>1.4.1</version>
  178. </dependency>
  179. <dependency>
  180. <groupId>net.sf.json-lib</groupId>
  181. <artifactId>json-lib</artifactId>
  182. <version>2.4</version>
  183. <classifier>jdk15</classifier>
  184. </dependency>
  185. <!-- Json Jars end -->
  186. <!-- Swagger Jars start -->
  187. <dependency>
  188. <groupId>com.github.xiaoymin</groupId>
  189. <artifactId>knife4j-spring-boot-starter</artifactId>
  190. <version>2.0.9</version>
  191. </dependency>
  192. <dependency>
  193. <groupId>io.swagger</groupId>
  194. <artifactId>swagger-annotations</artifactId>
  195. <version>1.5.24</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>io.swagger</groupId>
  199. <artifactId>swagger-models</artifactId>
  200. <version>1.5.24</version>
  201. </dependency>
  202. <!-- Swagger Jars end -->
  203. <!-- Sdk Jars start -->
  204. <dependency>
  205. <groupId>com.aliyun</groupId>
  206. <artifactId>aliyun-java-sdk-core</artifactId>
  207. <version>4.5.20</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>com.aliyun.oss</groupId>
  211. <artifactId>aliyun-sdk-oss</artifactId>
  212. <version>3.12.0</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>com.aliyun</groupId>
  216. <artifactId>aliyun-java-sdk-cdn</artifactId>
  217. <version>3.6.2</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>com.aliyun.openservices</groupId>
  221. <artifactId>ons-client</artifactId>
  222. <version>1.8.8.Final</version>
  223. </dependency>
  224. <dependency>
  225. <groupId>com.baidu.aip</groupId>
  226. <artifactId>java-sdk</artifactId>
  227. <version>4.15.7</version>
  228. <exclusions>
  229. <exclusion>
  230. <groupId>org.slf4j</groupId>
  231. <artifactId>slf4j-simple</artifactId>
  232. </exclusion>
  233. </exclusions>
  234. </dependency>
  235. <dependency>
  236. <groupId>com.upyun</groupId>
  237. <artifactId>java-sdk</artifactId>
  238. <version>3.20</version>
  239. </dependency>
  240. <!-- Sdk Jars end -->
  241. <!-- Excel Jars start -->
  242. <dependency>
  243. <groupId>org.apache.poi</groupId>
  244. <artifactId>poi</artifactId>
  245. <version>3.17</version>
  246. </dependency>
  247. <dependency>
  248. <groupId>org.apache.poi</groupId>
  249. <artifactId>poi-ooxml</artifactId>
  250. <version>3.17</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>org.apache.poi</groupId>
  254. <artifactId>poi-ooxml-schemas</artifactId>
  255. <version>3.17</version>
  256. </dependency>
  257. <dependency>
  258. <groupId>cn.afterturn</groupId>
  259. <artifactId>easypoi-base</artifactId>
  260. <version>4.3.0</version>
  261. </dependency>
  262. <!-- Excel Jars end -->
  263. <!-- Other Jars start -->
  264. <dependency>
  265. <groupId>com.xuxueli</groupId>
  266. <artifactId>xxl-job-core</artifactId>
  267. <version>2.3.1</version>
  268. </dependency>
  269. <dependency>
  270. <groupId>com.microsoft.sqlserver</groupId>
  271. <artifactId>mssql-jdbc</artifactId>
  272. <version>6.4.0.jre8</version>
  273. </dependency>
  274. <dependency>
  275. <groupId>org.hibernate</groupId>
  276. <artifactId>hibernate-validator</artifactId>
  277. <version>6.1.7.Final</version>
  278. </dependency>
  279. <dependency>
  280. <groupId>org.docx4j</groupId>
  281. <artifactId>docx4j-ImportXHTML</artifactId>
  282. <version>6.1.0</version>
  283. </dependency>
  284. <dependency>
  285. <groupId>dom4j</groupId>
  286. <artifactId>dom4j</artifactId>
  287. <version>1.6.1</version>
  288. </dependency>
  289. <dependency>
  290. <groupId>org.jsoup</groupId>
  291. <artifactId>jsoup</artifactId>
  292. <version>1.14.2</version>
  293. </dependency>
  294. <dependency>
  295. <groupId>com.itextpdf</groupId>
  296. <artifactId>itextpdf</artifactId>
  297. <version>5.5.13.2</version>
  298. </dependency>
  299. <dependency>
  300. <groupId>org.javassist</groupId>
  301. <artifactId>javassist</artifactId>
  302. <version>3.27.0-GA</version>
  303. </dependency>
  304. <dependency>
  305. <groupId>com.mchange</groupId>
  306. <artifactId>c3p0</artifactId>
  307. <version>0.9.5.5</version>
  308. </dependency>
  309. <dependency>
  310. <groupId>com.thoughtworks.xstream</groupId>
  311. <artifactId>xstream</artifactId>
  312. <version>1.4.16</version>
  313. </dependency>
  314. <dependency>
  315. <groupId>com.googlecode.aviator</groupId>
  316. <artifactId>aviator</artifactId>
  317. <version>5.2.5</version>
  318. </dependency>
  319. <dependency>
  320. <groupId>com.google.code.findbugs</groupId>
  321. <artifactId>jsr305</artifactId>
  322. <version>3.0.2</version>
  323. </dependency>
  324. <dependency>
  325. <groupId>com.mchange</groupId>
  326. <artifactId>mchange-commons-java</artifactId>
  327. <version>0.2.20</version>
  328. </dependency>
  329. <dependency>
  330. <groupId>com.esotericsoftware</groupId>
  331. <artifactId>reflectasm</artifactId>
  332. <version>1.11.9</version>
  333. </dependency>
  334. <dependency>
  335. <groupId>org.jline</groupId>
  336. <artifactId>jline</artifactId>
  337. <version>3.19.0</version>
  338. </dependency>
  339. <dependency>
  340. <groupId>com.github.penggle</groupId>
  341. <artifactId>kaptcha</artifactId>
  342. <version>2.3.2</version>
  343. </dependency>
  344. <dependency>
  345. <groupId>org.scala-lang</groupId>
  346. <artifactId>scala-library</artifactId>
  347. <version>2.13.5</version>
  348. </dependency>
  349. <dependency>
  350. <groupId>net.sourceforge.jeuclid</groupId>
  351. <artifactId>jeuclid-core</artifactId>
  352. <version>3.1.9</version>
  353. </dependency>
  354. <dependency>
  355. <groupId>net.sf.saxon</groupId>
  356. <artifactId>Saxon-HE</artifactId>
  357. <version>10.3</version>
  358. </dependency>
  359. <dependency>
  360. <groupId>org.ansj</groupId>
  361. <artifactId>ansj_seg</artifactId>
  362. <version>5.1.6</version>
  363. </dependency>
  364. <dependency>
  365. <groupId>org.antlr</groupId>
  366. <artifactId>antlr-runtime</artifactId>
  367. <version>3.5.2</version>
  368. </dependency>
  369. <dependency>
  370. <groupId>com.jcraft</groupId>
  371. <artifactId>jsch</artifactId>
  372. <version>0.1.55</version>
  373. </dependency>
  374. <dependency>
  375. <groupId>org.hdrhistogram</groupId>
  376. <artifactId>HdrHistogram</artifactId>
  377. <version>2.1.12</version>
  378. </dependency>
  379. <!-- Other Jars end -->
  380. </dependencies>
  381. </dependencyManagement>
  382. <build>
  383. <plugins>
  384. <plugin>
  385. <groupId>org.apache.maven.plugins</groupId>
  386. <artifactId>maven-surefire-plugin</artifactId>
  387. <version>${maven-surefire-version}</version>
  388. <configuration>
  389. <testFailureIgnore>true</testFailureIgnore>
  390. <skipTests>true</skipTests>
  391. <skip>true</skip>
  392. </configuration>
  393. </plugin>
  394. <plugin>
  395. <groupId>org.apache.maven.plugins</groupId>
  396. <artifactId>maven-compiler-plugin</artifactId>
  397. <version>${maven-compiler-version}</version>
  398. <configuration>
  399. <source>${maven.compiler.source}</source>
  400. <target>${maven.compiler.target}</target>
  401. <encoding>${project.build.sourceEncoding}</encoding>
  402. </configuration>
  403. </plugin>
  404. <plugin>
  405. <groupId>org.apache.maven.plugins</groupId>
  406. <artifactId>maven-deploy-plugin</artifactId>
  407. <version>${maven-deploy-version}</version>
  408. <configuration>
  409. <!--<skip>true</skip>-->
  410. </configuration>
  411. </plugin>
  412. <plugin>
  413. <groupId>org.codehaus.mojo</groupId>
  414. <artifactId>flatten-maven-plugin</artifactId>
  415. <version>${maven-flatten-version}</version>
  416. <configuration>
  417. <updatePomFile>true</updatePomFile>
  418. <flattenMode>resolveCiFriendliesOnly</flattenMode>
  419. <pomElements>
  420. <dependencies>expand</dependencies>
  421. </pomElements>
  422. </configuration>
  423. <executions>
  424. <execution>
  425. <id>flatten</id>
  426. <phase>process-resources</phase>
  427. <goals>
  428. <goal>flatten</goal>
  429. </goals>
  430. </execution>
  431. <execution>
  432. <id>flatten.clean</id>
  433. <phase>clean</phase>
  434. <goals>
  435. <goal>clean</goal>
  436. </goals>
  437. </execution>
  438. </executions>
  439. </plugin>
  440. <!--<plugin>
  441. <groupId>org.springframework.boot</groupId>
  442. <artifactId>spring-boot-maven-plugin</artifactId>
  443. <configuration>
  444. &lt;!&ndash;<mainClass>x.x.x.Application</mainClass>&ndash;&gt;
  445. <layout>ZIP</layout>
  446. </configuration>
  447. <executions>
  448. <execution>
  449. <goals>
  450. <goal>repackage</goal>
  451. </goals>
  452. </execution>
  453. </executions>
  454. </plugin>-->
  455. </plugins>
  456. </build>
  457. <!--<repositories>
  458. <repository>
  459. <id>nexus</id>
  460. <name>nexus</name>
  461. <url>http://192.168.10.201:8081/repository/maven-public/</url>
  462. </repository>
  463. </repositories>
  464. <pluginRepositories>
  465. <pluginRepository>
  466. <id>nexus</id>
  467. <name>nexus</name>
  468. <url>http://192.168.10.201:8081/repository/maven-public/</url>
  469. </pluginRepository>
  470. </pluginRepositories>-->
  471. </project>