2 <project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
6 * Licensed to the Apache Software Foundation (ASF) under one
7 * or more contributor license agreements. See the NOTICE file
8 * distributed with this work for additional information
9 * regarding copyright ownership. The ASF licenses this file
10 * to you under the Apache License, Version 2.0 (the
11 * "License"); you may not use this file except in compliance
12 * with the License. You may obtain a copy of the License at
14 * http://www.apache.org/licenses/LICENSE-2.0
16 * Unless required by applicable law or agreed to in writing, software
17 * distributed under the License is distributed on an "AS IS" BASIS,
18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * See the License for the specific language governing permissions and
20 * limitations under the License.
23 <modelVersion>4.0.0</modelVersion>
25 <artifactId>hbase-build-configuration</artifactId>
26 <groupId>org.apache.hbase</groupId>
27 <version>3.0.0-alpha-3-SNAPSHOT</version>
28 <relativePath>../hbase-build-configuration</relativePath>
31 <artifactId>hbase-asyncfs</artifactId>
32 <name>Apache HBase - Asynchronous FileSystem</name>
33 <description>HBase Asynchronous FileSystem Implementation for WAL</description>
36 <!-- Make a jar and put the sources in the jar -->
38 <groupId>org.apache.maven.plugins</groupId>
39 <artifactId>maven-source-plugin</artifactId>
42 <!--Make it so assembly:single does nothing in here-->
43 <artifactId>maven-assembly-plugin</artifactId>
45 <skipAssembly>true</skipAssembly>
49 <groupId>net.revelc.code</groupId>
50 <artifactId>warbucks-maven-plugin</artifactId>
53 <groupId>org.apache.maven.plugins</groupId>
54 <artifactId>maven-checkstyle-plugin</artifactId>
56 <failOnViolation>true</failOnViolation>
64 <groupId>org.apache.hbase</groupId>
65 <artifactId>hbase-common</artifactId>
70 <groupId>org.apache.hbase</groupId>
71 <artifactId>hbase-annotations</artifactId>
76 <groupId>org.apache.hbase</groupId>
77 <artifactId>hbase-logging</artifactId>
82 <groupId>org.apache.hbase</groupId>
83 <artifactId>hbase-common</artifactId>
86 <groupId>org.apache.hbase</groupId>
87 <artifactId>hbase-client</artifactId>
90 <groupId>org.slf4j</groupId>
91 <artifactId>slf4j-api</artifactId>
94 <groupId>com.github.stephenc.findbugs</groupId>
95 <artifactId>findbugs-annotations</artifactId>
96 <scope>compile</scope>
97 <optional>true</optional>
100 <groupId>junit</groupId>
101 <artifactId>junit</artifactId>
105 <groupId>org.bouncycastle</groupId>
106 <artifactId>bcprov-jdk15on</artifactId>
110 <groupId>org.apache.hadoop</groupId>
111 <artifactId>hadoop-minikdc</artifactId>
115 <groupId>bouncycastle</groupId>
116 <artifactId>bcprov-jdk15</artifactId>
121 <groupId>org.apache.kerby</groupId>
122 <artifactId>kerb-client</artifactId>
126 <groupId>org.apache.kerby</groupId>
127 <artifactId>kerb-simplekdc</artifactId>
131 <groupId>org.apache.hbase</groupId>
132 <artifactId>hbase-http</artifactId>
133 <type>test-jar</type>
137 <groupId>org.mockito</groupId>
138 <artifactId>mockito-core</artifactId>
142 <groupId>org.slf4j</groupId>
143 <artifactId>jcl-over-slf4j</artifactId>
147 <groupId>org.slf4j</groupId>
148 <artifactId>jul-to-slf4j</artifactId>
152 <groupId>org.apache.logging.log4j</groupId>
153 <artifactId>log4j-api</artifactId>
157 <groupId>org.apache.logging.log4j</groupId>
158 <artifactId>log4j-core</artifactId>
162 <groupId>org.apache.logging.log4j</groupId>
163 <artifactId>log4j-slf4j-impl</artifactId>
167 <groupId>org.apache.logging.log4j</groupId>
168 <artifactId>log4j-1.2-api</artifactId>
174 <!-- Profiles for building against different hadoop versions -->
178 <property><name>!hadoop.profile</name></property>
182 <groupId>org.apache.hadoop</groupId>
183 <artifactId>hadoop-common</artifactId>
186 <groupId>org.apache.hadoop</groupId>
187 <artifactId>hadoop-hdfs</artifactId>
190 <groupId>org.apache.hadoop</groupId>
191 <artifactId>hadoop-hdfs-client</artifactId>
194 <groupId>org.apache.hadoop</groupId>
195 <artifactId>hadoop-hdfs</artifactId>
196 <type>test-jar</type>
200 <groupId>org.apache.hadoop</groupId>
201 <artifactId>hadoop-annotations</artifactId>
204 <groupId>org.apache.hadoop</groupId>
205 <artifactId>hadoop-minicluster</artifactId>
211 <id>eclipse-specific</id>
214 <name>m2e.version</name>
220 <!--This plugin's configuration is used to store Eclipse m2e settings
221 only. It has no influence on the Maven build itself.-->
223 <groupId>org.eclipse.m2e</groupId>
224 <artifactId>lifecycle-mapping</artifactId>
226 <lifecycleMappingMetadata>
229 </lifecycleMappingMetadata>