pom.xml 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <?xml version="1.0"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
  3. xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <artifactId>examcloud-commons</artifactId>
  6. <version>v4.0.2-RELEASE</version>
  7. <packaging>jar</packaging>
  8. <parent>
  9. <groupId>cn.com.qmth.examcloud</groupId>
  10. <artifactId>examcloud-parent</artifactId>
  11. <version>v4.0.2-RELEASE</version>
  12. </parent>
  13. <dependencies>
  14. <dependency>
  15. <groupId>cn.com.qmth.examcloud</groupId>
  16. <artifactId>examcloud-jenkins-build</artifactId>
  17. <version>${examcloud.version}</version>
  18. </dependency>
  19. <!--<dependency>
  20. <groupId>jdk.tools</groupId>
  21. <artifactId>jdk.tools</artifactId>
  22. <version>${java.version}</version>
  23. <scope>system</scope>
  24. <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
  25. </dependency>-->
  26. <dependency>
  27. <groupId>org.springframework.boot</groupId>
  28. <artifactId>spring-boot-starter</artifactId>
  29. <exclusions>
  30. <exclusion>
  31. <groupId>org.springframework.boot</groupId>
  32. <artifactId>spring-boot-starter-logging</artifactId>
  33. </exclusion>
  34. </exclusions>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.springframework.boot</groupId>
  38. <artifactId>spring-boot-starter-mail</artifactId>
  39. </dependency>
  40. <dependency>
  41. <groupId>org.springframework.boot</groupId>
  42. <artifactId>spring-boot-starter-test</artifactId>
  43. <scope>compile</scope>
  44. <exclusions>
  45. <exclusion>
  46. <groupId>org.springframework.boot</groupId>
  47. <artifactId>spring-boot-starter</artifactId>
  48. </exclusion>
  49. </exclusions>
  50. </dependency>
  51. <dependency>
  52. <groupId>junit</groupId>
  53. <artifactId>junit</artifactId>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.springframework.boot</groupId>
  57. <artifactId>spring-boot-starter-log4j2</artifactId>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.slf4j</groupId>
  61. <artifactId>jcl-over-slf4j</artifactId>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.apache.logging.log4j</groupId>
  65. <artifactId>log4j-1.2-api</artifactId>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.apache.commons</groupId>
  69. <artifactId>commons-lang3</artifactId>
  70. </dependency>
  71. <dependency>
  72. <groupId>commons-lang</groupId>
  73. <artifactId>commons-lang</artifactId>
  74. </dependency>
  75. <dependency>
  76. <groupId>commons-beanutils</groupId>
  77. <artifactId>commons-beanutils</artifactId>
  78. </dependency>
  79. <dependency>
  80. <groupId>commons-io</groupId>
  81. <artifactId>commons-io</artifactId>
  82. </dependency>
  83. <dependency>
  84. <groupId>commons-net</groupId>
  85. <artifactId>commons-net</artifactId>
  86. </dependency>
  87. <dependency>
  88. <groupId>commons-codec</groupId>
  89. <artifactId>commons-codec</artifactId>
  90. </dependency>
  91. <dependency>
  92. <groupId>commons-collections</groupId>
  93. <artifactId>commons-collections</artifactId>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.apache.commons</groupId>
  97. <artifactId>commons-pool2</artifactId>
  98. </dependency>
  99. <dependency>
  100. <groupId>commons-fileupload</groupId>
  101. <artifactId>commons-fileupload</artifactId>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.apache.commons</groupId>
  105. <artifactId>commons-compress</artifactId>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.apache.commons</groupId>
  109. <artifactId>commons-text</artifactId>
  110. </dependency>
  111. <dependency>
  112. <groupId>org.apache.httpcomponents</groupId>
  113. <artifactId>httpclient</artifactId>
  114. </dependency>
  115. <dependency>
  116. <groupId>org.apache.httpcomponents</groupId>
  117. <artifactId>httpmime</artifactId>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.squareup.okhttp3</groupId>
  121. <artifactId>okhttp</artifactId>
  122. </dependency>
  123. <dependency>
  124. <groupId>org.apache.poi</groupId>
  125. <artifactId>poi</artifactId>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.apache.poi</groupId>
  129. <artifactId>poi-ooxml</artifactId>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.google.code.gson</groupId>
  133. <artifactId>gson</artifactId>
  134. </dependency>
  135. <dependency>
  136. <groupId>com.alibaba</groupId>
  137. <artifactId>fastjson</artifactId>
  138. </dependency>
  139. <dependency>
  140. <groupId>net.sf.json-lib</groupId>
  141. <artifactId>json-lib</artifactId>
  142. <classifier>jdk15</classifier>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.fasterxml.jackson.dataformat</groupId>
  146. <artifactId>jackson-dataformat-yaml</artifactId>
  147. </dependency>
  148. <dependency>
  149. <groupId>com.fasterxml.jackson.core</groupId>
  150. <artifactId>jackson-core</artifactId>
  151. </dependency>
  152. <dependency>
  153. <groupId>com.fasterxml.jackson.core</groupId>
  154. <artifactId>jackson-annotations</artifactId>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.fasterxml.jackson.core</groupId>
  158. <artifactId>jackson-databind</artifactId>
  159. </dependency>
  160. <dependency>
  161. <groupId>com.mchange</groupId>
  162. <artifactId>c3p0</artifactId>
  163. </dependency>
  164. <dependency>
  165. <groupId>redis.clients</groupId>
  166. <artifactId>jedis</artifactId>
  167. </dependency>
  168. <dependency>
  169. <groupId>mysql</groupId>
  170. <artifactId>mysql-connector-java</artifactId>
  171. </dependency>
  172. <dependency>
  173. <groupId>com.google.guava</groupId>
  174. <artifactId>guava</artifactId>
  175. </dependency>
  176. <dependency>
  177. <groupId>dom4j</groupId>
  178. <artifactId>dom4j</artifactId>
  179. </dependency>
  180. <dependency>
  181. <groupId>org.freemarker</groupId>
  182. <artifactId>freemarker</artifactId>
  183. </dependency>
  184. <dependency>
  185. <groupId>org.quartz-scheduler</groupId>
  186. <artifactId>quartz</artifactId>
  187. </dependency>
  188. <dependency>
  189. <groupId>org.jsoup</groupId>
  190. <artifactId>jsoup</artifactId>
  191. </dependency>
  192. <dependency>
  193. <groupId>com.jcraft</groupId>
  194. <artifactId>jsch</artifactId>
  195. </dependency>
  196. <dependency>
  197. <groupId>com.thoughtworks.xstream</groupId>
  198. <artifactId>xstream</artifactId>
  199. </dependency>
  200. <dependency>
  201. <groupId>com.googlecode.aviator</groupId>
  202. <artifactId>aviator</artifactId>
  203. <exclusions>
  204. <exclusion>
  205. <groupId>junit</groupId>
  206. <artifactId>junit</artifactId>
  207. </exclusion>
  208. <exclusion>
  209. <groupId>commons-beanutils</groupId>
  210. <artifactId>commons-beanutils</artifactId>
  211. </exclusion>
  212. <exclusion>
  213. <groupId>org.springframework</groupId>
  214. <artifactId>spring-context</artifactId>
  215. </exclusion>
  216. </exclusions>
  217. </dependency>
  218. </dependencies>
  219. </project>