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>com.github.stephenc.findbugs</groupId>
105 <artifactId>findbugs-annotations</artifactId>
106 <scope>compile</scope>
107 <optional>true</optional>
110 <groupId>commons-codec</groupId>
111 <artifactId>commons-codec</artifactId>
114 <groupId>commons-io</groupId>
115 <artifactId>commons-io</artifactId>
118 <groupId>org.apache.commons</groupId>
119 <artifactId>commons-lang3</artifactId>
122 <groupId>org.slf4j</groupId>
123 <artifactId>slf4j-api</artifactId>
126 <groupId>org.apache.hbase.thirdparty</groupId>
127 <artifactId>hbase-shaded-miscellaneous</artifactId>
130 <groupId>com.google.protobuf</groupId>
131 <artifactId>protobuf-java</artifactId>
134 <groupId>org.apache.hbase.thirdparty</groupId>
135 <artifactId>hbase-shaded-netty</artifactId>
138 <groupId>org.apache.zookeeper</groupId>
139 <artifactId>zookeeper</artifactId>
142 <groupId>org.apache.htrace</groupId>
143 <artifactId>htrace-core4</artifactId>
146 <groupId>org.jruby.jcodings</groupId>
147 <artifactId>jcodings</artifactId>
150 <groupId>org.jruby.joni</groupId>
151 <artifactId>joni</artifactId>
154 <groupId>log4j</groupId>
155 <artifactId>log4j</artifactId>
159 <groupId>io.dropwizard.metrics</groupId>
160 <artifactId>metrics-core</artifactId>
163 <groupId>junit</groupId>
164 <artifactId>junit</artifactId>
168 <groupId>org.mockito</groupId>
169 <artifactId>mockito-core</artifactId>
173 <groupId>org.apache.commons</groupId>
174 <artifactId>commons-crypto</artifactId>
177 <groupId>net.java.dev.jna</groupId>
178 <artifactId>jna</artifactId>
185 <!-- Skip the tests in this module -->
187 <id>skipClientTests</id>
190 <name>skipClientTests</name>
194 <surefire.skipFirstPart>true</surefire.skipFirstPart>
195 <surefire.skipSecondPart>true</surefire.skipSecondPart>
199 <!-- profile for building against Hadoop 2.x. This is the default -->
204 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
205 <!--h2--><name>!hadoop.profile</name>
210 <groupId>org.apache.hadoop</groupId>
211 <artifactId>hadoop-auth</artifactId>
214 <groupId>org.apache.hadoop</groupId>
215 <artifactId>hadoop-common</artifactId>
218 <groupId>net.java.dev.jets3t</groupId>
219 <artifactId>jets3t</artifactId>
222 <groupId>javax.servlet.jsp</groupId>
223 <artifactId>jsp-api</artifactId>
226 <groupId>org.mortbay.jetty</groupId>
227 <artifactId>jetty</artifactId>
230 <groupId>org.mortbay.jetty</groupId>
231 <artifactId>jetty-util</artifactId>
234 <groupId>com.sun.jersey</groupId>
235 <artifactId>jersey-server</artifactId>
238 <groupId>com.sun.jersey</groupId>
239 <artifactId>jersey-core</artifactId>
242 <groupId>com.sun.jersey</groupId>
243 <artifactId>jersey-json</artifactId>
246 <groupId>javax.servlet</groupId>
247 <artifactId>servlet-api</artifactId>
250 <groupId>tomcat</groupId>
251 <artifactId>jasper-compiler</artifactId>
254 <groupId>tomcat</groupId>
255 <artifactId>jasper-runtime</artifactId>
263 profile for building against Hadoop 3.0.x. Activate using:
264 mvn -Dhadoop.profile=3.0
270 <name>hadoop.profile</name>
275 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
279 <groupId>org.apache.hadoop</groupId>
280 <artifactId>hadoop-auth</artifactId>
283 <groupId>org.apache.hadoop</groupId>
284 <artifactId>hadoop-common</artifactId>
287 <groupId>net.java.dev.jets3t</groupId>
288 <artifactId>jets3t</artifactId>
291 <groupId>javax.servlet.jsp</groupId>
292 <artifactId>jsp-api</artifactId>
295 <groupId>org.eclipse.jetty</groupId>
296 <artifactId>jetty-server</artifactId>
299 <groupId>org.eclipse.jetty</groupId>
300 <artifactId>jetty-servlet</artifactId>
303 <groupId>org.eclipse.jetty</groupId>
304 <artifactId>jetty-webapp</artifactId>
307 <groupId>org.eclipse.jetty</groupId>
308 <artifactId>jetty-util</artifactId>
311 <groupId>com.sun.jersey</groupId>
312 <artifactId>jersey-server</artifactId>
315 <groupId>com.sun.jersey</groupId>
316 <artifactId>jersey-core</artifactId>
319 <groupId>com.sun.jersey</groupId>
320 <artifactId>jersey-json</artifactId>
323 <groupId>javax.servlet</groupId>
324 <artifactId>servlet-api</artifactId>
327 <groupId>tomcat</groupId>
328 <artifactId>jasper-compiler</artifactId>
331 <groupId>tomcat</groupId>
332 <artifactId>jasper-runtime</artifactId>
339 <id>eclipse-specific</id>
342 <name>m2e.version</name>
348 <!--This plugin's configuration is used to store Eclipse m2e settings
349 only. It has no influence on the Maven build itself.-->
351 <groupId>org.eclipse.m2e</groupId>
352 <artifactId>lifecycle-mapping</artifactId>
354 <lifecycleMappingMetadata>
357 </lifecycleMappingMetadata>