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-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-client</artifactId>
69 <scope>compile</scope>
72 <groupId>org.apache.hbase</groupId>
73 <artifactId>hbase-zookeeper</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-server</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-asyncfs</artifactId>
99 <scope>compile</scope>
102 <groupId>org.apache.hbase</groupId>
103 <artifactId>hbase-hadoop-compat</artifactId>
105 <scope>compile</scope>
108 <groupId>org.apache.hbase</groupId>
109 <artifactId>hbase-hadoop-compat</artifactId>
110 <type>test-jar</type>
111 <scope>compile</scope>
114 <groupId>org.slf4j</groupId>
115 <artifactId>jcl-over-slf4j</artifactId>
119 <groupId>org.slf4j</groupId>
120 <artifactId>jul-to-slf4j</artifactId>
124 <groupId>org.slf4j</groupId>
125 <artifactId>slf4j-log4j12</artifactId>
129 <groupId>log4j</groupId>
130 <artifactId>log4j</artifactId>
136 <!-- Profiles for building against different hadoop versions -->
137 <!-- There are a lot of common dependencies used here, should investigate
138 if we can combine these profiles somehow -->
139 <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
143 <property><name>!hadoop.profile</name></property>
147 <groupId>org.apache.hadoop</groupId>
148 <artifactId>hadoop-common</artifactId>
151 <groupId>javax.xml.bind</groupId>
152 <artifactId>jaxb-api</artifactId>
155 <groupId>javax.ws.rs</groupId>
156 <artifactId>jsr311-api</artifactId>
161 <groupId>org.apache.hadoop</groupId>
162 <artifactId>hadoop-minicluster</artifactId>
163 <scope>compile</scope>
166 <groupId>com.google.guava</groupId>
167 <artifactId>guava</artifactId>
170 <groupId>javax.ws.rs</groupId>
171 <artifactId>jsr311-api</artifactId>
176 <groupId>org.apache.hadoop</groupId>
177 <artifactId>hadoop-minikdc</artifactId>