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>
30 <artifactId>hbase-procedure</artifactId>
31 <name>Apache HBase - Procedure</name>
32 <description>Procedure Framework</description>
37 <!-- Make a jar and put the sources in the jar -->
39 <groupId>org.apache.maven.plugins</groupId>
40 <artifactId>maven-source-plugin</artifactId>
43 <!--Make it so assembly:single does nothing in here-->
44 <artifactId>maven-assembly-plugin</artifactId>
46 <skipAssembly>true</skipAssembly>
50 <groupId>net.revelc.code</groupId>
51 <artifactId>warbucks-maven-plugin</artifactId>
54 <groupId>org.apache.maven.plugins</groupId>
55 <artifactId>maven-checkstyle-plugin</artifactId>
57 <failOnViolation>true</failOnViolation>
65 <groupId>org.apache.hbase</groupId>
66 <artifactId>hbase-common</artifactId>
71 <groupId>org.apache.hbase</groupId>
72 <artifactId>hbase-annotations</artifactId>
77 <groupId>org.apache.hbase</groupId>
78 <artifactId>hbase-logging</artifactId>
83 <groupId>org.apache.hbase.thirdparty</groupId>
84 <artifactId>hbase-shaded-protobuf</artifactId>
87 <groupId>org.apache.hbase</groupId>
88 <artifactId>hbase-protocol-shaded</artifactId>
91 <groupId>org.apache.hbase</groupId>
92 <artifactId>hbase-common</artifactId>
95 <groupId>org.apache.hbase.thirdparty</groupId>
96 <artifactId>hbase-shaded-miscellaneous</artifactId>
99 <groupId>org.slf4j</groupId>
100 <artifactId>slf4j-api</artifactId>
103 <groupId>com.github.stephenc.findbugs</groupId>
104 <artifactId>findbugs-annotations</artifactId>
105 <scope>compile</scope>
106 <optional>true</optional>
109 <groupId>junit</groupId>
110 <artifactId>junit</artifactId>
114 <groupId>org.apache.hbase</groupId>
115 <artifactId>hbase-metrics-api</artifactId>
118 <groupId>org.mockito</groupId>
119 <artifactId>mockito-core</artifactId>
123 <groupId>org.slf4j</groupId>
124 <artifactId>jcl-over-slf4j</artifactId>
128 <groupId>org.slf4j</groupId>
129 <artifactId>jul-to-slf4j</artifactId>
133 <groupId>org.slf4j</groupId>
134 <artifactId>slf4j-log4j12</artifactId>
138 <groupId>log4j</groupId>
139 <artifactId>log4j</artifactId>
145 <!-- Skip the tests in this module -->
147 <id>skipProcedureTests</id>
150 <name>skipProcedureTests</name>
154 <surefire.skipFirstPart>true</surefire.skipFirstPart>
155 <surefire.skipSecondPart>true</surefire.skipSecondPart>
158 <!-- Profiles for building against different hadoop versions -->
159 <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
163 <property><name>!hadoop.profile</name></property>
167 <groupId>org.apache.hadoop</groupId>
168 <artifactId>hadoop-common</artifactId>