2 <project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements. See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership. The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License. You may obtain a copy of the License at
13 * http://www.apache.org/licenses/LICENSE-2.0
15 * Unless required by applicable law or agreed to in writing, software
16 * distributed under the License is distributed on an "AS IS" BASIS,
17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 * See the License for the specific language governing permissions and
19 * limitations under the License.
22 <modelVersion>4.0.0</modelVersion>
24 <artifactId>hbase-build-configuration</artifactId>
25 <groupId>org.apache.hbase</groupId>
26 <version>3.0.0-alpha-3-SNAPSHOT</version>
27 <relativePath>../hbase-build-configuration</relativePath>
29 <artifactId>hbase-endpoint</artifactId>
30 <name>Apache HBase - Coprocessor Endpoint</name>
31 <description>HBase Coprocessor Endpoint implementations</description>
34 <maven.javadoc.skip>true</maven.javadoc.skip>
38 <!-- Make a jar and put the sources in the jar -->
40 <groupId>org.apache.maven.plugins</groupId>
41 <artifactId>maven-source-plugin</artifactId>
44 <!--Make it so assembly:single does nothing in here-->
45 <artifactId>maven-assembly-plugin</artifactId>
47 <skipAssembly>true</skipAssembly>
51 <groupId>net.revelc.code</groupId>
52 <artifactId>warbucks-maven-plugin</artifactId>
55 <groupId>org.apache.maven.plugins</groupId>
56 <artifactId>maven-checkstyle-plugin</artifactId>
58 <failOnViolation>true</failOnViolation>
65 <groupId>org.apache.hbase.thirdparty</groupId>
66 <artifactId>hbase-shaded-protobuf</artifactId>
69 <groupId>org.apache.hbase.thirdparty</groupId>
70 <artifactId>hbase-shaded-miscellaneous</artifactId>
73 <groupId>org.apache.hbase</groupId>
74 <artifactId>hbase-annotations</artifactId>
79 <groupId>org.apache.hbase</groupId>
80 <artifactId>hbase-logging</artifactId>
85 <groupId>org.apache.hbase</groupId>
86 <artifactId>hbase-common</artifactId>
89 <groupId>org.apache.hbase</groupId>
90 <artifactId>hbase-common</artifactId>
95 <groupId>org.apache.hbase</groupId>
96 <artifactId>hbase-hadoop-compat</artifactId>
99 <groupId>org.apache.hbase</groupId>
100 <artifactId>hbase-hadoop-compat</artifactId>
101 <type>test-jar</type>
105 <groupId>org.apache.hbase</groupId>
106 <artifactId>hbase-protocol-shaded</artifactId>
109 <groupId>org.apache.hbase</groupId>
110 <artifactId>hbase-client</artifactId>
113 <groupId>org.apache.hbase</groupId>
114 <artifactId>hbase-client</artifactId>
115 <type>test-jar</type>
118 <!--Some of the CPEPs use hbase server-side internals; they shouldn't!-->
120 <groupId>org.apache.hbase</groupId>
121 <artifactId>hbase-zookeeper</artifactId>
124 <groupId>org.apache.hbase</groupId>
125 <artifactId>hbase-zookeeper</artifactId>
126 <type>test-jar</type>
130 <groupId>org.bouncycastle</groupId>
131 <artifactId>bcprov-jdk15on</artifactId>
135 <groupId>org.apache.hbase</groupId>
136 <artifactId>hbase-server</artifactId>
139 <groupId>org.apache.hbase</groupId>
140 <artifactId>hbase-server</artifactId>
141 <type>test-jar</type>
145 <groupId>org.apache.hbase</groupId>
146 <artifactId>hbase-asyncfs</artifactId>
147 <type>test-jar</type>
151 <groupId>org.apache.hbase</groupId>
152 <artifactId>hbase-http</artifactId>
153 <type>test-jar</type>
156 <!-- The coprocessor.Export needs mapreduce.Import and mapreduce.Export to run the unit tests -->
157 <!-- see org.apache.hadoop.hbase.coprocessor.TestImportExport -->
159 <groupId>org.apache.hbase</groupId>
160 <artifactId>hbase-mapreduce</artifactId>
163 <groupId>org.apache.hbase</groupId>
164 <artifactId>hbase-mapreduce</artifactId>
165 <type>test-jar</type>
169 <groupId>org.apache.hadoop</groupId>
170 <artifactId>hadoop-minikdc</artifactId>
173 <!-- General dependencies -->
175 <groupId>org.slf4j</groupId>
176 <artifactId>slf4j-api</artifactId>
179 <groupId>org.apache.curator</groupId>
180 <artifactId>curator-client</artifactId>
183 <groupId>junit</groupId>
184 <artifactId>junit</artifactId>
188 <groupId>org.mockito</groupId>
189 <artifactId>mockito-core</artifactId>
193 <groupId>org.slf4j</groupId>
194 <artifactId>jcl-over-slf4j</artifactId>
198 <groupId>org.slf4j</groupId>
199 <artifactId>jul-to-slf4j</artifactId>
203 <groupId>org.apache.logging.log4j</groupId>
204 <artifactId>log4j-api</artifactId>
208 <groupId>org.apache.logging.log4j</groupId>
209 <artifactId>log4j-core</artifactId>
213 <groupId>org.apache.logging.log4j</groupId>
214 <artifactId>log4j-slf4j-impl</artifactId>
218 <groupId>org.apache.logging.log4j</groupId>
219 <artifactId>log4j-1.2-api</artifactId>
222 <!-- when depending on a test jar, maven does not pull in the transitive dependencies. require
225 <groupId>org.hamcrest</groupId>
226 <artifactId>hamcrest-library</artifactId>
230 <groupId>io.opentelemetry</groupId>
231 <artifactId>opentelemetry-sdk-trace</artifactId>
235 <groupId>io.opentelemetry</groupId>
236 <artifactId>opentelemetry-sdk-testing</artifactId>
241 <!-- Skip the tests in this module -->
243 <id>skipRpcTests</id>
246 <name>skipRpcTests</name>
250 <surefire.skipFirstPart>true</surefire.skipFirstPart>
251 <surefire.skipSecondPart>true</surefire.skipSecondPart>
254 <!-- Profiles for building against different hadoop versions -->
255 <!-- There are a lot of common dependencies used here, should investigate
256 if we can combine these profiles somehow -->
257 <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
261 <property><name>!hadoop.profile</name></property>
265 <groupId>org.apache.hadoop</groupId>
266 <artifactId>hadoop-common</artifactId>
269 <groupId>org.apache.hadoop</groupId>
270 <artifactId>hadoop-minicluster</artifactId>
273 <groupId>com.google.guava</groupId>
274 <artifactId>guava</artifactId>
277 <groupId>javax.xml.bind.</groupId>
278 <artifactId>jaxb-api</artifactId>
281 <groupId>javax.ws.rs</groupId>
282 <artifactId>jsr311-api</artifactId>
286 <!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
288 <groupId>io.netty</groupId>
289 <artifactId>netty</artifactId>
290 <version>3.6.2.Final</version>
296 <id>eclipse-specific</id>
299 <name>m2e.version</name>
305 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
307 <groupId>org.eclipse.m2e</groupId>
308 <artifactId>lifecycle-mapping</artifactId>
309 <version>1.0.0</version>
311 <lifecycleMappingMetadata>
314 <pluginExecutionFilter>
315 <groupId>org.apache.hadoop</groupId>
316 <artifactId>hadoop-maven-plugins</artifactId>
317 <versionRange>[2.0.5-alpha,)</versionRange>
321 </pluginExecutionFilter>
327 </lifecycleMappingMetadata>