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>2.4.1</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 -->
34 <!-- we do not want to introduce this to downstream users so still set the scope to test -->
36 <groupId>org.apache.hbase</groupId>
37 <artifactId>hbase-logging</artifactId>
42 <groupId>org.apache.hbase</groupId>
43 <artifactId>hbase-common</artifactId>
45 <scope>compile</scope>
48 <groupId>org.apache.hbase</groupId>
49 <artifactId>hbase-common</artifactId>
51 <scope>compile</scope>
54 <groupId>org.apache.hbase</groupId>
55 <artifactId>hbase-annotations</artifactId>
57 <scope>compile</scope>
60 <groupId>jdk.tools</groupId>
61 <artifactId>jdk.tools</artifactId>
66 <groupId>org.apache.hbase</groupId>
67 <artifactId>hbase-protocol</artifactId>
69 <scope>compile</scope>
72 <groupId>org.apache.hbase</groupId>
73 <artifactId>hbase-client</artifactId>
75 <scope>compile</scope>
78 <groupId>org.apache.hbase</groupId>
79 <artifactId>hbase-zookeeper</artifactId>
81 <scope>compile</scope>
84 <groupId>org.apache.hbase</groupId>
85 <artifactId>hbase-zookeeper</artifactId>
87 <scope>compile</scope>
90 <groupId>org.apache.hbase</groupId>
91 <artifactId>hbase-server</artifactId>
93 <scope>compile</scope>
96 <groupId>org.apache.hbase</groupId>
97 <artifactId>hbase-server</artifactId>
99 <scope>compile</scope>
102 <groupId>org.apache.hbase</groupId>
103 <artifactId>hbase-asyncfs</artifactId>
104 <type>test-jar</type>
105 <scope>compile</scope>
108 <groupId>org.apache.hbase</groupId>
109 <artifactId>hbase-hadoop-compat</artifactId>
111 <scope>compile</scope>
114 <groupId>org.apache.hbase</groupId>
115 <artifactId>hbase-hadoop-compat</artifactId>
116 <type>test-jar</type>
117 <scope>compile</scope>
120 <groupId>org.apache.hbase</groupId>
121 <artifactId>${compat.module}</artifactId>
123 <scope>compile</scope>
126 <groupId>org.apache.hbase</groupId>
127 <artifactId>${compat.module}</artifactId>
128 <type>test-jar</type>
129 <scope>compile</scope>
132 <groupId>org.slf4j</groupId>
133 <artifactId>jcl-over-slf4j</artifactId>
137 <groupId>org.slf4j</groupId>
138 <artifactId>jul-to-slf4j</artifactId>
142 <groupId>org.slf4j</groupId>
143 <artifactId>slf4j-log4j12</artifactId>
147 <groupId>log4j</groupId>
148 <artifactId>log4j</artifactId>
154 <!-- Profiles for building against different hadoop versions -->
155 <!-- There are a lot of common dependencies used here, should investigate
156 if we can combine these profiles somehow -->
158 <!-- profile for building against Hadoop 2.x. This is the default -->
163 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
164 <!--h2--><name>!hadoop.profile</name>
169 <groupId>org.apache.hadoop</groupId>
170 <artifactId>hadoop-common</artifactId>
171 <scope>compile</scope>
174 <groupId>javax.xml.bind</groupId>
175 <artifactId>jaxb-api</artifactId>
180 <groupId>org.apache.hadoop</groupId>
181 <artifactId>hadoop-auth</artifactId>
182 <scope>compile</scope>
185 <groupId>org.apache.hadoop</groupId>
186 <artifactId>hadoop-client</artifactId>
187 <scope>compile</scope>
190 <groupId>com.google.guava</groupId>
191 <artifactId>guava</artifactId>
194 <groupId>javax.xml.bind</groupId>
195 <artifactId>jaxb-api</artifactId>
200 <groupId>org.apache.hadoop</groupId>
201 <artifactId>hadoop-mapreduce-client-core</artifactId>
202 <scope>compile</scope>
205 <groupId>com.google.guava</groupId>
206 <artifactId>guava</artifactId>
209 <groupId>javax.xml.bind</groupId>
210 <artifactId>jaxb-api</artifactId>
215 <groupId>org.apache.hadoop</groupId>
216 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
217 <scope>compile</scope>
220 <groupId>com.google.guava</groupId>
221 <artifactId>guava</artifactId>
226 <groupId>org.apache.hadoop</groupId>
227 <artifactId>hadoop-hdfs</artifactId>
228 <scope>compile</scope>
231 <groupId>org.apache.hadoop</groupId>
232 <artifactId>hadoop-hdfs</artifactId>
233 <type>test-jar</type>
234 <scope>compile</scope>
237 <groupId>org.apache.hadoop</groupId>
238 <artifactId>hadoop-minicluster</artifactId>
239 <scope>compile</scope>
242 <groupId>com.google.guava</groupId>
243 <artifactId>guava</artifactId>
246 <groupId>org.apache.zookeeper</groupId>
247 <artifactId>zookeeper</artifactId>
252 <groupId>org.apache.hadoop</groupId>
253 <artifactId>hadoop-minikdc</artifactId>
258 profile for building against Hadoop 3.0.x. Activate using:
259 mvn -Dhadoop.profile=3.0
265 <name>hadoop.profile</name>
271 <groupId>org.apache.hadoop</groupId>
272 <artifactId>hadoop-common</artifactId>
275 <groupId>javax.xml.bind</groupId>
276 <artifactId>jaxb-api</artifactId>
279 <groupId>javax.ws.rs</groupId>
280 <artifactId>jsr311-api</artifactId>
285 <groupId>org.apache.hadoop</groupId>
286 <artifactId>hadoop-minicluster</artifactId>
287 <scope>compile</scope>
290 <groupId>com.google.guava</groupId>
291 <artifactId>guava</artifactId>
294 <groupId>javax.ws.rs</groupId>
295 <artifactId>jsr311-api</artifactId>
300 <groupId>org.apache.hadoop</groupId>
301 <artifactId>hadoop-minikdc</artifactId>