2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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-testing-util</artifactId>
30 <name>Apache HBase - Testing Util</name>
31 <description>HBase Testing Utilities.</description>
33 <!-- Intra-project dependencies -->
35 <groupId>org.apache.hbase</groupId>
36 <artifactId>hbase-common</artifactId>
38 <scope>compile</scope>
41 <groupId>org.apache.hbase</groupId>
42 <artifactId>hbase-common</artifactId>
44 <scope>compile</scope>
47 <groupId>org.apache.hbase</groupId>
48 <artifactId>hbase-annotations</artifactId>
50 <scope>compile</scope>
53 <groupId>jdk.tools</groupId>
54 <artifactId>jdk.tools</artifactId>
59 <groupId>org.apache.hbase</groupId>
60 <artifactId>hbase-protocol</artifactId>
62 <scope>compile</scope>
65 <groupId>org.apache.hbase</groupId>
66 <artifactId>hbase-client</artifactId>
68 <scope>compile</scope>
71 <groupId>org.apache.hbase</groupId>
72 <artifactId>hbase-zookeeper</artifactId>
74 <scope>compile</scope>
77 <groupId>org.apache.hbase</groupId>
78 <artifactId>hbase-zookeeper</artifactId>
80 <scope>compile</scope>
83 <groupId>org.apache.hbase</groupId>
84 <artifactId>hbase-server</artifactId>
86 <scope>compile</scope>
89 <groupId>org.apache.hbase</groupId>
90 <artifactId>hbase-server</artifactId>
92 <scope>compile</scope>
95 <groupId>org.apache.hbase</groupId>
96 <artifactId>hbase-hadoop-compat</artifactId>
98 <scope>compile</scope>
101 <groupId>org.apache.hbase</groupId>
102 <artifactId>hbase-hadoop-compat</artifactId>
103 <type>test-jar</type>
104 <scope>compile</scope>
107 <groupId>org.apache.hbase</groupId>
108 <artifactId>${compat.module}</artifactId>
110 <scope>compile</scope>
113 <groupId>org.apache.hbase</groupId>
114 <artifactId>${compat.module}</artifactId>
115 <type>test-jar</type>
116 <scope>compile</scope>
119 <groupId>org.slf4j</groupId>
120 <artifactId>slf4j-log4j12</artifactId>
125 <!-- Profiles for building against different hadoop versions -->
126 <!-- There are a lot of common dependencies used here, should investigate
127 if we can combine these profiles somehow -->
129 <!-- profile for building against Hadoop 2.x. This is the default -->
134 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
135 <!--h2--><name>!hadoop.profile</name>
140 <groupId>org.apache.hadoop</groupId>
141 <artifactId>hadoop-common</artifactId>
142 <scope>compile</scope>
145 <groupId>org.apache.htrace</groupId>
146 <artifactId>htrace-core</artifactId>
151 <groupId>org.apache.hadoop</groupId>
152 <artifactId>hadoop-auth</artifactId>
153 <scope>compile</scope>
156 <groupId>org.apache.hadoop</groupId>
157 <artifactId>hadoop-client</artifactId>
158 <scope>compile</scope>
161 <groupId>com.google.guava</groupId>
162 <artifactId>guava</artifactId>
167 <groupId>org.apache.hadoop</groupId>
168 <artifactId>hadoop-mapreduce-client-core</artifactId>
169 <scope>compile</scope>
172 <groupId>com.google.guava</groupId>
173 <artifactId>guava</artifactId>
178 <groupId>org.apache.hadoop</groupId>
179 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
180 <scope>compile</scope>
183 <groupId>com.google.guava</groupId>
184 <artifactId>guava</artifactId>
189 <groupId>org.apache.hadoop</groupId>
190 <artifactId>hadoop-hdfs</artifactId>
191 <scope>compile</scope>
194 <groupId>org.apache.hadoop</groupId>
195 <artifactId>hadoop-hdfs</artifactId>
196 <type>test-jar</type>
197 <scope>compile</scope>
200 <groupId>org.apache.hadoop</groupId>
201 <artifactId>hadoop-minicluster</artifactId>
202 <scope>compile</scope>
205 <groupId>org.apache.htrace</groupId>
206 <artifactId>htrace-core</artifactId>
209 <groupId>com.google.guava</groupId>
210 <artifactId>guava</artifactId>
213 <groupId>org.apache.zookeeper</groupId>
214 <artifactId>zookeeper</artifactId>
219 <groupId>org.apache.hadoop</groupId>
220 <artifactId>hadoop-minikdc</artifactId>
225 profile for building against Hadoop 3.0.x. Activate using:
226 mvn -Dhadoop.profile=3.0
232 <name>hadoop.profile</name>
238 <groupId>org.apache.hadoop</groupId>
239 <artifactId>hadoop-common</artifactId>
242 <groupId>org.apache.hadoop</groupId>
243 <artifactId>hadoop-minicluster</artifactId>
244 <scope>compile</scope>
247 <groupId>org.apache.htrace</groupId>
248 <artifactId>htrace-core</artifactId>
253 <groupId>org.apache.hadoop</groupId>
254 <artifactId>hadoop-minikdc</artifactId>