2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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 <groupId>org.apache.maven.plugins</groupId>
40 <artifactId>maven-site-plugin</artifactId>
46 <!--Make it so assembly:single does nothing in here-->
47 <artifactId>maven-assembly-plugin</artifactId>
49 <skipAssembly>true</skipAssembly>
52 <!-- Make a jar and put the sources in the jar -->
54 <groupId>org.apache.maven.plugins</groupId>
55 <artifactId>maven-source-plugin</artifactId>
60 <!--This plugin's configuration is used to store Eclipse m2e settings
61 only. It has no influence on the Maven build itself.-->
63 <groupId>org.eclipse.m2e</groupId>
64 <artifactId>lifecycle-mapping</artifactId>
66 <lifecycleMappingMetadata>
69 </lifecycleMappingMetadata>
78 <groupId>org.apache.hbase.thirdparty</groupId>
79 <artifactId>hbase-shaded-protobuf</artifactId>
81 <!-- Intra-project dependencies -->
83 <groupId>org.apache.hbase</groupId>
84 <artifactId>hbase-annotations</artifactId>
89 <groupId>org.apache.hbase</groupId>
90 <artifactId>hbase-common</artifactId>
93 <groupId>org.apache.hbase</groupId>
94 <artifactId>hbase-hadoop-compat</artifactId>
97 <groupId>org.apache.hbase</groupId>
98 <artifactId>hbase-hadoop2-compat</artifactId>
100 <!-- We don't need MR support classes here. -->
102 <groupId>org.apache.hadoop</groupId>
103 <artifactId>hadoop-mapreduce-client-core</artifactId>
108 <groupId>org.apache.hbase</groupId>
109 <artifactId>hbase-common</artifactId>
110 <type>test-jar</type>
114 <groupId>org.apache.hbase</groupId>
115 <artifactId>hbase-protocol-shaded</artifactId>
118 <groupId>org.apache.hbase</groupId>
119 <artifactId>hbase-protocol</artifactId>
121 <!-- General dependencies -->
123 <groupId>commons-codec</groupId>
124 <artifactId>commons-codec</artifactId>
127 <groupId>commons-io</groupId>
128 <artifactId>commons-io</artifactId>
131 <groupId>org.apache.commons</groupId>
132 <artifactId>commons-lang3</artifactId>
135 <groupId>commons-logging</groupId>
136 <artifactId>commons-logging</artifactId>
139 <groupId>org.apache.hbase.thirdparty</groupId>
140 <artifactId>hbase-shaded-miscellaneous</artifactId>
143 <groupId>com.google.protobuf</groupId>
144 <artifactId>protobuf-java</artifactId>
147 <groupId>org.apache.hbase.thirdparty</groupId>
148 <artifactId>hbase-shaded-netty</artifactId>
151 <groupId>org.apache.zookeeper</groupId>
152 <artifactId>zookeeper</artifactId>
155 <groupId>org.apache.htrace</groupId>
156 <artifactId>htrace-core4</artifactId>
159 <groupId>org.jruby.jcodings</groupId>
160 <artifactId>jcodings</artifactId>
163 <groupId>org.jruby.joni</groupId>
164 <artifactId>joni</artifactId>
167 <groupId>log4j</groupId>
168 <artifactId>log4j</artifactId>
172 <groupId>io.dropwizard.metrics</groupId>
173 <artifactId>metrics-core</artifactId>
176 <groupId>junit</groupId>
177 <artifactId>junit</artifactId>
181 <groupId>org.mockito</groupId>
182 <artifactId>mockito-core</artifactId>
186 <groupId>org.apache.commons</groupId>
187 <artifactId>commons-crypto</artifactId>
188 <version>${commons-crypto.version}</version>
191 <groupId>net.java.dev.jna</groupId>
192 <artifactId>jna</artifactId>
197 <groupId>com.fasterxml.jackson.core</groupId>
198 <artifactId>jackson-databind</artifactId>
203 <!-- Skip the tests in this module -->
205 <id>skipClientTests</id>
208 <name>skipClientTests</name>
212 <surefire.skipFirstPart>true</surefire.skipFirstPart>
213 <surefire.skipSecondPart>true</surefire.skipSecondPart>
217 <!-- profile for building against Hadoop 2.x. This is the default -->
222 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
223 <!--h2--><name>!hadoop.profile</name>
228 <groupId>com.github.stephenc.findbugs</groupId>
229 <artifactId>findbugs-annotations</artifactId>
230 <optional>true</optional>
233 <groupId>org.apache.hadoop</groupId>
234 <artifactId>hadoop-auth</artifactId>
237 <groupId>org.apache.hadoop</groupId>
238 <artifactId>hadoop-common</artifactId>
241 <groupId>org.apache.htrace</groupId>
242 <artifactId>htrace-core</artifactId>
245 <groupId>net.java.dev.jets3t</groupId>
246 <artifactId>jets3t</artifactId>
249 <groupId>javax.servlet.jsp</groupId>
250 <artifactId>jsp-api</artifactId>
253 <groupId>org.mortbay.jetty</groupId>
254 <artifactId>jetty</artifactId>
257 <groupId>org.mortbay.jetty</groupId>
258 <artifactId>jetty-util</artifactId>
261 <groupId>com.sun.jersey</groupId>
262 <artifactId>jersey-server</artifactId>
265 <groupId>com.sun.jersey</groupId>
266 <artifactId>jersey-core</artifactId>
269 <groupId>com.sun.jersey</groupId>
270 <artifactId>jersey-json</artifactId>
273 <groupId>javax.servlet</groupId>
274 <artifactId>servlet-api</artifactId>
277 <groupId>tomcat</groupId>
278 <artifactId>jasper-compiler</artifactId>
281 <groupId>tomcat</groupId>
282 <artifactId>jasper-runtime</artifactId>
290 profile for building against Hadoop 3.0.x. Activate using:
291 mvn -Dhadoop.profile=3.0
297 <name>hadoop.profile</name>
302 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
306 <groupId>org.apache.hadoop</groupId>
307 <artifactId>hadoop-auth</artifactId>
310 <groupId>org.apache.hadoop</groupId>
311 <artifactId>hadoop-common</artifactId>