pom.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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. <artifactId>examcloud-core-questions-base</artifactId>
  6. <packaging>jar</packaging>
  7. <parent>
  8. <artifactId>examcloud-core-questions</artifactId>
  9. <groupId>cn.com.qmth.examcloud.core.questions</groupId>
  10. <version>2019-SNAPSHOT</version>
  11. </parent>
  12. <dependencies>
  13. <dependency>
  14. <groupId>org.springframework.boot</groupId>
  15. <artifactId>spring-boot-starter-data-mongodb</artifactId>
  16. <exclusions>
  17. <exclusion>
  18. <groupId>org.springframework.boot</groupId>
  19. <artifactId>spring-boot-starter-logging</artifactId>
  20. </exclusion>
  21. </exclusions>
  22. </dependency>
  23. <dependency>
  24. <groupId>org.springframework.boot</groupId>
  25. <artifactId>spring-boot-starter-test</artifactId>
  26. <scope>test</scope>
  27. <exclusions>
  28. <exclusion>
  29. <groupId>org.springframework.boot</groupId>
  30. <artifactId>spring-boot-starter-logging</artifactId>
  31. </exclusion>
  32. </exclusions>
  33. </dependency>
  34. <!-- rpc api start -->
  35. <dependency>
  36. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  37. <artifactId>examcloud-global-api-client</artifactId>
  38. <version>${examcloud.version}</version>
  39. <exclusions>
  40. <exclusion>
  41. <groupId>cn.com.qmth.examcloud</groupId>
  42. <artifactId>examcloud-web</artifactId>
  43. </exclusion>
  44. <exclusion>
  45. <groupId>cn.com.qmth.examcloud</groupId>
  46. <artifactId>examcloud-api-commons</artifactId>
  47. </exclusion>
  48. </exclusions>
  49. </dependency>
  50. <dependency>
  51. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  52. <artifactId>examcloud-core-basic-api-client</artifactId>
  53. <version>${examcloud.version}</version>
  54. <exclusions>
  55. <exclusion>
  56. <groupId>cn.com.qmth.examcloud</groupId>
  57. <artifactId>examcloud-web</artifactId>
  58. </exclusion>
  59. <exclusion>
  60. <groupId>cn.com.qmth.examcloud</groupId>
  61. <artifactId>examcloud-api-commons</artifactId>
  62. </exclusion>
  63. </exclusions>
  64. </dependency>
  65. <dependency>
  66. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  67. <artifactId>examcloud-core-examwork-api-client</artifactId>
  68. <version>${examcloud.version}</version>
  69. <exclusions>
  70. <exclusion>
  71. <groupId>cn.com.qmth.examcloud</groupId>
  72. <artifactId>examcloud-web</artifactId>
  73. </exclusion>
  74. <exclusion>
  75. <groupId>cn.com.qmth.examcloud</groupId>
  76. <artifactId>examcloud-api-commons</artifactId>
  77. </exclusion>
  78. </exclusions>
  79. </dependency>
  80. <dependency>
  81. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  82. <artifactId>examcloud-core-print-api-client</artifactId>
  83. <version>${examcloud.version}</version>
  84. <exclusions>
  85. <exclusion>
  86. <groupId>cn.com.qmth.examcloud</groupId>
  87. <artifactId>examcloud-web</artifactId>
  88. </exclusion>
  89. <exclusion>
  90. <groupId>cn.com.qmth.examcloud</groupId>
  91. <artifactId>examcloud-api-commons</artifactId>
  92. </exclusion>
  93. </exclusions>
  94. </dependency>
  95. <dependency>
  96. <groupId>cn.com.qmth.examcloud.rpc</groupId>
  97. <artifactId>examcloud-core-questions-api-client</artifactId>
  98. <version>${examcloud.version}</version>
  99. <exclusions>
  100. <exclusion>
  101. <groupId>cn.com.qmth.examcloud</groupId>
  102. <artifactId>examcloud-web</artifactId>
  103. </exclusion>
  104. <exclusion>
  105. <groupId>cn.com.qmth.examcloud</groupId>
  106. <artifactId>examcloud-api-commons</artifactId>
  107. </exclusion>
  108. </exclusions>
  109. </dependency>
  110. <!-- rpc api end -->
  111. <dependency>
  112. <groupId>cn.com.qmth.examcloud.question</groupId>
  113. <artifactId>examcloud-question-commons</artifactId>
  114. <version>${examcloud.version}</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>cn.com.qmth.examcloud</groupId>
  118. <artifactId>examcloud-support</artifactId>
  119. <version>${examcloud.version}</version>
  120. <exclusions>
  121. <!-- fix conflicted jars start -->
  122. <exclusion>
  123. <groupId>io.springfox</groupId>
  124. <artifactId>springfox-swagger2</artifactId>
  125. </exclusion>
  126. <exclusion>
  127. <groupId>io.springfox</groupId>
  128. <artifactId>springfox-swagger-ui</artifactId>
  129. </exclusion>
  130. <!--<exclusion>
  131. <groupId>org.apache.poi</groupId>
  132. <artifactId>poi</artifactId>
  133. </exclusion>
  134. <exclusion>
  135. <groupId>org.apache.poi</groupId>
  136. <artifactId>poi-ooxml</artifactId>
  137. </exclusion>-->
  138. <exclusion>
  139. <groupId>commons-beanutils</groupId>
  140. <artifactId>commons-beanutils</artifactId>
  141. </exclusion>
  142. <exclusion>
  143. <groupId>commons-logging</groupId>
  144. <artifactId>commons-logging</artifactId>
  145. </exclusion>
  146. <exclusion>
  147. <groupId>org.apache.commons</groupId>
  148. <artifactId>commons-compress</artifactId>
  149. </exclusion>
  150. <exclusion>
  151. <groupId>com.mchange</groupId>
  152. <artifactId>mchange-commons-java</artifactId>
  153. </exclusion>
  154. <exclusion>
  155. <groupId>org.antlr</groupId>
  156. <artifactId>antlr-runtime</artifactId>
  157. </exclusion>
  158. <!-- fix conflicted jars end -->
  159. </exclusions>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.upyun</groupId>
  163. <artifactId>java-sdk</artifactId>
  164. </dependency>
  165. <dependency>
  166. <groupId>mysql</groupId>
  167. <artifactId>mysql-connector-java</artifactId>
  168. </dependency>
  169. <!--<dependency>
  170. <groupId>com.microsoft.sqlserver</groupId>
  171. <artifactId>mssql-jdbc</artifactId>
  172. </dependency>-->
  173. <dependency>
  174. <groupId>com.alibaba</groupId>
  175. <artifactId>druid</artifactId>
  176. </dependency>
  177. <dependency>
  178. <groupId>com.google.guava</groupId>
  179. <artifactId>guava</artifactId>
  180. </dependency>
  181. <dependency>
  182. <groupId>org.apache.commons</groupId>
  183. <artifactId>commons-lang3</artifactId>
  184. </dependency>
  185. <dependency>
  186. <groupId>commons-lang</groupId>
  187. <artifactId>commons-lang</artifactId>
  188. </dependency>
  189. <dependency>
  190. <groupId>commons-codec</groupId>
  191. <artifactId>commons-codec</artifactId>
  192. </dependency>
  193. <dependency>
  194. <groupId>commons-beanutils</groupId>
  195. <artifactId>commons-beanutils</artifactId>
  196. </dependency>
  197. <dependency>
  198. <groupId>commons-io</groupId>
  199. <artifactId>commons-io</artifactId>
  200. </dependency>
  201. <dependency>
  202. <groupId>commons-collections</groupId>
  203. <artifactId>commons-collections</artifactId>
  204. </dependency>
  205. <dependency>
  206. <groupId>commons-fileupload</groupId>
  207. <artifactId>commons-fileupload</artifactId>
  208. </dependency>
  209. <dependency>
  210. <groupId>com.alibaba</groupId>
  211. <artifactId>fastjson</artifactId>
  212. </dependency>
  213. <dependency>
  214. <groupId>org.jsoup</groupId>
  215. <artifactId>jsoup</artifactId>
  216. </dependency>
  217. <dependency>
  218. <groupId>com.squareup.okhttp3</groupId>
  219. <artifactId>okhttp</artifactId>
  220. </dependency>
  221. <dependency>
  222. <groupId>com.google.code.findbugs</groupId>
  223. <artifactId>jsr305</artifactId>
  224. </dependency>
  225. <dependency>
  226. <groupId>io.springfox</groupId>
  227. <artifactId>springfox-swagger2</artifactId>
  228. </dependency>
  229. <dependency>
  230. <groupId>com.github.xiaoymin</groupId>
  231. <artifactId>swagger-bootstrap-ui</artifactId>
  232. </dependency>
  233. <!--<dependency>
  234. <groupId>cn.afterturn</groupId>
  235. <artifactId>easypoi-base</artifactId>
  236. </dependency>
  237. <dependency>
  238. <groupId>com.itextpdf</groupId>
  239. <artifactId>itextpdf</artifactId>
  240. </dependency>-->
  241. <dependency>
  242. <groupId>org.javassist</groupId>
  243. <artifactId>javassist</artifactId>
  244. </dependency>
  245. <dependency>
  246. <groupId>org.apache.commons</groupId>
  247. <artifactId>commons-compress</artifactId>
  248. </dependency>
  249. <dependency>
  250. <groupId>com.mchange</groupId>
  251. <artifactId>mchange-commons-java</artifactId>
  252. </dependency>
  253. <dependency>
  254. <groupId>com.oracle</groupId>
  255. <artifactId>ojdbc6</artifactId>
  256. <version>11.2.0.4.0-atlassian-hosted</version>
  257. <scope>test</scope>
  258. </dependency>
  259. <dependency>
  260. <groupId>org.freemarker</groupId>
  261. <artifactId>freemarker</artifactId>
  262. </dependency>
  263. <dependency>
  264. <groupId>net.sourceforge.jeuclid</groupId>
  265. <artifactId>jeuclid-core</artifactId>
  266. <exclusions>
  267. <exclusion>
  268. <groupId>commons-logging</groupId>
  269. <artifactId>commons-logging</artifactId>
  270. </exclusion>
  271. <exclusion>
  272. <groupId>org.apache.xmlgraphics</groupId>
  273. <artifactId>xmlgraphics-commons</artifactId>
  274. </exclusion>
  275. </exclusions>
  276. </dependency>
  277. <dependency>
  278. <groupId>com.esotericsoftware</groupId>
  279. <artifactId>reflectasm</artifactId>
  280. </dependency>
  281. <dependency>
  282. <groupId>net.sf.saxon</groupId>
  283. <artifactId>Saxon-HE</artifactId>
  284. </dependency>
  285. <dependency>
  286. <groupId>org.ansj</groupId>
  287. <artifactId>ansj_seg</artifactId>
  288. </dependency>
  289. <dependency>
  290. <groupId>org.docx4j</groupId>
  291. <artifactId>docx4j</artifactId>
  292. </dependency>
  293. <dependency>
  294. <groupId>org.docx4j</groupId>
  295. <artifactId>docx4j-ImportXHTML</artifactId>
  296. <exclusions>
  297. <exclusion>
  298. <groupId>org.docx4j</groupId>
  299. <artifactId>docx4j</artifactId>
  300. </exclusion>
  301. </exclusions>
  302. </dependency>
  303. </dependencies>
  304. </project>