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>
30 <artifactId>hbase-replication</artifactId>
31 <name>Apache HBase - Replication</name>
32 <description>HBase Replication Support</description>
37 <!--Make it so assembly:single does nothing in here-->
38 <artifactId>maven-assembly-plugin</artifactId>
40 <skipAssembly>true</skipAssembly>
43 <!-- Make a jar and put the sources in the jar -->
45 <groupId>org.apache.maven.plugins</groupId>
46 <artifactId>maven-source-plugin</artifactId>
49 <groupId>org.apache.maven.plugins</groupId>
50 <artifactId>maven-checkstyle-plugin</artifactId>
52 <failOnViolation>true</failOnViolation>
56 <groupId>net.revelc.code</groupId>
57 <artifactId>warbucks-maven-plugin</artifactId>
64 <groupId>org.apache.hbase.thirdparty</groupId>
65 <artifactId>hbase-shaded-miscellaneous</artifactId>
68 <groupId>org.apache.hbase.thirdparty</groupId>
69 <artifactId>hbase-shaded-protobuf</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-protocol-shaded</artifactId>
88 <groupId>org.apache.hbase</groupId>
89 <artifactId>hbase-common</artifactId>
91 <!-- Intra-project dependencies -->
93 <groupId>org.apache.hbase</groupId>
94 <artifactId>hbase-client</artifactId>
97 <groupId>org.apache.hbase</groupId>
98 <artifactId>hbase-zookeeper</artifactId>
101 <groupId>org.apache.hbase</groupId>
102 <artifactId>hbase-common</artifactId>
103 <type>test-jar</type>
107 <groupId>org.apache.hbase</groupId>
108 <artifactId>hbase-zookeeper</artifactId>
109 <type>test-jar</type>
112 <!-- General dependencies -->
114 <groupId>org.apache.commons</groupId>
115 <artifactId>commons-lang3</artifactId>
118 <groupId>org.slf4j</groupId>
119 <artifactId>slf4j-api</artifactId>
122 <groupId>org.apache.zookeeper</groupId>
123 <artifactId>zookeeper</artifactId>
126 <groupId>junit</groupId>
127 <artifactId>junit</artifactId>
131 <groupId>org.mockito</groupId>
132 <artifactId>mockito-core</artifactId>
136 <groupId>org.slf4j</groupId>
137 <artifactId>jcl-over-slf4j</artifactId>
141 <groupId>org.slf4j</groupId>
142 <artifactId>jul-to-slf4j</artifactId>
146 <groupId>org.apache.logging.log4j</groupId>
147 <artifactId>log4j-api</artifactId>
151 <groupId>org.apache.logging.log4j</groupId>
152 <artifactId>log4j-core</artifactId>
156 <groupId>org.apache.logging.log4j</groupId>
157 <artifactId>log4j-slf4j-impl</artifactId>
163 <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
167 <property><name>!hadoop.profile</name></property>
170 <hadoop.version>${hadoop-three.version}</hadoop.version>
174 <groupId>org.apache.hadoop</groupId>
175 <artifactId>hadoop-common</artifactId>
180 <id>eclipse-specific</id>
183 <name>m2e.version</name>
189 <!--This plugin's configuration is used to store Eclipse m2e settings
190 only. It has no influence on the Maven build itself.-->
192 <groupId>org.eclipse.m2e</groupId>
193 <artifactId>lifecycle-mapping</artifactId>
195 <lifecycleMappingMetadata>
198 </lifecycleMappingMetadata>