pom.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. <?xml version="1.0"?>
  2. <project
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
  4. xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <artifactId>escheduler</artifactId>
  8. <groupId>cn.analysys</groupId>
  9. <version>1.0.0-SNAPSHOT</version>
  10. </parent>
  11. <artifactId>escheduler-common</artifactId>
  12. <name>escheduler-common</name>
  13. <url>http://maven.apache.org</url>
  14. <packaging>jar</packaging>
  15. <properties>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>com.alibaba</groupId>
  21. <artifactId>fastjson</artifactId>
  22. <scope>compile</scope>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.apache.httpcomponents</groupId>
  26. <artifactId>httpclient</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>junit</groupId>
  30. <artifactId>junit</artifactId>
  31. <scope>test</scope>
  32. </dependency>
  33. <dependency>
  34. <groupId>commons-configuration</groupId>
  35. <artifactId>commons-configuration</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.fasterxml.jackson.core</groupId>
  39. <artifactId>jackson-annotations</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.fasterxml.jackson.core</groupId>
  43. <artifactId>jackson-databind</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.apache.curator</groupId>
  47. <artifactId>curator-client</artifactId>
  48. <version>2.12.0</version>
  49. <exclusions>
  50. <exclusion>
  51. <groupId>log4j</groupId>
  52. <artifactId>log4j</artifactId>
  53. </exclusion>
  54. <exclusion>
  55. <groupId>io.netty</groupId>
  56. <artifactId>netty</artifactId>
  57. </exclusion>
  58. </exclusions>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.apache.commons</groupId>
  62. <artifactId>commons-collections4</artifactId>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.apache.hadoop</groupId>
  66. <artifactId>hadoop-common</artifactId>
  67. <exclusions>
  68. <exclusion>
  69. <groupId>org.slf4j</groupId>
  70. <artifactId>slf4j-log4j12</artifactId>
  71. </exclusion>
  72. <exclusion>
  73. <groupId>jdk.tools</groupId>
  74. <artifactId>jdk.tools</artifactId>
  75. </exclusion>
  76. <exclusion>
  77. <artifactId>servlet-api</artifactId>
  78. <groupId>javax.servlet</groupId>
  79. </exclusion>
  80. <exclusion>
  81. <groupId>javax.servlet</groupId>
  82. <artifactId>servlet-api</artifactId>
  83. </exclusion>
  84. <exclusion>
  85. <groupId>log4j</groupId>
  86. <artifactId>log4j</artifactId>
  87. </exclusion>
  88. <exclusion>
  89. <groupId>org.apache.curator</groupId>
  90. <artifactId>curator-client</artifactId>
  91. </exclusion>
  92. <exclusion>
  93. <groupId>commons-configuration</groupId>
  94. <artifactId>commons-configuration</artifactId>
  95. </exclusion>
  96. <exclusion>
  97. <groupId>io.grpc</groupId>
  98. <artifactId>grpc-protobuf</artifactId>
  99. </exclusion>
  100. <exclusion>
  101. <groupId>io.netty</groupId>
  102. <artifactId>netty</artifactId>
  103. </exclusion>
  104. <exclusion>
  105. <groupId>org.codehaus.jackson</groupId>
  106. <artifactId>jackson-core-asl</artifactId>
  107. </exclusion>
  108. <exclusion>
  109. <groupId>org.codehaus.jackson</groupId>
  110. <artifactId>jackson-mapper-asl</artifactId>
  111. </exclusion>
  112. <exclusion>
  113. <groupId>com.google.protobuf</groupId>
  114. <artifactId>jackson-mapper-asl</artifactId>
  115. </exclusion>
  116. <exclusion>
  117. <groupId>com.google.code.gson</groupId>
  118. <artifactId>gson</artifactId>
  119. </exclusion>
  120. <exclusion>
  121. <groupId>org.apache.commons</groupId>
  122. <artifactId>commons-math3</artifactId>
  123. </exclusion>
  124. <exclusion>
  125. <groupId>xmlenc</groupId>
  126. <artifactId>xmlenc</artifactId>
  127. </exclusion>
  128. <exclusion>
  129. <groupId>commons-net</groupId>
  130. <artifactId>commons-net</artifactId>
  131. </exclusion>
  132. <exclusion>
  133. <groupId>org.apache.avro</groupId>
  134. <artifactId>avro</artifactId>
  135. </exclusion>
  136. <exclusion>
  137. <groupId>org.apache.zookeeper</groupId>
  138. <artifactId>zookeeper</artifactId>
  139. </exclusion>
  140. <exclusion>
  141. <artifactId>jsr305</artifactId>
  142. <groupId>com.google.code.findbugs</groupId>
  143. </exclusion>
  144. <exclusion>
  145. <groupId>javax.servlet.jsp</groupId>
  146. <artifactId>jsp-api</artifactId>
  147. </exclusion>
  148. </exclusions>
  149. </dependency>
  150. <dependency>
  151. <groupId>org.apache.hadoop</groupId>
  152. <artifactId>hadoop-client</artifactId>
  153. <exclusions>
  154. <exclusion>
  155. <groupId>org.slf4j</groupId>
  156. <artifactId>slf4j-log4j12</artifactId>
  157. </exclusion>
  158. <exclusion>
  159. <artifactId>servlet-api</artifactId>
  160. <groupId>javax.servlet</groupId>
  161. </exclusion>
  162. <exclusion>
  163. <groupId>org.codehaus.jackson</groupId>
  164. <artifactId>jackson-jaxrs</artifactId>
  165. </exclusion>
  166. <exclusion>
  167. <groupId>org.codehaus.jackson</groupId>
  168. <artifactId>jackson-xc</artifactId>
  169. </exclusion>
  170. <exclusion>
  171. <groupId>com.google.protobuf</groupId>
  172. <artifactId>protobuf-java</artifactId>
  173. </exclusion>
  174. <exclusion>
  175. <groupId>org.fusesource.leveldbjni</groupId>
  176. <artifactId>leveldbjni-all</artifactId>
  177. </exclusion>
  178. <exclusion>
  179. <groupId>org.apache.zookeeper</groupId>
  180. <artifactId>zookeeper</artifactId>
  181. </exclusion>
  182. <exclusion>
  183. <groupId>org.apache.hadoop</groupId>
  184. <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
  185. </exclusion>
  186. </exclusions>
  187. </dependency>
  188. <dependency>
  189. <groupId>javax.servlet</groupId>
  190. <artifactId>javax.servlet-api</artifactId>
  191. </dependency>
  192. <dependency>
  193. <groupId>org.apache.hadoop</groupId>
  194. <artifactId>hadoop-hdfs</artifactId>
  195. <exclusions>
  196. <exclusion>
  197. <groupId>javax.servlet</groupId>
  198. <artifactId>servlet-api</artifactId>
  199. </exclusion>
  200. <exclusion>
  201. <groupId>io.netty</groupId>
  202. <artifactId>netty</artifactId>
  203. </exclusion>
  204. <exclusion>
  205. <groupId>com.google.protobuf</groupId>
  206. <artifactId>protobuf-java</artifactId>
  207. </exclusion>
  208. <exclusion>
  209. <groupId>xmlenc</groupId>
  210. <artifactId>xmlenc</artifactId>
  211. </exclusion>
  212. <exclusion>
  213. <groupId>io.netty</groupId>
  214. <artifactId>netty-all</artifactId>
  215. </exclusion>
  216. <exclusion>
  217. <groupId>org.fusesource.leveldbjni</groupId>
  218. <artifactId>leveldbjni-all</artifactId>
  219. </exclusion>
  220. </exclusions>
  221. </dependency>
  222. <dependency>
  223. <groupId>org.apache.commons</groupId>
  224. <artifactId>commons-lang3</artifactId>
  225. </dependency>
  226. <dependency>
  227. <groupId>org.postgresql</groupId>
  228. <artifactId>postgresql</artifactId>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.apache.httpcomponents</groupId>
  232. <artifactId>httpclient</artifactId>
  233. </dependency>
  234. <dependency>
  235. <groupId>org.apache.hive</groupId>
  236. <artifactId>hive-jdbc</artifactId>
  237. <exclusions>
  238. <exclusion>
  239. <artifactId>slf4j-log4j12</artifactId>
  240. <groupId>org.slf4j</groupId>
  241. </exclusion>
  242. <exclusion>
  243. <groupId>org.eclipse.jetty.aggregate</groupId>
  244. <artifactId>jetty-all</artifactId>
  245. </exclusion>
  246. <exclusion>
  247. <groupId>org.apache.ant</groupId>
  248. <artifactId>ant</artifactId>
  249. </exclusion>
  250. <exclusion>
  251. <groupId>io.dropwizard.metrics</groupId>
  252. <artifactId>metrics-json</artifactId>
  253. </exclusion>
  254. <exclusion>
  255. <groupId>io.dropwizard.metrics</groupId>
  256. <artifactId>metrics-jvm</artifactId>
  257. </exclusion>
  258. <exclusion>
  259. <groupId>com.github.joshelser</groupId>
  260. <artifactId>dropwizard-metrics-hadoop-metrics2-reporter</artifactId>
  261. </exclusion>
  262. <exclusion>
  263. <groupId>io.netty</groupId>
  264. <artifactId>netty-all</artifactId>
  265. </exclusion>
  266. <exclusion>
  267. <groupId>com.google.code.gson</groupId>
  268. <artifactId>gson</artifactId>
  269. </exclusion>
  270. <exclusion>
  271. <groupId>com.google.code.findbugs</groupId>
  272. <artifactId>jsr305</artifactId>
  273. </exclusion>
  274. <exclusion>
  275. <groupId>io.dropwizard.metrics</groupId>
  276. <artifactId>metrics-core</artifactId>
  277. </exclusion>
  278. <exclusion>
  279. <groupId>javax.servlet</groupId>
  280. <artifactId>servlet-api</artifactId>
  281. </exclusion>
  282. <exclusion>
  283. <groupId>org.apache.avro</groupId>
  284. <artifactId>avro</artifactId>
  285. </exclusion>
  286. <exclusion>
  287. <groupId>org.apache.commons</groupId>
  288. <artifactId>commons-compress</artifactId>
  289. </exclusion>
  290. <exclusion>
  291. <groupId>org.apache.curator</groupId>
  292. <artifactId>curator-client</artifactId>
  293. </exclusion>
  294. <exclusion>
  295. <groupId>org.apache.hadoop</groupId>
  296. <artifactId>hadoop-auth</artifactId>
  297. </exclusion>
  298. <exclusion>
  299. <groupId>org.apache.hadoop</groupId>
  300. <artifactId>hadoop-mapreduce-client-core</artifactId>
  301. </exclusion>
  302. <exclusion>
  303. <groupId>org.apache.hadoop</groupId>
  304. <artifactId>hadoop-yarn-api</artifactId>
  305. </exclusion>
  306. <exclusion>
  307. <groupId>org.apache.zookeeper</groupId>
  308. <artifactId>zookeeper</artifactId>
  309. </exclusion>
  310. <exclusion>
  311. <groupId>org.codehaus.jackson</groupId>
  312. <artifactId>jackson-jaxrs</artifactId>
  313. </exclusion>
  314. <exclusion>
  315. <groupId>org.codehaus.jackson</groupId>
  316. <artifactId>jackson-xc</artifactId>
  317. </exclusion>
  318. <exclusion>
  319. <groupId>com.google.protobuf</groupId>
  320. <artifactId>protobuf-java</artifactId>
  321. </exclusion>
  322. <exclusion>
  323. <groupId>org.json</groupId>
  324. <artifactId>json</artifactId>
  325. </exclusion>
  326. <exclusion>
  327. <artifactId>log4j-slf4j-impl</artifactId>
  328. <groupId>org.apache.logging.log4j</groupId>
  329. </exclusion>
  330. </exclusions>
  331. </dependency>
  332. <dependency>
  333. <groupId>org.mybatis</groupId>
  334. <artifactId>mybatis</artifactId>
  335. </dependency>
  336. <dependency>
  337. <groupId>ch.qos.logback</groupId>
  338. <artifactId>logback-classic</artifactId>
  339. </dependency>
  340. <dependency>
  341. <groupId>ch.qos.logback</groupId>
  342. <artifactId>logback-core</artifactId>
  343. </dependency>
  344. <dependency>
  345. <groupId>com.github.oshi</groupId>
  346. <artifactId>oshi-core</artifactId>
  347. </dependency>
  348. </dependencies>
  349. <build>
  350. <plugins>
  351. <plugin>
  352. <groupId>org.apache.maven.plugins</groupId>
  353. <artifactId>maven-compiler-plugin</artifactId>
  354. <configuration>
  355. <source>${java.version}</source>
  356. <target>${java.version}</target>
  357. <encoding>${project.build.sourceEncoding}</encoding>
  358. </configuration>
  359. </plugin>
  360. </plugins>
  361. </build>
  362. </project>