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>2.4.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>net.revelc.code</groupId>
50 <artifactId>warbucks-maven-plugin</artifactId>
57 <groupId>org.apache.hbase.thirdparty</groupId>
58 <artifactId>hbase-shaded-miscellaneous</artifactId>
61 <groupId>org.apache.hbase.thirdparty</groupId>
62 <artifactId>hbase-shaded-protobuf</artifactId>
65 <groupId>org.apache.hbase</groupId>
66 <artifactId>hbase-annotations</artifactId>
71 <groupId>org.apache.hbase</groupId>
72 <artifactId>hbase-logging</artifactId>
77 <groupId>org.apache.hbase</groupId>
78 <artifactId>hbase-protocol-shaded</artifactId>
81 <groupId>org.apache.hbase</groupId>
82 <artifactId>hbase-common</artifactId>
84 <!-- Intra-project dependencies -->
86 <groupId>org.apache.hbase</groupId>
87 <artifactId>hbase-client</artifactId>
90 <groupId>org.apache.hbase</groupId>
91 <artifactId>hbase-zookeeper</artifactId>
94 <groupId>org.apache.hbase</groupId>
95 <artifactId>hbase-common</artifactId>
100 <groupId>org.apache.hbase</groupId>
101 <artifactId>hbase-zookeeper</artifactId>
102 <type>test-jar</type>
105 <!-- General dependencies -->
107 <groupId>org.apache.commons</groupId>
108 <artifactId>commons-lang3</artifactId>
111 <groupId>org.slf4j</groupId>
112 <artifactId>slf4j-api</artifactId>
115 <groupId>org.apache.zookeeper</groupId>
116 <artifactId>zookeeper</artifactId>
119 <groupId>junit</groupId>
120 <artifactId>junit</artifactId>
124 <groupId>org.slf4j</groupId>
125 <artifactId>jcl-over-slf4j</artifactId>
129 <groupId>org.slf4j</groupId>
130 <artifactId>jul-to-slf4j</artifactId>
134 <groupId>org.slf4j</groupId>
135 <artifactId>slf4j-log4j12</artifactId>
139 <groupId>log4j</groupId>
140 <artifactId>log4j</artifactId>
146 <!-- profile against Hadoop 2.x: This is the default. -->
151 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
152 <!--h2--><name>!hadoop.profile</name>
157 <groupId>org.apache.hadoop</groupId>
158 <artifactId>hadoop-common</artifactId>
161 <groupId>net.java.dev.jets3t</groupId>
162 <artifactId>jets3t</artifactId>
165 <groupId>javax.servlet.jsp</groupId>
166 <artifactId>jsp-api</artifactId>
169 <groupId>org.mortbay.jetty</groupId>
170 <artifactId>jetty</artifactId>
173 <groupId>com.sun.jersey</groupId>
174 <artifactId>jersey-server</artifactId>
177 <groupId>com.sun.jersey</groupId>
178 <artifactId>jersey-core</artifactId>
181 <groupId>com.sun.jersey</groupId>
182 <artifactId>jersey-json</artifactId>
185 <groupId>javax.servlet</groupId>
186 <artifactId>servlet-api</artifactId>
189 <groupId>tomcat</groupId>
190 <artifactId>jasper-compiler</artifactId>
193 <groupId>tomcat</groupId>
194 <artifactId>jasper-runtime</artifactId>
197 <groupId>com.google.code.findbugs</groupId>
198 <artifactId>jsr305</artifactId>
206 profile for building against Hadoop 3.0.x. Activate using:
207 mvn -Dhadoop.profile=3.0
213 <name>hadoop.profile</name>
218 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
222 <groupId>org.apache.hadoop</groupId>
223 <artifactId>hadoop-common</artifactId>
228 <id>eclipse-specific</id>
231 <name>m2e.version</name>
237 <!--This plugin's configuration is used to store Eclipse m2e settings
238 only. It has no influence on the Maven build itself.-->
240 <groupId>org.eclipse.m2e</groupId>
241 <artifactId>lifecycle-mapping</artifactId>
243 <lifecycleMappingMetadata>
246 </lifecycleMappingMetadata>