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-alpha-3-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>
83 <!-- We don't need MR support classes here. -->
85 <groupId>org.apache.hadoop</groupId>
86 <artifactId>hadoop-mapreduce-client-core</artifactId>
91 <groupId>org.apache.hbase</groupId>
92 <artifactId>hbase-common</artifactId>
97 <groupId>org.apache.hbase</groupId>
98 <artifactId>hbase-protocol-shaded</artifactId>
100 <!-- General dependencies -->
102 <groupId>com.github.stephenc.findbugs</groupId>
103 <artifactId>findbugs-annotations</artifactId>
104 <scope>compile</scope>
105 <optional>true</optional>
108 <groupId>commons-codec</groupId>
109 <artifactId>commons-codec</artifactId>
112 <groupId>commons-io</groupId>
113 <artifactId>commons-io</artifactId>
116 <groupId>org.apache.commons</groupId>
117 <artifactId>commons-lang3</artifactId>
120 <groupId>org.slf4j</groupId>
121 <artifactId>slf4j-api</artifactId>
124 <groupId>org.apache.hbase.thirdparty</groupId>
125 <artifactId>hbase-shaded-miscellaneous</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>io.opentelemetry</groupId>
137 <artifactId>opentelemetry-api</artifactId>
140 <groupId>org.jruby.jcodings</groupId>
141 <artifactId>jcodings</artifactId>
144 <groupId>org.jruby.joni</groupId>
145 <artifactId>joni</artifactId>
148 <groupId>io.opentelemetry</groupId>
149 <artifactId>opentelemetry-sdk</artifactId>
153 <groupId>io.opentelemetry</groupId>
154 <artifactId>opentelemetry-sdk-testing</artifactId>
158 <groupId>org.slf4j</groupId>
159 <artifactId>jcl-over-slf4j</artifactId>
163 <groupId>org.slf4j</groupId>
164 <artifactId>jul-to-slf4j</artifactId>
168 <groupId>org.apache.logging.log4j</groupId>
169 <artifactId>log4j-api</artifactId>
173 <groupId>org.apache.logging.log4j</groupId>
174 <artifactId>log4j-core</artifactId>
178 <groupId>org.apache.logging.log4j</groupId>
179 <artifactId>log4j-slf4j-impl</artifactId>
183 <groupId>io.dropwizard.metrics</groupId>
184 <artifactId>metrics-core</artifactId>
187 <groupId>junit</groupId>
188 <artifactId>junit</artifactId>
192 <groupId>org.mockito</groupId>
193 <artifactId>mockito-core</artifactId>
197 <groupId>org.hamcrest</groupId>
198 <artifactId>hamcrest-library</artifactId>
202 <groupId>org.apache.commons</groupId>
203 <artifactId>commons-crypto</artifactId>
206 <groupId>net.java.dev.jna</groupId>
207 <artifactId>jna</artifactId>
214 <!-- Skip the tests in this module -->
216 <id>skipClientTests</id>
219 <name>skipClientTests</name>
223 <surefire.skipFirstPart>true</surefire.skipFirstPart>
224 <surefire.skipSecondPart>true</surefire.skipSecondPart>
227 <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
231 <property><name>!hadoop.profile</name></property>
235 <groupId>org.apache.hadoop</groupId>
236 <artifactId>hadoop-auth</artifactId>
239 <groupId>org.apache.hadoop</groupId>
240 <artifactId>hadoop-common</artifactId>
243 <groupId>net.java.dev.jets3t</groupId>
244 <artifactId>jets3t</artifactId>
247 <groupId>javax.servlet.jsp</groupId>
248 <artifactId>jsp-api</artifactId>
251 <groupId>org.eclipse.jetty</groupId>
252 <artifactId>jetty-server</artifactId>
255 <groupId>org.eclipse.jetty</groupId>
256 <artifactId>jetty-servlet</artifactId>
259 <groupId>org.eclipse.jetty</groupId>
260 <artifactId>jetty-webapp</artifactId>
263 <groupId>org.eclipse.jetty</groupId>
264 <artifactId>jetty-util</artifactId>
267 <groupId>com.sun.jersey</groupId>
268 <artifactId>jersey-server</artifactId>
271 <groupId>com.sun.jersey</groupId>
272 <artifactId>jersey-core</artifactId>
275 <groupId>com.sun.jersey</groupId>
276 <artifactId>jersey-json</artifactId>
279 <groupId>javax.servlet</groupId>
280 <artifactId>servlet-api</artifactId>
283 <groupId>tomcat</groupId>
284 <artifactId>jasper-compiler</artifactId>
287 <groupId>tomcat</groupId>
288 <artifactId>jasper-runtime</artifactId>
291 <groupId>javax.xml.bind</groupId>
292 <artifactId>jaxb-api</artifactId>
295 <groupId>javax.ws.rs</groupId>
296 <artifactId>jsr311-api</artifactId>
303 <id>eclipse-specific</id>
306 <name>m2e.version</name>
312 <!--This plugin's configuration is used to store Eclipse m2e settings
313 only. It has no influence on the Maven build itself.-->
315 <groupId>org.eclipse.m2e</groupId>
316 <artifactId>lifecycle-mapping</artifactId>
318 <lifecycleMappingMetadata>
321 </lifecycleMappingMetadata>