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-logging</artifactId>
67 <groupId>org.apache.hbase</groupId>
68 <artifactId>hbase-client</artifactId>
71 <groupId>org.apache.hbase</groupId>
72 <artifactId>hbase-server</artifactId>
75 <groupId>javax.xml.bind</groupId>
76 <artifactId>jaxb-api</artifactId>
79 <groupId>javax.ws.rs</groupId>
80 <artifactId>jsr311-api</artifactId>
85 <groupId>org.apache.hbase</groupId>
86 <artifactId>hbase-server</artifactId>
91 <groupId>org.apache.hbase</groupId>
92 <artifactId>hbase-mapreduce</artifactId>
97 <groupId>org.apache.hbase</groupId>
98 <artifactId>hbase-mapreduce</artifactId>
101 <groupId>org.apache.hbase</groupId>
102 <artifactId>hbase-common</artifactId>
105 <groupId>org.apache.hbase</groupId>
106 <artifactId>hbase-protocol-shaded</artifactId>
109 <groupId>org.apache.hbase</groupId>
110 <artifactId>hbase-testing-util</artifactId>
114 <groupId>com.google.guava</groupId>
115 <artifactId>guava</artifactId>
118 <groupId>javax.xml.bind</groupId>
119 <artifactId>jaxb-api</artifactId>
123 <!-- General dependencies -->
125 <groupId>org.apache.commons</groupId>
126 <artifactId>commons-lang3</artifactId>
129 <groupId>org.slf4j</groupId>
130 <artifactId>slf4j-api</artifactId>
133 <groupId>org.apache.hbase.thirdparty</groupId>
134 <artifactId>hbase-shaded-miscellaneous</artifactId>
137 <groupId>org.apache.zookeeper</groupId>
138 <artifactId>zookeeper</artifactId>
141 <groupId>org.slf4j</groupId>
142 <artifactId>jcl-over-slf4j</artifactId>
146 <groupId>org.slf4j</groupId>
147 <artifactId>jul-to-slf4j</artifactId>
151 <groupId>org.apache.logging.log4j</groupId>
152 <artifactId>log4j-api</artifactId>
156 <groupId>org.apache.logging.log4j</groupId>
157 <artifactId>log4j-core</artifactId>
161 <groupId>org.apache.logging.log4j</groupId>
162 <artifactId>log4j-slf4j-impl</artifactId>
166 <groupId>org.apache.logging.log4j</groupId>
167 <artifactId>log4j-1.2-api</artifactId>
171 <groupId>junit</groupId>
172 <artifactId>junit</artifactId>
177 <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
181 <property><name>!hadoop.profile</name></property>
185 <groupId>org.apache.hadoop</groupId>
186 <artifactId>hadoop-common</artifactId>
189 <groupId>org.apache.hadoop</groupId>
190 <artifactId>hadoop-mapreduce-client-core</artifactId>
193 <groupId>org.apache.hadoop</groupId>
194 <artifactId>hadoop-distcp</artifactId>
195 <version>${hadoop.version}</version>
200 <id>eclipse-specific</id>
203 <name>m2e.version</name>
209 <!--This plugin's configuration is used to store Eclipse m2e settings
210 only. It has no influence on the Maven build itself.-->
212 <groupId>org.eclipse.m2e</groupId>
213 <artifactId>lifecycle-mapping</artifactId>
215 <lifecycleMappingMetadata>
218 </lifecycleMappingMetadata>