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-balancer</artifactId>
32 <name>Apache HBase - Balancer</name>
33 <description>HBase Balancer Support</description>
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>
66 <groupId>org.apache.hbase</groupId>
67 <artifactId>hbase-common</artifactId>
72 <groupId>org.apache.hbase</groupId>
73 <artifactId>hbase-annotations</artifactId>
78 <groupId>org.apache.hbase</groupId>
79 <artifactId>hbase-logging</artifactId>
84 <groupId>org.apache.hbase</groupId>
85 <artifactId>hbase-common</artifactId>
88 <groupId>org.apache.hbase</groupId>
89 <artifactId>hbase-client</artifactId>
92 <groupId>org.apache.hadoop</groupId>
93 <artifactId>hadoop-hdfs-client</artifactId>
96 <groupId>org.apache.hadoop</groupId>
97 <artifactId>hadoop-hdfs</artifactId>
100 <groupId>org.slf4j</groupId>
101 <artifactId>slf4j-api</artifactId>
104 <groupId>org.agrona</groupId>
105 <artifactId>agrona</artifactId>
106 <version>1.12.0</version>
109 <groupId>com.github.stephenc.findbugs</groupId>
110 <artifactId>findbugs-annotations</artifactId>
111 <scope>compile</scope>
112 <optional>true</optional>
115 <groupId>org.mockito</groupId>
116 <artifactId>mockito-core</artifactId>
120 <groupId>junit</groupId>
121 <artifactId>junit</artifactId>
125 <groupId>org.slf4j</groupId>
126 <artifactId>jcl-over-slf4j</artifactId>
130 <groupId>org.slf4j</groupId>
131 <artifactId>jul-to-slf4j</artifactId>
135 <groupId>org.apache.logging.log4j</groupId>
136 <artifactId>log4j-api</artifactId>
140 <groupId>org.apache.logging.log4j</groupId>
141 <artifactId>log4j-core</artifactId>
145 <groupId>org.apache.logging.log4j</groupId>
146 <artifactId>log4j-slf4j-impl</artifactId>
150 <groupId>org.apache.logging.log4j</groupId>
151 <artifactId>log4j-1.2-api</artifactId>
157 <!-- Profiles for building against different hadoop versions -->
161 <property><name>!hadoop.profile</name></property>
165 <groupId>org.apache.hadoop</groupId>
166 <artifactId>hadoop-common</artifactId>
171 <id>eclipse-specific</id>
174 <name>m2e.version</name>
180 <!--This plugin's configuration is used to store Eclipse m2e settings
181 only. It has no influence on the Maven build itself.-->
183 <groupId>org.eclipse.m2e</groupId>
184 <artifactId>lifecycle-mapping</artifactId>
186 <lifecycleMappingMetadata>
189 </lifecycleMappingMetadata>