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>3.0.0-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-common</artifactId>
74 <groupId>org.apache.hbase</groupId>
75 <artifactId>hbase-hadoop-compat</artifactId>
78 <groupId>org.apache.hbase</groupId>
79 <artifactId>hbase-hadoop2-compat</artifactId>
81 <!-- We don't need MR support classes here. -->
83 <groupId>org.apache.hadoop</groupId>
84 <artifactId>hadoop-mapreduce-client-core</artifactId>
89 <groupId>org.apache.hbase</groupId>
90 <artifactId>hbase-common</artifactId>
95 <groupId>org.apache.hbase</groupId>
96 <artifactId>hbase-protocol-shaded</artifactId>
99 <groupId>org.apache.hbase</groupId>
100 <artifactId>hbase-protocol</artifactId>
102 <!-- General dependencies -->
104 <groupId>commons-codec</groupId>
105 <artifactId>commons-codec</artifactId>
108 <groupId>commons-io</groupId>
109 <artifactId>commons-io</artifactId>
112 <groupId>org.apache.commons</groupId>
113 <artifactId>commons-lang3</artifactId>
116 <groupId>org.slf4j</groupId>
117 <artifactId>slf4j-api</artifactId>
120 <groupId>org.apache.hbase.thirdparty</groupId>
121 <artifactId>hbase-shaded-miscellaneous</artifactId>
124 <groupId>com.google.protobuf</groupId>
125 <artifactId>protobuf-java</artifactId>
128 <groupId>org.apache.hbase.thirdparty</groupId>
129 <artifactId>hbase-shaded-netty</artifactId>
132 <groupId>org.apache.zookeeper</groupId>
133 <artifactId>zookeeper</artifactId>
136 <groupId>org.apache.htrace</groupId>
137 <artifactId>htrace-core4</artifactId>
140 <groupId>org.jruby.jcodings</groupId>
141 <artifactId>jcodings</artifactId>
144 <groupId>org.jruby.joni</groupId>
145 <artifactId>joni</artifactId>
148 <groupId>log4j</groupId>
149 <artifactId>log4j</artifactId>
153 <groupId>io.dropwizard.metrics</groupId>
154 <artifactId>metrics-core</artifactId>
157 <groupId>junit</groupId>
158 <artifactId>junit</artifactId>
162 <groupId>org.mockito</groupId>
163 <artifactId>mockito-core</artifactId>
167 <groupId>org.apache.commons</groupId>
168 <artifactId>commons-crypto</artifactId>
171 <groupId>net.java.dev.jna</groupId>
172 <artifactId>jna</artifactId>
179 <!-- Skip the tests in this module -->
181 <id>skipClientTests</id>
184 <name>skipClientTests</name>
188 <surefire.skipFirstPart>true</surefire.skipFirstPart>
189 <surefire.skipSecondPart>true</surefire.skipSecondPart>
193 <!-- profile for building against Hadoop 2.x. This is the default -->
198 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
199 <!--h2--><name>!hadoop.profile</name>
204 <groupId>com.github.stephenc.findbugs</groupId>
205 <artifactId>findbugs-annotations</artifactId>
206 <optional>true</optional>
209 <groupId>org.apache.hadoop</groupId>
210 <artifactId>hadoop-auth</artifactId>
213 <groupId>org.apache.hadoop</groupId>
214 <artifactId>hadoop-common</artifactId>
217 <groupId>net.java.dev.jets3t</groupId>
218 <artifactId>jets3t</artifactId>
221 <groupId>javax.servlet.jsp</groupId>
222 <artifactId>jsp-api</artifactId>
225 <groupId>org.mortbay.jetty</groupId>
226 <artifactId>jetty</artifactId>
229 <groupId>org.mortbay.jetty</groupId>
230 <artifactId>jetty-util</artifactId>
233 <groupId>com.sun.jersey</groupId>
234 <artifactId>jersey-server</artifactId>
237 <groupId>com.sun.jersey</groupId>
238 <artifactId>jersey-core</artifactId>
241 <groupId>com.sun.jersey</groupId>
242 <artifactId>jersey-json</artifactId>
245 <groupId>javax.servlet</groupId>
246 <artifactId>servlet-api</artifactId>
249 <groupId>tomcat</groupId>
250 <artifactId>jasper-compiler</artifactId>
253 <groupId>tomcat</groupId>
254 <artifactId>jasper-runtime</artifactId>
262 profile for building against Hadoop 3.0.x. Activate using:
263 mvn -Dhadoop.profile=3.0
269 <name>hadoop.profile</name>
274 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
278 <groupId>org.apache.hadoop</groupId>
279 <artifactId>hadoop-auth</artifactId>
282 <groupId>org.apache.hadoop</groupId>
283 <artifactId>hadoop-common</artifactId>
286 <groupId>net.java.dev.jets3t</groupId>
287 <artifactId>jets3t</artifactId>
290 <groupId>javax.servlet.jsp</groupId>
291 <artifactId>jsp-api</artifactId>
294 <groupId>org.eclipse.jetty</groupId>
295 <artifactId>jetty-server</artifactId>
298 <groupId>org.eclipse.jetty</groupId>
299 <artifactId>jetty-servlet</artifactId>
302 <groupId>org.eclipse.jetty</groupId>
303 <artifactId>jetty-webapp</artifactId>
306 <groupId>org.eclipse.jetty</groupId>
307 <artifactId>jetty-util</artifactId>
310 <groupId>com.sun.jersey</groupId>
311 <artifactId>jersey-server</artifactId>
314 <groupId>com.sun.jersey</groupId>
315 <artifactId>jersey-core</artifactId>
318 <groupId>com.sun.jersey</groupId>
319 <artifactId>jersey-json</artifactId>
322 <groupId>javax.servlet</groupId>
323 <artifactId>servlet-api</artifactId>
326 <groupId>tomcat</groupId>
327 <artifactId>jasper-compiler</artifactId>
330 <groupId>tomcat</groupId>
331 <artifactId>jasper-runtime</artifactId>
338 <id>eclipse-specific</id>
341 <name>m2e.version</name>
347 <!--This plugin's configuration is used to store Eclipse m2e settings
348 only. It has no influence on the Maven build itself.-->
350 <groupId>org.eclipse.m2e</groupId>
351 <artifactId>lifecycle-mapping</artifactId>
353 <lifecycleMappingMetadata>
356 </lifecycleMappingMetadata>