pom.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Licensed to the Apache Software Foundation (ASF) under one or more
  4. ~ contributor license agreements. See the NOTICE file distributed with
  5. ~ this work for additional information regarding copyright ownership.
  6. ~ The ASF licenses this file to You under the Apache License, Version 2.0
  7. ~ (the "License"); you may not use this file except in compliance with
  8. ~ the License. You may obtain a copy of the License at
  9. ~
  10. ~ http://www.apache.org/licenses/LICENSE-2.0
  11. ~
  12. ~ Unless required by applicable law or agreed to in writing, software
  13. ~ distributed under the License is distributed on an "AS IS" BASIS,
  14. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. ~ See the License for the specific language governing permissions and
  16. ~ limitations under the License.
  17. -->
  18. <project xmlns="http://maven.apache.org/POM/4.0.0"
  19. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  20. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  21. <parent>
  22. <artifactId>dolphinscheduler-task-plugin</artifactId>
  23. <groupId>org.apache.dolphinscheduler</groupId>
  24. <version>2.0.0-SNAPSHOT</version>
  25. </parent>
  26. <modelVersion>4.0.0</modelVersion>
  27. <packaging>jar</packaging>
  28. <artifactId>dolphinscheduler-task-api</artifactId>
  29. <dependencies>
  30. <dependency>
  31. <groupId>org.apache.dolphinscheduler</groupId>
  32. <artifactId>dolphinscheduler-spi</artifactId>
  33. <scope>provided</scope>
  34. </dependency>
  35. <dependency>
  36. <groupId>commons-io</groupId>
  37. <artifactId>commons-io</artifactId>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.google.guava</groupId>
  41. <artifactId>guava</artifactId>
  42. </dependency>
  43. <dependency>
  44. <groupId>ch.qos.logback</groupId>
  45. <artifactId>logback-classic</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>commons-codec</groupId>
  49. <artifactId>commons-codec</artifactId>
  50. </dependency>
  51. <dependency>
  52. <groupId>commons-lang</groupId>
  53. <artifactId>commons-lang</artifactId>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.slf4j</groupId>
  57. <artifactId>slf4j-api</artifactId>
  58. <scope>provided</scope>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.apache.hive</groupId>
  62. <artifactId>hive-jdbc</artifactId>
  63. <scope>provided</scope>
  64. <exclusions>
  65. <exclusion>
  66. <artifactId>slf4j-log4j12</artifactId>
  67. <groupId>org.slf4j</groupId>
  68. </exclusion>
  69. <exclusion>
  70. <groupId>org.eclipse.jetty.aggregate</groupId>
  71. <artifactId>jetty-all</artifactId>
  72. </exclusion>
  73. <exclusion>
  74. <groupId>org.apache.ant</groupId>
  75. <artifactId>ant</artifactId>
  76. </exclusion>
  77. <exclusion>
  78. <groupId>io.dropwizard.metrics</groupId>
  79. <artifactId>metrics-json</artifactId>
  80. </exclusion>
  81. <exclusion>
  82. <groupId>io.dropwizard.metrics</groupId>
  83. <artifactId>metrics-jvm</artifactId>
  84. </exclusion>
  85. <exclusion>
  86. <groupId>com.github.joshelser</groupId>
  87. <artifactId>dropwizard-metrics-hadoop-metrics2-reporter</artifactId>
  88. </exclusion>
  89. <exclusion>
  90. <groupId>io.netty</groupId>
  91. <artifactId>netty-all</artifactId>
  92. </exclusion>
  93. <exclusion>
  94. <groupId>com.google.code.gson</groupId>
  95. <artifactId>gson</artifactId>
  96. </exclusion>
  97. <exclusion>
  98. <groupId>com.google.code.findbugs</groupId>
  99. <artifactId>jsr305</artifactId>
  100. </exclusion>
  101. <exclusion>
  102. <groupId>io.dropwizard.metrics</groupId>
  103. <artifactId>metrics-core</artifactId>
  104. </exclusion>
  105. <exclusion>
  106. <groupId>javax.servlet</groupId>
  107. <artifactId>servlet-api</artifactId>
  108. </exclusion>
  109. <exclusion>
  110. <groupId>org.apache.avro</groupId>
  111. <artifactId>avro</artifactId>
  112. </exclusion>
  113. <exclusion>
  114. <groupId>org.apache.commons</groupId>
  115. <artifactId>commons-compress</artifactId>
  116. </exclusion>
  117. <exclusion>
  118. <groupId>org.apache.curator</groupId>
  119. <artifactId>curator-client</artifactId>
  120. </exclusion>
  121. <exclusion>
  122. <groupId>org.apache.hadoop</groupId>
  123. <artifactId>hadoop-auth</artifactId>
  124. </exclusion>
  125. <exclusion>
  126. <groupId>org.apache.hadoop</groupId>
  127. <artifactId>hadoop-mapreduce-client-core</artifactId>
  128. </exclusion>
  129. <exclusion>
  130. <groupId>org.apache.hadoop</groupId>
  131. <artifactId>hadoop-yarn-api</artifactId>
  132. </exclusion>
  133. <exclusion>
  134. <groupId>org.apache.zookeeper</groupId>
  135. <artifactId>zookeeper</artifactId>
  136. </exclusion>
  137. <exclusion>
  138. <groupId>org.codehaus.jackson</groupId>
  139. <artifactId>jackson-jaxrs</artifactId>
  140. </exclusion>
  141. <exclusion>
  142. <groupId>org.codehaus.jackson</groupId>
  143. <artifactId>jackson-xc</artifactId>
  144. </exclusion>
  145. <exclusion>
  146. <groupId>com.google.protobuf</groupId>
  147. <artifactId>protobuf-java</artifactId>
  148. </exclusion>
  149. <exclusion>
  150. <groupId>org.json</groupId>
  151. <artifactId>json</artifactId>
  152. </exclusion>
  153. <exclusion>
  154. <artifactId>log4j-slf4j-impl</artifactId>
  155. <groupId>org.apache.logging.log4j</groupId>
  156. </exclusion>
  157. <exclusion>
  158. <artifactId>javax.servlet</artifactId>
  159. <groupId>org.eclipse.jetty.orbit</groupId>
  160. </exclusion>
  161. <exclusion>
  162. <artifactId>servlet-api-2.5</artifactId>
  163. <groupId>org.mortbay.jetty</groupId>
  164. </exclusion>
  165. <exclusion>
  166. <artifactId>jasper-runtime</artifactId>
  167. <groupId>tomcat</groupId>
  168. </exclusion>
  169. <exclusion>
  170. <artifactId>slider-core</artifactId>
  171. <groupId>org.apache.slider</groupId>
  172. </exclusion>
  173. <exclusion>
  174. <artifactId>hbase-server</artifactId>
  175. <groupId>org.apache.hbase</groupId>
  176. </exclusion>
  177. <exclusion>
  178. <artifactId>jersey-client</artifactId>
  179. <groupId>com.sun.jersey</groupId>
  180. </exclusion>
  181. <exclusion>
  182. <artifactId>jersey-core</artifactId>
  183. <groupId>com.sun.jersey</groupId>
  184. </exclusion>
  185. <exclusion>
  186. <artifactId>jersey-json</artifactId>
  187. <groupId>com.sun.jersey</groupId>
  188. </exclusion>
  189. <exclusion>
  190. <artifactId>jersey-server</artifactId>
  191. <groupId>com.sun.jersey</groupId>
  192. </exclusion>
  193. <exclusion>
  194. <artifactId>jersey-guice</artifactId>
  195. <groupId>com.sun.jersey.contribs</groupId>
  196. </exclusion>
  197. <exclusion>
  198. <artifactId>hbase-common</artifactId>
  199. <groupId>org.apache.hbase</groupId>
  200. </exclusion>
  201. <exclusion>
  202. <artifactId>hbase-hadoop2-compat</artifactId>
  203. <groupId>org.apache.hbase</groupId>
  204. </exclusion>
  205. <exclusion>
  206. <artifactId>hbase-client</artifactId>
  207. <groupId>org.apache.hbase</groupId>
  208. </exclusion>
  209. <exclusion>
  210. <artifactId>hbase-hadoop-compat</artifactId>
  211. <groupId>org.apache.hbase</groupId>
  212. </exclusion>
  213. <exclusion>
  214. <artifactId>tephra-hbase-compat-1.0</artifactId>
  215. <groupId>co.cask.tephra</groupId>
  216. </exclusion>
  217. <exclusion>
  218. <artifactId>jaxb-api</artifactId>
  219. <groupId>javax.xml.bind</groupId>
  220. </exclusion>
  221. <exclusion>
  222. <artifactId>hive-llap-client</artifactId>
  223. <groupId>org.apache.hive</groupId>
  224. </exclusion>
  225. <exclusion>
  226. <artifactId>hive-llap-common</artifactId>
  227. <groupId>org.apache.hive</groupId>
  228. </exclusion>
  229. <exclusion>
  230. <artifactId>hive-llap-server</artifactId>
  231. <groupId>org.apache.hive</groupId>
  232. </exclusion>
  233. <exclusion>
  234. <artifactId>tephra-core</artifactId>
  235. <groupId>co.cask.tephra</groupId>
  236. </exclusion>
  237. <exclusion>
  238. <artifactId>ant</artifactId>
  239. <groupId>ant</groupId>
  240. </exclusion>
  241. <exclusion>
  242. <artifactId>stringtemplate</artifactId>
  243. <groupId>org.antlr</groupId>
  244. </exclusion>
  245. <exclusion>
  246. <artifactId>antlr-runtime</artifactId>
  247. <groupId>org.antlr</groupId>
  248. </exclusion>
  249. <exclusion>
  250. <artifactId>hive-shims</artifactId>
  251. <groupId>org.apache.hive</groupId>
  252. </exclusion>
  253. <exclusion>
  254. <artifactId>jsp-api</artifactId>
  255. <groupId>javax.servlet</groupId>
  256. </exclusion>
  257. <exclusion>
  258. <artifactId>log4j-api</artifactId>
  259. <groupId>org.apache.logging.log4j</groupId>
  260. </exclusion>
  261. <exclusion>
  262. <artifactId>log4j-core</artifactId>
  263. <groupId>org.apache.logging.log4j</groupId>
  264. </exclusion>
  265. <exclusion>
  266. <artifactId>log4j-web</artifactId>
  267. <groupId>org.apache.logging.log4j</groupId>
  268. </exclusion>
  269. <exclusion>
  270. <artifactId>jasper-compiler</artifactId>
  271. <groupId>tomcat</groupId>
  272. </exclusion>
  273. <exclusion>
  274. <artifactId>commons-lang</artifactId>
  275. <groupId>commons-lang</groupId>
  276. </exclusion>
  277. </exclusions>
  278. </dependency>
  279. </dependencies>
  280. <build>
  281. <finalName>dolphinscheduler-task-api-${project.version}</finalName>
  282. </build>
  283. </project>