pom.xml 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License. See accompanying LICENSE file.
  12. -->
  13. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  15. <modelVersion>4.0.0</modelVersion>
  16. <parent>
  17. <groupId>org.apache.hadoop</groupId>
  18. <artifactId>hadoop-project</artifactId>
  19. <version>0.23.9</version>
  20. <relativePath>../hadoop-project</relativePath>
  21. </parent>
  22. <groupId>org.apache.hadoop</groupId>
  23. <artifactId>hadoop-client</artifactId>
  24. <version>0.23.9</version>
  25. <packaging>jar</packaging>
  26. <description>Apache Hadoop Client</description>
  27. <name>Apache Hadoop Client</name>
  28. <dependencies>
  29. <dependency>
  30. <groupId>org.apache.hadoop</groupId>
  31. <artifactId>hadoop-common</artifactId>
  32. <scope>compile</scope>
  33. <exclusions>
  34. <exclusion>
  35. <groupId>commons-cli</groupId>
  36. <artifactId>commons-cli</artifactId>
  37. </exclusion>
  38. <exclusion>
  39. <groupId>commons-httpclient</groupId>
  40. <artifactId>commons-httpclient</artifactId>
  41. </exclusion>
  42. <exclusion>
  43. <groupId>tomcat</groupId>
  44. <artifactId>jasper-compiler</artifactId>
  45. </exclusion>
  46. <exclusion>
  47. <groupId>tomcat</groupId>
  48. <artifactId>jasper-runtime</artifactId>
  49. </exclusion>
  50. <exclusion>
  51. <groupId>javax.servlet</groupId>
  52. <artifactId>servlet-api</artifactId>
  53. </exclusion>
  54. <exclusion>
  55. <groupId>javax.servlet.jsp</groupId>
  56. <artifactId>jsp-api</artifactId>
  57. </exclusion>
  58. <exclusion>
  59. <groupId>commons-logging</groupId>
  60. <artifactId>commons-logging-api</artifactId>
  61. </exclusion>
  62. <exclusion>
  63. <groupId>jetty</groupId>
  64. <artifactId>org.mortbay.jetty</artifactId>
  65. </exclusion>
  66. <exclusion>
  67. <groupId>org.mortbay.jetty</groupId>
  68. <artifactId>jetty</artifactId>
  69. </exclusion>
  70. <exclusion>
  71. <groupId>org.mortbay.jetty</groupId>
  72. <artifactId>jetty-util</artifactId>
  73. </exclusion>
  74. <exclusion>
  75. <groupId>org.mortbay.jetty</groupId>
  76. <artifactId>jsp-api-2.1</artifactId>
  77. </exclusion>
  78. <exclusion>
  79. <groupId>org.mortbay.jetty</groupId>
  80. <artifactId>servlet-api-2.5</artifactId>
  81. </exclusion>
  82. <exclusion>
  83. <groupId>com.sun.jersey</groupId>
  84. <artifactId>jersey-core</artifactId>
  85. </exclusion>
  86. <exclusion>
  87. <groupId>com.sun.jersey</groupId>
  88. <artifactId>jersey-json</artifactId>
  89. </exclusion>
  90. <exclusion>
  91. <groupId>com.sun.jersey</groupId>
  92. <artifactId>jersey-server</artifactId>
  93. </exclusion>
  94. <exclusion>
  95. <groupId>org.eclipse.jdt</groupId>
  96. <artifactId>core</artifactId>
  97. </exclusion>
  98. <exclusion>
  99. <groupId>org.aspectj</groupId>
  100. <artifactId>aspectjrt</artifactId>
  101. </exclusion>
  102. <exclusion>
  103. <groupId>org.apache.avro</groupId>
  104. <artifactId>avro</artifactId>
  105. </exclusion>
  106. <exclusion>
  107. <groupId>org.apache.avro</groupId>
  108. <artifactId>avro-ipc</artifactId>
  109. </exclusion>
  110. <exclusion>
  111. <groupId>net.sf.kosmosfs</groupId>
  112. <artifactId>kfs</artifactId>
  113. </exclusion>
  114. <exclusion>
  115. <groupId>net.java.dev.jets3t</groupId>
  116. <artifactId>jets3t</artifactId>
  117. </exclusion>
  118. </exclusions>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.apache.hadoop</groupId>
  122. <artifactId>hadoop-hdfs</artifactId>
  123. <scope>compile</scope>
  124. <exclusions>
  125. <exclusion>
  126. <groupId>commons-daemon</groupId>
  127. <artifactId>commons-daemon</artifactId>
  128. </exclusion>
  129. <exclusion>
  130. <groupId>org.apache.avro</groupId>
  131. <artifactId>avro</artifactId>
  132. </exclusion>
  133. </exclusions>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.apache.hadoop</groupId>
  137. <artifactId>hadoop-mapreduce-client-app</artifactId>
  138. <scope>compile</scope>
  139. <exclusions>
  140. <exclusion>
  141. <groupId>javax.servlet</groupId>
  142. <artifactId>servlet-api</artifactId>
  143. </exclusion>
  144. <exclusion>
  145. <groupId>org.apache.hadoop</groupId>
  146. <artifactId>hadoop-yarn-server-nodemanager</artifactId>
  147. </exclusion>
  148. <exclusion>
  149. <groupId>org.apache.hadoop</groupId>
  150. <artifactId>hadoop-yarn-server-web-proxy</artifactId>
  151. </exclusion>
  152. <exclusion>
  153. <groupId>org.apache.hadoop</groupId>
  154. <artifactId>hadoop-annotations</artifactId>
  155. </exclusion>
  156. <exclusion>
  157. <groupId>com.google.inject.extensions</groupId>
  158. <artifactId>guice-servlet</artifactId>
  159. </exclusion>
  160. <exclusion>
  161. <groupId>junit</groupId>
  162. <artifactId>junit</artifactId>
  163. </exclusion>
  164. <exclusion>
  165. <groupId>com.cenqua.clover</groupId>
  166. <artifactId>clover</artifactId>
  167. </exclusion>
  168. <exclusion>
  169. <groupId>org.apache.avro</groupId>
  170. <artifactId>avro</artifactId>
  171. </exclusion>
  172. <exclusion>
  173. <groupId>jline</groupId>
  174. <artifactId>jline</artifactId>
  175. </exclusion>
  176. </exclusions>
  177. </dependency>
  178. <dependency>
  179. <groupId>org.apache.hadoop</groupId>
  180. <artifactId>hadoop-yarn-api</artifactId>
  181. <scope>compile</scope>
  182. <exclusions>
  183. <exclusion>
  184. <groupId>org.apache.hadoop</groupId>
  185. <artifactId>hadoop-annotations</artifactId>
  186. </exclusion>
  187. <exclusion>
  188. <groupId>com.google.inject</groupId>
  189. <artifactId>guice</artifactId>
  190. </exclusion>
  191. <exclusion>
  192. <groupId>com.sun.jersey.jersey-test-framework</groupId>
  193. <artifactId>jersey-test-framework-grizzly2</artifactId>
  194. </exclusion>
  195. <exclusion>
  196. <groupId>com.sun.jersey</groupId>
  197. <artifactId>jersey-server</artifactId>
  198. </exclusion>
  199. <exclusion>
  200. <groupId>com.sun.jersey.contribs</groupId>
  201. <artifactId>jersey-guice</artifactId>
  202. </exclusion>
  203. <exclusion>
  204. <groupId>com.cenqua.clover</groupId>
  205. <artifactId>clover</artifactId>
  206. </exclusion>
  207. <exclusion>
  208. <groupId>com.google.inject.extensions</groupId>
  209. <artifactId>guice-servlet</artifactId>
  210. </exclusion>
  211. <exclusion>
  212. <groupId>org.apache.avro</groupId>
  213. <artifactId>avro</artifactId>
  214. </exclusion>
  215. </exclusions>
  216. </dependency>
  217. <dependency>
  218. <groupId>org.apache.hadoop</groupId>
  219. <artifactId>hadoop-mapreduce-client-core</artifactId>
  220. <scope>compile</scope>
  221. <exclusions>
  222. <exclusion>
  223. <groupId>junit</groupId>
  224. <artifactId>junit</artifactId>
  225. </exclusion>
  226. <exclusion>
  227. <groupId>com.google.inject</groupId>
  228. <artifactId>guice</artifactId>
  229. </exclusion>
  230. <exclusion>
  231. <groupId>com.sun.jersey.jersey-test-framework</groupId>
  232. <artifactId>jersey-test-framework-grizzly2</artifactId>
  233. </exclusion>
  234. <exclusion>
  235. <groupId>com.sun.jersey</groupId>
  236. <artifactId>jersey-server</artifactId>
  237. </exclusion>
  238. <exclusion>
  239. <groupId>com.sun.jersey.contribs</groupId>
  240. <artifactId>jersey-guice</artifactId>
  241. </exclusion>
  242. <exclusion>
  243. <groupId>org.apache.avro</groupId>
  244. <artifactId>avro</artifactId>
  245. </exclusion>
  246. <exclusion>
  247. <groupId>org.apache.hadoop</groupId>
  248. <artifactId>hadoop-annotations</artifactId>
  249. </exclusion>
  250. <exclusion>
  251. <groupId>com.google.inject.extensions</groupId>
  252. <artifactId>guice-servlet</artifactId>
  253. </exclusion>
  254. <exclusion>
  255. <groupId>com.cenqua.clover</groupId>
  256. <artifactId>clover</artifactId>
  257. </exclusion>
  258. </exclusions>
  259. </dependency>
  260. <dependency>
  261. <groupId>org.apache.hadoop</groupId>
  262. <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
  263. <scope>compile</scope>
  264. <exclusions>
  265. <exclusion>
  266. <groupId>junit</groupId>
  267. <artifactId>junit</artifactId>
  268. </exclusion>
  269. <exclusion>
  270. <groupId>org.apache.avro</groupId>
  271. <artifactId>avro</artifactId>
  272. </exclusion>
  273. <exclusion>
  274. <groupId>org.apache.hadoop</groupId>
  275. <artifactId>hadoop-annotations</artifactId>
  276. </exclusion>
  277. <exclusion>
  278. <groupId>com.google.inject.extensions</groupId>
  279. <artifactId>guice-servlet</artifactId>
  280. </exclusion>
  281. <exclusion>
  282. <groupId>com.cenqua.clover</groupId>
  283. <artifactId>clover</artifactId>
  284. </exclusion>
  285. </exclusions>
  286. </dependency>
  287. <dependency>
  288. <groupId>org.apache.hadoop</groupId>
  289. <artifactId>hadoop-annotations</artifactId>
  290. <scope>compile</scope>
  291. <exclusions>
  292. <exclusion>
  293. <groupId>jdk.tools</groupId>
  294. <artifactId>jdk.tools</artifactId>
  295. </exclusion>
  296. </exclusions>
  297. </dependency>
  298. </dependencies>
  299. </project>