2 <project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
6 * Licensed to the Apache Software Foundation (ASF) under one
7 * or more contributor license agreements. See the NOTICE file
8 * distributed with this work for additional information
9 * regarding copyright ownership. The ASF licenses this file
10 * to you under the Apache License, Version 2.0 (the
11 * "License"); you may not use this file except in compliance
12 * with the License. You may obtain a copy of the License at
14 * http://www.apache.org/licenses/LICENSE-2.0
16 * Unless required by applicable law or agreed to in writing, software
17 * distributed under the License is distributed on an "AS IS" BASIS,
18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * See the License for the specific language governing permissions and
20 * limitations under the License.
23 <modelVersion>4.0.0</modelVersion>
25 <artifactId>hbase-build-configuration</artifactId>
26 <groupId>org.apache.hbase</groupId>
27 <version>2.4.2-SNAPSHOT</version>
28 <relativePath>../hbase-build-configuration</relativePath>
31 <artifactId>hbase-client</artifactId>
32 <name>Apache HBase - Client</name>
33 <description>Client of HBase</description>
39 <!--Make it so assembly:single does nothing in here-->
40 <artifactId>maven-assembly-plugin</artifactId>
42 <skipAssembly>true</skipAssembly>
45 <!-- Make a jar and put the sources in the jar -->
47 <groupId>org.apache.maven.plugins</groupId>
48 <artifactId>maven-source-plugin</artifactId>
51 <groupId>net.revelc.code</groupId>
52 <artifactId>warbucks-maven-plugin</artifactId>
59 <groupId>org.apache.hbase.thirdparty</groupId>
60 <artifactId>hbase-shaded-protobuf</artifactId>
62 <!-- Intra-project dependencies -->
64 <groupId>org.apache.hbase</groupId>
65 <artifactId>hbase-annotations</artifactId>
70 <groupId>org.apache.hbase</groupId>
71 <artifactId>hbase-logging</artifactId>
76 <groupId>org.apache.hbase</groupId>
77 <artifactId>hbase-common</artifactId>
80 <groupId>org.apache.hbase</groupId>
81 <artifactId>hbase-hadoop-compat</artifactId>
84 <groupId>org.apache.hbase</groupId>
85 <artifactId>hbase-hadoop2-compat</artifactId>
87 <!-- We don't need MR support classes here. -->
89 <groupId>org.apache.hadoop</groupId>
90 <artifactId>hadoop-mapreduce-client-core</artifactId>
95 <groupId>org.apache.hbase</groupId>
96 <artifactId>hbase-common</artifactId>
101 <groupId>org.apache.hbase</groupId>
102 <artifactId>hbase-protocol-shaded</artifactId>
105 <groupId>org.apache.hbase</groupId>
106 <artifactId>hbase-protocol</artifactId>
108 <!-- General dependencies -->
110 <groupId>com.github.stephenc.findbugs</groupId>
111 <artifactId>findbugs-annotations</artifactId>
112 <scope>compile</scope>
113 <optional>true</optional>
116 <groupId>commons-codec</groupId>
117 <artifactId>commons-codec</artifactId>
120 <groupId>commons-io</groupId>
121 <artifactId>commons-io</artifactId>
124 <groupId>org.apache.commons</groupId>
125 <artifactId>commons-lang3</artifactId>
128 <groupId>org.slf4j</groupId>
129 <artifactId>slf4j-api</artifactId>
132 <groupId>org.apache.hbase.thirdparty</groupId>
133 <artifactId>hbase-shaded-miscellaneous</artifactId>
136 <groupId>com.google.protobuf</groupId>
137 <artifactId>protobuf-java</artifactId>
140 <groupId>org.apache.hbase.thirdparty</groupId>
141 <artifactId>hbase-shaded-netty</artifactId>
144 <groupId>org.apache.zookeeper</groupId>
145 <artifactId>zookeeper</artifactId>
148 <groupId>org.apache.htrace</groupId>
149 <artifactId>htrace-core4</artifactId>
152 <groupId>org.jruby.jcodings</groupId>
153 <artifactId>jcodings</artifactId>
156 <groupId>org.jruby.joni</groupId>
157 <artifactId>joni</artifactId>
160 <groupId>org.slf4j</groupId>
161 <artifactId>jcl-over-slf4j</artifactId>
165 <groupId>org.slf4j</groupId>
166 <artifactId>jul-to-slf4j</artifactId>
170 <groupId>org.slf4j</groupId>
171 <artifactId>slf4j-log4j12</artifactId>
175 <groupId>log4j</groupId>
176 <artifactId>log4j</artifactId>
180 <groupId>io.dropwizard.metrics</groupId>
181 <artifactId>metrics-core</artifactId>
184 <groupId>junit</groupId>
185 <artifactId>junit</artifactId>
189 <groupId>org.mockito</groupId>
190 <artifactId>mockito-core</artifactId>
194 <groupId>org.apache.commons</groupId>
195 <artifactId>commons-crypto</artifactId>
198 <groupId>net.java.dev.jna</groupId>
199 <artifactId>jna</artifactId>
206 <!-- Skip the tests in this module -->
208 <id>skipClientTests</id>
211 <name>skipClientTests</name>
215 <surefire.skipFirstPart>true</surefire.skipFirstPart>
216 <surefire.skipSecondPart>true</surefire.skipSecondPart>
220 <!-- profile for building against Hadoop 2.x. This is the default -->
225 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
226 <!--h2--><name>!hadoop.profile</name>
231 <groupId>org.apache.hadoop</groupId>
232 <artifactId>hadoop-auth</artifactId>
235 <groupId>org.apache.hadoop</groupId>
236 <artifactId>hadoop-common</artifactId>
239 <groupId>net.java.dev.jets3t</groupId>
240 <artifactId>jets3t</artifactId>
243 <groupId>javax.servlet.jsp</groupId>
244 <artifactId>jsp-api</artifactId>
247 <groupId>org.mortbay.jetty</groupId>
248 <artifactId>jetty</artifactId>
251 <groupId>org.mortbay.jetty</groupId>
252 <artifactId>jetty-util</artifactId>
255 <groupId>com.sun.jersey</groupId>
256 <artifactId>jersey-server</artifactId>
259 <groupId>com.sun.jersey</groupId>
260 <artifactId>jersey-core</artifactId>
263 <groupId>com.sun.jersey</groupId>
264 <artifactId>jersey-json</artifactId>
267 <groupId>javax.servlet</groupId>
268 <artifactId>servlet-api</artifactId>
271 <groupId>tomcat</groupId>
272 <artifactId>jasper-compiler</artifactId>
275 <groupId>tomcat</groupId>
276 <artifactId>jasper-runtime</artifactId>
284 profile for building against Hadoop 3.0.x. Activate using:
285 mvn -Dhadoop.profile=3.0
291 <name>hadoop.profile</name>
297 <groupId>org.apache.hadoop</groupId>
298 <artifactId>hadoop-auth</artifactId>
301 <groupId>org.apache.hadoop</groupId>
302 <artifactId>hadoop-common</artifactId>
305 <groupId>net.java.dev.jets3t</groupId>
306 <artifactId>jets3t</artifactId>
309 <groupId>javax.servlet.jsp</groupId>
310 <artifactId>jsp-api</artifactId>
313 <groupId>org.eclipse.jetty</groupId>
314 <artifactId>jetty-server</artifactId>
317 <groupId>org.eclipse.jetty</groupId>
318 <artifactId>jetty-servlet</artifactId>
321 <groupId>org.eclipse.jetty</groupId>
322 <artifactId>jetty-webapp</artifactId>
325 <groupId>org.eclipse.jetty</groupId>
326 <artifactId>jetty-util</artifactId>
329 <groupId>com.sun.jersey</groupId>
330 <artifactId>jersey-server</artifactId>
333 <groupId>com.sun.jersey</groupId>
334 <artifactId>jersey-core</artifactId>
337 <groupId>com.sun.jersey</groupId>
338 <artifactId>jersey-json</artifactId>
341 <groupId>javax.servlet</groupId>
342 <artifactId>servlet-api</artifactId>
345 <groupId>tomcat</groupId>
346 <artifactId>jasper-compiler</artifactId>
349 <groupId>tomcat</groupId>
350 <artifactId>jasper-runtime</artifactId>
353 <groupId>javax.xml.bind</groupId>
354 <artifactId>jaxb-api</artifactId>
357 <groupId>javax.ws.rs</groupId>
358 <artifactId>jsr311-api</artifactId>
365 <id>eclipse-specific</id>
368 <name>m2e.version</name>
374 <!--This plugin's configuration is used to store Eclipse m2e settings
375 only. It has no influence on the Maven build itself.-->
377 <groupId>org.eclipse.m2e</groupId>
378 <artifactId>lifecycle-mapping</artifactId>
380 <lifecycleMappingMetadata>
383 </lifecycleMappingMetadata>