HBASE-26319 Make flaky find job track more builds (#3791)
[hbase.git] / hbase-client / pom.xml
bloba5b3cdd6e0d38015e0c313843b55e158ab9d679d
1 <?xml version="1.0"?>
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">
4   <!--
5   /**
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
13    *
14    *     http://www.apache.org/licenses/LICENSE-2.0
15    *
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.
21    */
22   -->
23   <modelVersion>4.0.0</modelVersion>
24   <parent>
25     <artifactId>hbase-build-configuration</artifactId>
26     <groupId>org.apache.hbase</groupId>
27     <version>3.0.0-alpha-2-SNAPSHOT</version>
28     <relativePath>../hbase-build-configuration</relativePath>
29   </parent>
31   <artifactId>hbase-client</artifactId>
32   <name>Apache HBase - Client</name>
33   <description>Client of HBase</description>
34 <!--REMOVE-->
36   <build>
37     <plugins>
38       <plugin>
39         <!--Make it so assembly:single does nothing in here-->
40         <artifactId>maven-assembly-plugin</artifactId>
41         <configuration>
42           <skipAssembly>true</skipAssembly>
43         </configuration>
44       </plugin>
45       <!-- Make a jar and put the sources in the jar -->
46       <plugin>
47         <groupId>org.apache.maven.plugins</groupId>
48         <artifactId>maven-source-plugin</artifactId>
49       </plugin>
50       <plugin>
51         <groupId>net.revelc.code</groupId>
52         <artifactId>warbucks-maven-plugin</artifactId>
53       </plugin>
54     </plugins>
55   </build>
57   <dependencies>
58     <dependency>
59       <groupId>org.apache.hbase.thirdparty</groupId>
60       <artifactId>hbase-shaded-protobuf</artifactId>
61     </dependency>
62     <!-- Intra-project dependencies -->
63     <dependency>
64       <groupId>org.apache.hbase</groupId>
65       <artifactId>hbase-annotations</artifactId>
66       <type>test-jar</type>
67       <scope>test</scope>
68     </dependency>
69     <dependency>
70       <groupId>org.apache.hbase</groupId>
71       <artifactId>hbase-logging</artifactId>
72       <type>test-jar</type>
73       <scope>test</scope>
74     </dependency>
75     <dependency>
76       <groupId>org.apache.hbase</groupId>
77       <artifactId>hbase-common</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>org.apache.hbase</groupId>
81       <artifactId>hbase-hadoop-compat</artifactId>
82       <exclusions>
83         <!-- We don't need MR support classes here. -->
84         <exclusion>
85           <groupId>org.apache.hadoop</groupId>
86           <artifactId>hadoop-mapreduce-client-core</artifactId>
87         </exclusion>
88       </exclusions>
89     </dependency>
90     <dependency>
91       <groupId>org.apache.hbase</groupId>
92       <artifactId>hbase-common</artifactId>
93       <type>test-jar</type>
94       <scope>test</scope>
95     </dependency>
96     <dependency>
97       <groupId>org.apache.hbase</groupId>
98       <artifactId>hbase-protocol-shaded</artifactId>
99     </dependency>
100     <!-- General dependencies -->
101     <dependency>
102       <groupId>com.github.stephenc.findbugs</groupId>
103       <artifactId>findbugs-annotations</artifactId>
104       <scope>compile</scope>
105       <optional>true</optional>
106     </dependency>
107     <dependency>
108       <groupId>commons-codec</groupId>
109       <artifactId>commons-codec</artifactId>
110     </dependency>
111     <dependency>
112       <groupId>commons-io</groupId>
113       <artifactId>commons-io</artifactId>
114     </dependency>
115     <dependency>
116       <groupId>org.apache.commons</groupId>
117       <artifactId>commons-lang3</artifactId>
118     </dependency>
119     <dependency>
120       <groupId>org.slf4j</groupId>
121       <artifactId>slf4j-api</artifactId>
122     </dependency>
123     <dependency>
124       <groupId>org.apache.hbase.thirdparty</groupId>
125       <artifactId>hbase-shaded-miscellaneous</artifactId>
126     </dependency>
127     <dependency>
128       <groupId>org.apache.hbase.thirdparty</groupId>
129       <artifactId>hbase-shaded-netty</artifactId>
130     </dependency>
131     <dependency>
132       <groupId>org.apache.zookeeper</groupId>
133       <artifactId>zookeeper</artifactId>
134     </dependency>
135     <dependency>
136       <groupId>io.opentelemetry</groupId>
137       <artifactId>opentelemetry-api</artifactId>
138     </dependency>
139     <dependency>
140       <groupId>org.jruby.jcodings</groupId>
141       <artifactId>jcodings</artifactId>
142     </dependency>
143     <dependency>
144       <groupId>org.jruby.joni</groupId>
145       <artifactId>joni</artifactId>
146     </dependency>
147     <dependency>
148       <groupId>io.opentelemetry</groupId>
149       <artifactId>opentelemetry-sdk</artifactId>
150       <scope>test</scope>
151     </dependency>
152     <dependency>
153       <groupId>io.opentelemetry</groupId>
154       <artifactId>opentelemetry-sdk-testing</artifactId>
155       <scope>test</scope>
156     </dependency>
157     <dependency>
158       <groupId>org.slf4j</groupId>
159       <artifactId>jcl-over-slf4j</artifactId>
160       <scope>test</scope>
161     </dependency>
162     <dependency>
163       <groupId>org.slf4j</groupId>
164       <artifactId>jul-to-slf4j</artifactId>
165       <scope>test</scope>
166     </dependency>
167     <dependency>
168       <groupId>org.apache.logging.log4j</groupId>
169       <artifactId>log4j-api</artifactId>
170       <scope>test</scope>
171     </dependency>
172     <dependency>
173       <groupId>org.apache.logging.log4j</groupId>
174       <artifactId>log4j-core</artifactId>
175       <scope>test</scope>
176     </dependency>
177     <dependency>
178       <groupId>org.apache.logging.log4j</groupId>
179       <artifactId>log4j-slf4j-impl</artifactId>
180       <scope>test</scope>
181     </dependency>
182     <dependency>
183       <groupId>io.dropwizard.metrics</groupId>
184       <artifactId>metrics-core</artifactId>
185     </dependency>
186     <dependency>
187       <groupId>junit</groupId>
188       <artifactId>junit</artifactId>
189       <scope>test</scope>
190     </dependency>
191     <dependency>
192       <groupId>org.mockito</groupId>
193       <artifactId>mockito-core</artifactId>
194       <scope>test</scope>
195     </dependency>
196     <dependency>
197       <groupId>org.apache.commons</groupId>
198       <artifactId>commons-crypto</artifactId>
199       <exclusions>
200         <exclusion>
201           <groupId>net.java.dev.jna</groupId>
202           <artifactId>jna</artifactId>
203         </exclusion>
204       </exclusions>
205     </dependency>
206   </dependencies>
208   <profiles>
209     <!-- Skip the tests in this module -->
210     <profile>
211       <id>skipClientTests</id>
212       <activation>
213         <property>
214           <name>skipClientTests</name>
215         </property>
216       </activation>
217       <properties>
218         <surefire.skipFirstPart>true</surefire.skipFirstPart>
219         <surefire.skipSecondPart>true</surefire.skipSecondPart>
220       </properties>
221     </profile>
222     <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
223     <profile>
224       <id>hadoop-3.0</id>
225       <activation>
226         <property><name>!hadoop.profile</name></property>
227       </activation>
228       <dependencies>
229         <dependency>
230           <groupId>org.apache.hadoop</groupId>
231           <artifactId>hadoop-auth</artifactId>
232         </dependency>
233         <dependency>
234           <groupId>org.apache.hadoop</groupId>
235           <artifactId>hadoop-common</artifactId>
236           <exclusions>
237             <exclusion>
238               <groupId>net.java.dev.jets3t</groupId>
239               <artifactId>jets3t</artifactId>
240             </exclusion>
241             <exclusion>
242               <groupId>javax.servlet.jsp</groupId>
243               <artifactId>jsp-api</artifactId>
244             </exclusion>
245             <exclusion>
246               <groupId>org.eclipse.jetty</groupId>
247               <artifactId>jetty-server</artifactId>
248             </exclusion>
249             <exclusion>
250               <groupId>org.eclipse.jetty</groupId>
251               <artifactId>jetty-servlet</artifactId>
252             </exclusion>
253             <exclusion>
254               <groupId>org.eclipse.jetty</groupId>
255               <artifactId>jetty-webapp</artifactId>
256             </exclusion>
257             <exclusion>
258               <groupId>org.eclipse.jetty</groupId>
259               <artifactId>jetty-util</artifactId>
260             </exclusion>
261             <exclusion>
262               <groupId>com.sun.jersey</groupId>
263               <artifactId>jersey-server</artifactId>
264             </exclusion>
265             <exclusion>
266               <groupId>com.sun.jersey</groupId>
267               <artifactId>jersey-core</artifactId>
268             </exclusion>
269             <exclusion>
270               <groupId>com.sun.jersey</groupId>
271               <artifactId>jersey-json</artifactId>
272             </exclusion>
273             <exclusion>
274               <groupId>javax.servlet</groupId>
275               <artifactId>servlet-api</artifactId>
276             </exclusion>
277             <exclusion>
278               <groupId>tomcat</groupId>
279               <artifactId>jasper-compiler</artifactId>
280             </exclusion>
281             <exclusion>
282               <groupId>tomcat</groupId>
283               <artifactId>jasper-runtime</artifactId>
284             </exclusion>
285             <exclusion>
286               <groupId>javax.xml.bind</groupId>
287               <artifactId>jaxb-api</artifactId>
288             </exclusion>
289             <exclusion>
290               <groupId>javax.ws.rs</groupId>
291               <artifactId>jsr311-api</artifactId>
292             </exclusion>
293           </exclusions>
294         </dependency>
295       </dependencies>
296     </profile>
297     <profile>
298       <id>eclipse-specific</id>
299       <activation>
300         <property>
301           <name>m2e.version</name>
302         </property>
303       </activation>
304       <build>
305         <pluginManagement>
306           <plugins>
307             <!--This plugin's configuration is used to store Eclipse m2e settings
308                  only. It has no influence on the Maven build itself.-->
309             <plugin>
310               <groupId>org.eclipse.m2e</groupId>
311               <artifactId>lifecycle-mapping</artifactId>
312               <configuration>
313                 <lifecycleMappingMetadata>
314                   <pluginExecutions>
315                   </pluginExecutions>
316                 </lifecycleMappingMetadata>
317               </configuration>
318             </plugin>
319           </plugins>
320         </pluginManagement>
321       </build>
322     </profile>
323   </profiles>
324 </project>