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 <!--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>
57 <!--This plugin's configuration is used to store Eclipse m2e settings
58 only. It has no influence on the Maven build itself.-->
60 <groupId>org.eclipse.m2e</groupId>
61 <artifactId>lifecycle-mapping</artifactId>
63 <lifecycleMappingMetadata>
66 </lifecycleMappingMetadata>
75 <groupId>org.apache.hbase.thirdparty</groupId>
76 <artifactId>hbase-shaded-protobuf</artifactId>
78 <!-- Intra-project dependencies -->
80 <groupId>org.apache.hbase</groupId>
81 <artifactId>hbase-annotations</artifactId>
86 <groupId>org.apache.hbase</groupId>
87 <artifactId>hbase-common</artifactId>
90 <groupId>org.apache.hbase</groupId>
91 <artifactId>hbase-hadoop-compat</artifactId>
94 <groupId>org.apache.hbase</groupId>
95 <artifactId>hbase-hadoop2-compat</artifactId>
97 <!-- We don't need MR support classes here. -->
99 <groupId>org.apache.hadoop</groupId>
100 <artifactId>hadoop-mapreduce-client-core</artifactId>
105 <groupId>org.apache.hbase</groupId>
106 <artifactId>hbase-common</artifactId>
107 <type>test-jar</type>
111 <groupId>org.apache.hbase</groupId>
112 <artifactId>hbase-protocol-shaded</artifactId>
115 <groupId>org.apache.hbase</groupId>
116 <artifactId>hbase-protocol</artifactId>
118 <!-- General dependencies -->
120 <groupId>commons-codec</groupId>
121 <artifactId>commons-codec</artifactId>
124 <groupId>commons-io</groupId>
125 <artifactId>commons-io</artifactId>
128 <groupId>org.apache.commons</groupId>
129 <artifactId>commons-lang3</artifactId>
132 <groupId>org.slf4j</groupId>
133 <artifactId>slf4j-api</artifactId>
136 <groupId>org.apache.hbase.thirdparty</groupId>
137 <artifactId>hbase-shaded-miscellaneous</artifactId>
140 <groupId>com.google.protobuf</groupId>
141 <artifactId>protobuf-java</artifactId>
144 <groupId>org.apache.hbase.thirdparty</groupId>
145 <artifactId>hbase-shaded-netty</artifactId>
148 <groupId>org.apache.zookeeper</groupId>
149 <artifactId>zookeeper</artifactId>
152 <groupId>org.apache.htrace</groupId>
153 <artifactId>htrace-core4</artifactId>
156 <groupId>org.jruby.jcodings</groupId>
157 <artifactId>jcodings</artifactId>
160 <groupId>org.jruby.joni</groupId>
161 <artifactId>joni</artifactId>
164 <groupId>log4j</groupId>
165 <artifactId>log4j</artifactId>
169 <groupId>io.dropwizard.metrics</groupId>
170 <artifactId>metrics-core</artifactId>
173 <groupId>junit</groupId>
174 <artifactId>junit</artifactId>
178 <groupId>org.mockito</groupId>
179 <artifactId>mockito-core</artifactId>
183 <groupId>org.apache.commons</groupId>
184 <artifactId>commons-crypto</artifactId>
185 <version>${commons-crypto.version}</version>
188 <groupId>net.java.dev.jna</groupId>
189 <artifactId>jna</artifactId>
194 <groupId>com.fasterxml.jackson.core</groupId>
195 <artifactId>jackson-databind</artifactId>
200 <!-- Skip the tests in this module -->
202 <id>skipClientTests</id>
205 <name>skipClientTests</name>
209 <surefire.skipFirstPart>true</surefire.skipFirstPart>
210 <surefire.skipSecondPart>true</surefire.skipSecondPart>
214 <!-- profile for building against Hadoop 2.x. This is the default -->
219 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
220 <!--h2--><name>!hadoop.profile</name>
225 <groupId>com.github.stephenc.findbugs</groupId>
226 <artifactId>findbugs-annotations</artifactId>
227 <optional>true</optional>
230 <groupId>org.apache.hadoop</groupId>
231 <artifactId>hadoop-auth</artifactId>
234 <groupId>org.apache.hadoop</groupId>
235 <artifactId>hadoop-common</artifactId>
238 <groupId>org.apache.htrace</groupId>
239 <artifactId>htrace-core</artifactId>
242 <groupId>net.java.dev.jets3t</groupId>
243 <artifactId>jets3t</artifactId>
246 <groupId>javax.servlet.jsp</groupId>
247 <artifactId>jsp-api</artifactId>
250 <groupId>org.mortbay.jetty</groupId>
251 <artifactId>jetty</artifactId>
254 <groupId>org.mortbay.jetty</groupId>
255 <artifactId>jetty-util</artifactId>
258 <groupId>com.sun.jersey</groupId>
259 <artifactId>jersey-server</artifactId>
262 <groupId>com.sun.jersey</groupId>
263 <artifactId>jersey-core</artifactId>
266 <groupId>com.sun.jersey</groupId>
267 <artifactId>jersey-json</artifactId>
270 <groupId>javax.servlet</groupId>
271 <artifactId>servlet-api</artifactId>
274 <groupId>tomcat</groupId>
275 <artifactId>jasper-compiler</artifactId>
278 <groupId>tomcat</groupId>
279 <artifactId>jasper-runtime</artifactId>
287 profile for building against Hadoop 3.0.x. Activate using:
288 mvn -Dhadoop.profile=3.0
294 <name>hadoop.profile</name>
299 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
303 <groupId>org.apache.hadoop</groupId>
304 <artifactId>hadoop-auth</artifactId>
307 <groupId>org.apache.hadoop</groupId>
308 <artifactId>hadoop-common</artifactId>