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-SNAPSHOT</version>
27 <relativePath>../hbase-build-configuration</relativePath>
29 <artifactId>hbase-backup</artifactId>
30 <name>Apache HBase - Backup</name>
31 <description>Backup for HBase</description>
35 <!--Make it so assembly:single does nothing in here-->
36 <artifactId>maven-assembly-plugin</artifactId>
38 <skipAssembly>true</skipAssembly>
41 <!-- Make a jar and put the sources in the jar -->
43 <groupId>org.apache.maven.plugins</groupId>
44 <artifactId>maven-source-plugin</artifactId>
47 <groupId>net.revelc.code</groupId>
48 <artifactId>warbucks-maven-plugin</artifactId>
53 <!-- Intra-project dependencies -->
55 <groupId>org.apache.hbase</groupId>
56 <artifactId>hbase-annotations</artifactId>
61 <groupId>org.apache.hbase</groupId>
62 <artifactId>hbase-client</artifactId>
65 <groupId>org.apache.hbase</groupId>
66 <artifactId>hbase-server</artifactId>
69 <groupId>org.apache.hbase</groupId>
70 <artifactId>hbase-server</artifactId>
75 <groupId>org.apache.hbase</groupId>
76 <artifactId>hbase-mapreduce</artifactId>
81 <groupId>org.apache.hbase</groupId>
82 <artifactId>hbase-mapreduce</artifactId>
85 <groupId>org.apache.hbase</groupId>
86 <artifactId>hbase-common</artifactId>
89 <groupId>org.apache.hbase</groupId>
90 <artifactId>hbase-protocol-shaded</artifactId>
93 <groupId>org.apache.hbase</groupId>
94 <artifactId>hbase-testing-util</artifactId>
97 <!-- General dependencies -->
99 <groupId>org.apache.commons</groupId>
100 <artifactId>commons-lang3</artifactId>
103 <groupId>org.slf4j</groupId>
104 <artifactId>slf4j-api</artifactId>
107 <groupId>org.apache.hbase.thirdparty</groupId>
108 <artifactId>hbase-shaded-miscellaneous</artifactId>
111 <groupId>org.apache.zookeeper</groupId>
112 <artifactId>zookeeper</artifactId>
116 <groupId>log4j</groupId>
117 <artifactId>log4j</artifactId>
120 <groupId>junit</groupId>
121 <artifactId>junit</artifactId>
126 <!-- profile against Hadoop 2.x: This is the default. -->
131 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
133 <name>!hadoop.profile</name>
138 <groupId>org.apache.hadoop</groupId>
139 <artifactId>hadoop-common</artifactId>
142 <groupId>net.java.dev.jets3t</groupId>
143 <artifactId>jets3t</artifactId>
146 <groupId>javax.servlet.jsp</groupId>
147 <artifactId>jsp-api</artifactId>
150 <groupId>org.mortbay.jetty</groupId>
151 <artifactId>jetty</artifactId>
154 <groupId>com.sun.jersey</groupId>
155 <artifactId>jersey-server</artifactId>
158 <groupId>com.sun.jersey</groupId>
159 <artifactId>jersey-core</artifactId>
162 <groupId>com.sun.jersey</groupId>
163 <artifactId>jersey-json</artifactId>
166 <groupId>javax.servlet</groupId>
167 <artifactId>servlet-api</artifactId>
170 <groupId>tomcat</groupId>
171 <artifactId>jasper-compiler</artifactId>
174 <groupId>tomcat</groupId>
175 <artifactId>jasper-runtime</artifactId>
178 <groupId>com.google.code.findbugs</groupId>
179 <artifactId>jsr305</artifactId>
181 <!--We let hadoop include guava here. It uses it
182 in the Configuration class -->
186 <!--Hadoop2 Uses Guava in Configuration class at least-->
187 <groupId>com.google.guava</groupId>
188 <artifactId>guava</artifactId>
189 <version>${hadoop.guava.version}</version>
192 <groupId>com.google.code.findbugs</groupId>
193 <artifactId>jsr305</artifactId>
198 <!--This module seems to need this.-->
199 <groupId>io.netty</groupId>
200 <artifactId>netty</artifactId>
201 <version>${netty.hadoop.version}</version>
204 <groupId>com.google.code.findbugs</groupId>
205 <artifactId>jsr305</artifactId>
210 <groupId>org.apache.hadoop</groupId>
211 <artifactId>hadoop-mapreduce-client-core</artifactId>
212 <version>${hadoop-two.version}</version>
215 <groupId>javax.servlet</groupId>
216 <artifactId>servlet-api</artifactId>
219 <groupId>javax.inject</groupId>
220 <artifactId>javax.inject</artifactId>
223 <groupId>com.google.guava</groupId>
224 <artifactId>guava</artifactId>
229 <groupId>org.apache.hadoop</groupId>
230 <artifactId>hadoop-distcp</artifactId>
231 <version>${hadoop-two.version}</version>
236 profile for building against Hadoop 3.0.x. Activate using:
237 mvn -Dhadoop.profile=3.0
243 <name>hadoop.profile</name>
249 <groupId>org.apache.hadoop</groupId>
250 <artifactId>hadoop-common</artifactId>
253 <groupId>org.apache.hadoop</groupId>
254 <artifactId>hadoop-mapreduce-client-core</artifactId>
257 <groupId>org.apache.hadoop</groupId>
258 <artifactId>hadoop-distcp</artifactId>
259 <version>${hadoop.version}</version>
264 <id>eclipse-specific</id>
267 <name>m2e.version</name>
273 <!--This plugin's configuration is used to store Eclipse m2e settings
274 only. It has no influence on the Maven build itself.-->
276 <groupId>org.eclipse.m2e</groupId>
277 <artifactId>lifecycle-mapping</artifactId>
279 <lifecycleMappingMetadata>
282 </lifecycleMappingMetadata>