2 <project xmlns="https://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
7 * Licensed to the Apache Software Foundation (ASF) under one
8 * or more contributor license agreements. See the NOTICE file
9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
11 * to you under the Apache License, Version 2.0 (the
12 * "License"); you may not use this file except in compliance
13 * with the License. You may obtain a copy of the License at
15 * http://www.apache.org/licenses/LICENSE-2.0
17 * Unless required by applicable law or agreed to in writing, software
18 * distributed under the License is distributed on an "AS IS" BASIS,
19 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 * See the License for the specific language governing permissions and
21 * limitations under the License.
24 <modelVersion>4.0.0</modelVersion>
26 <artifactId>hbase-build-configuration</artifactId>
27 <groupId>org.apache.hbase</groupId>
28 <version>3.0.0-alpha-3-SNAPSHOT</version>
29 <relativePath>../hbase-build-configuration</relativePath>
32 <artifactId>hbase-hadoop-compat</artifactId>
33 <name>Apache HBase - Hadoop Compatibility</name>
35 Interfaces to be implemented in order to smooth
36 over hadoop version differences
42 <!--Make it so assembly:single does nothing in here-->
43 <artifactId>maven-assembly-plugin</artifactId>
45 <skipAssembly>true</skipAssembly>
48 <!-- Make a jar and put the sources in the jar -->
50 <groupId>org.apache.maven.plugins</groupId>
51 <artifactId>maven-source-plugin</artifactId>
54 <groupId>org.apache.maven.plugins</groupId>
55 <artifactId>maven-checkstyle-plugin</artifactId>
57 <failOnViolation>true</failOnViolation>
61 <groupId>net.revelc.code</groupId>
62 <artifactId>warbucks-maven-plugin</artifactId>
69 <groupId>org.apache.hbase</groupId>
70 <artifactId>hbase-annotations</artifactId>
75 <groupId>org.apache.hbase</groupId>
76 <artifactId>hbase-logging</artifactId>
81 <groupId>org.apache.hbase</groupId>
82 <artifactId>hbase-common</artifactId>
85 <groupId>org.apache.hbase</groupId>
86 <artifactId>hbase-common</artifactId>
91 <groupId>org.apache.hbase</groupId>
92 <artifactId>hbase-metrics</artifactId>
95 <groupId>org.apache.hbase</groupId>
96 <artifactId>hbase-metrics-api</artifactId>
99 <groupId>org.apache.hbase.thirdparty</groupId>
100 <artifactId>hbase-shaded-miscellaneous</artifactId>
103 <groupId>org.apache.hadoop</groupId>
104 <artifactId>hadoop-mapreduce-client-core</artifactId>
107 <groupId>com.google.guava</groupId>
108 <artifactId>guava</artifactId>
113 <groupId>org.apache.hadoop</groupId>
114 <artifactId>hadoop-common</artifactId>
117 <groupId>org.slf4j</groupId>
118 <artifactId>slf4j-api</artifactId>
122 a missing transitive dependency on JDK9+ (obsoleted by Hadoop-3.3.0+, HADOOP-15775)
124 <groupId>javax.activation</groupId>
125 <artifactId>javax.activation-api</artifactId>
126 <scope>runtime</scope>
129 <groupId>org.apache.commons</groupId>
130 <artifactId>commons-lang3</artifactId>
133 <groupId>junit</groupId>
134 <artifactId>junit</artifactId>
138 <groupId>org.slf4j</groupId>
139 <artifactId>jcl-over-slf4j</artifactId>
143 <groupId>org.slf4j</groupId>
144 <artifactId>jul-to-slf4j</artifactId>
148 <groupId>org.apache.logging.log4j</groupId>
149 <artifactId>log4j-api</artifactId>
153 <groupId>org.apache.logging.log4j</groupId>
154 <artifactId>log4j-core</artifactId>
158 <groupId>org.apache.logging.log4j</groupId>
159 <artifactId>log4j-slf4j-impl</artifactId>
163 <groupId>org.apache.logging.log4j</groupId>
164 <artifactId>log4j-1.2-api</artifactId>
170 <!-- Skip the tests in this module -->
172 <id>skipHadoopCompatTests</id>
175 <name>skipHadoopCompatTests</name>
179 <surefire.skipFirstPart>true</surefire.skipFirstPart>
180 <surefire.skipSecondPart>true</surefire.skipSecondPart>
184 <id>eclipse-specific</id>
187 <name>m2e.version</name>
193 <!--This plugin's configuration is used to store Eclipse m2e settings
194 only. It has no influence on the Maven build itself.-->
196 <groupId>org.eclipse.m2e</groupId>
197 <artifactId>lifecycle-mapping</artifactId>
199 <lifecycleMappingMetadata>
202 </lifecycleMappingMetadata>