HBASE-18970 fix hbase shell reading interactive input (Amit Virmani)
[hbase.git] / hbase-client / pom.xml
blob2ec1f3d244cd5e5e115deb7178c0be15dc5cca0e
1 <?xml version="1.0"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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-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         <groupId>org.apache.maven.plugins</groupId>
40         <artifactId>maven-site-plugin</artifactId>
41         <configuration>
42           <skip>true</skip>
43         </configuration>
44       </plugin>
45       <plugin>
46         <!--Make it so assembly:single does nothing in here-->
47         <artifactId>maven-assembly-plugin</artifactId>
48         <configuration>
49           <skipAssembly>true</skipAssembly>
50         </configuration>
51       </plugin>
52       <!-- Make a jar and put the sources in the jar -->
53       <plugin>
54         <groupId>org.apache.maven.plugins</groupId>
55         <artifactId>maven-source-plugin</artifactId>
56       </plugin>
57     </plugins>
58     <pluginManagement>
59       <plugins>
60         <!--This plugin's configuration is used to store Eclipse m2e settings
61              only. It has no influence on the Maven build itself.-->
62         <plugin>
63           <groupId>org.eclipse.m2e</groupId>
64           <artifactId>lifecycle-mapping</artifactId>
65           <configuration>
66             <lifecycleMappingMetadata>
67               <pluginExecutions>
68               </pluginExecutions>
69             </lifecycleMappingMetadata>
70           </configuration>
71         </plugin>
72       </plugins>
73     </pluginManagement>
74   </build>
76   <dependencies>
77     <dependency>
78       <groupId>org.apache.hbase.thirdparty</groupId>
79       <artifactId>hbase-shaded-protobuf</artifactId>
80     </dependency>
81     <!-- Intra-project dependencies -->
82     <dependency>
83       <groupId>org.apache.hbase</groupId>
84       <artifactId>hbase-annotations</artifactId>
85       <type>test-jar</type>
86       <scope>test</scope>
87     </dependency>
88     <dependency>
89       <groupId>org.apache.hbase</groupId>
90       <artifactId>hbase-common</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>org.apache.hbase</groupId>
94       <artifactId>hbase-hadoop-compat</artifactId>
95     </dependency>
96     <dependency>
97       <groupId>org.apache.hbase</groupId>
98       <artifactId>hbase-hadoop2-compat</artifactId>
99       <exclusions>
100         <!-- We don't need MR support classes here. -->
101         <exclusion>
102           <groupId>org.apache.hadoop</groupId>
103           <artifactId>hadoop-mapreduce-client-core</artifactId>
104         </exclusion>
105       </exclusions>
106     </dependency>
107     <dependency>
108       <groupId>org.apache.hbase</groupId>
109       <artifactId>hbase-common</artifactId>
110       <type>test-jar</type>
111       <scope>test</scope>
112     </dependency>
113     <dependency>
114       <groupId>org.apache.hbase</groupId>
115       <artifactId>hbase-protocol-shaded</artifactId>
116     </dependency>
117     <dependency>
118       <groupId>org.apache.hbase</groupId>
119       <artifactId>hbase-protocol</artifactId>
120     </dependency>
121     <!-- General dependencies -->
122     <dependency>
123       <groupId>commons-codec</groupId>
124       <artifactId>commons-codec</artifactId>
125     </dependency>
126     <dependency>
127       <groupId>commons-io</groupId>
128       <artifactId>commons-io</artifactId>
129     </dependency>
130     <dependency>
131       <groupId>org.apache.commons</groupId>
132       <artifactId>commons-lang3</artifactId>
133     </dependency>
134     <dependency>
135       <groupId>commons-logging</groupId>
136       <artifactId>commons-logging</artifactId>
137     </dependency>
138     <dependency>
139       <groupId>org.apache.hbase.thirdparty</groupId>
140       <artifactId>hbase-shaded-miscellaneous</artifactId>
141     </dependency>
142     <dependency>
143       <groupId>com.google.protobuf</groupId>
144       <artifactId>protobuf-java</artifactId>
145     </dependency>
146     <dependency>
147       <groupId>org.apache.hbase.thirdparty</groupId>
148       <artifactId>hbase-shaded-netty</artifactId>
149     </dependency>
150     <dependency>
151       <groupId>org.apache.zookeeper</groupId>
152       <artifactId>zookeeper</artifactId>
153     </dependency>
154     <dependency>
155       <groupId>org.apache.htrace</groupId>
156       <artifactId>htrace-core4</artifactId>
157     </dependency>
158     <dependency>
159       <groupId>org.jruby.jcodings</groupId>
160       <artifactId>jcodings</artifactId>
161     </dependency>
162     <dependency>
163       <groupId>org.jruby.joni</groupId>
164       <artifactId>joni</artifactId>
165     </dependency>
166     <dependency>
167       <groupId>log4j</groupId>
168       <artifactId>log4j</artifactId>
169       <scope>test</scope>
170     </dependency>
171     <dependency>
172       <groupId>io.dropwizard.metrics</groupId>
173       <artifactId>metrics-core</artifactId>
174     </dependency>
175     <dependency>
176       <groupId>junit</groupId>
177       <artifactId>junit</artifactId>
178       <scope>test</scope>
179     </dependency>
180     <dependency>
181       <groupId>org.mockito</groupId>
182       <artifactId>mockito-core</artifactId>
183       <scope>test</scope>
184     </dependency>
185     <dependency>
186       <groupId>org.apache.commons</groupId>
187       <artifactId>commons-crypto</artifactId>
188       <version>${commons-crypto.version}</version>
189       <exclusions>
190         <exclusion>
191           <groupId>net.java.dev.jna</groupId>
192           <artifactId>jna</artifactId>
193         </exclusion>
194       </exclusions>
195     </dependency>
196     <dependency>
197       <groupId>com.fasterxml.jackson.core</groupId>
198       <artifactId>jackson-databind</artifactId>
199     </dependency>
200   </dependencies>
202   <profiles>
203     <!-- Skip the tests in this module -->
204     <profile>
205       <id>skipClientTests</id>
206       <activation>
207         <property>
208           <name>skipClientTests</name>
209         </property>
210       </activation>
211       <properties>
212         <surefire.skipFirstPart>true</surefire.skipFirstPart>
213         <surefire.skipSecondPart>true</surefire.skipSecondPart>
214       </properties>
215     </profile>
217     <!-- profile for building against Hadoop 2.x.  This is the default -->
218     <profile>
219       <id>hadoop-2.0</id>
220       <activation>
221         <property>
222             <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
223             <!--h2--><name>!hadoop.profile</name>
224         </property>
225       </activation>
226       <dependencies>
227         <dependency>
228            <groupId>com.github.stephenc.findbugs</groupId>
229            <artifactId>findbugs-annotations</artifactId>
230            <optional>true</optional>
231         </dependency>
232         <dependency>
233           <groupId>org.apache.hadoop</groupId>
234           <artifactId>hadoop-auth</artifactId>
235         </dependency>
236         <dependency>
237           <groupId>org.apache.hadoop</groupId>
238           <artifactId>hadoop-common</artifactId>
239           <exclusions>
240             <exclusion>
241               <groupId>org.apache.htrace</groupId>
242               <artifactId>htrace-core</artifactId>
243             </exclusion>
244             <exclusion>
245               <groupId>net.java.dev.jets3t</groupId>
246               <artifactId>jets3t</artifactId>
247             </exclusion>
248             <exclusion>
249               <groupId>javax.servlet.jsp</groupId>
250               <artifactId>jsp-api</artifactId>
251             </exclusion>
252             <exclusion>
253               <groupId>org.mortbay.jetty</groupId>
254               <artifactId>jetty</artifactId>
255             </exclusion>
256             <exclusion>
257               <groupId>org.mortbay.jetty</groupId>
258               <artifactId>jetty-util</artifactId>
259             </exclusion>
260             <exclusion>
261               <groupId>com.sun.jersey</groupId>
262               <artifactId>jersey-server</artifactId>
263             </exclusion>
264             <exclusion>
265               <groupId>com.sun.jersey</groupId>
266               <artifactId>jersey-core</artifactId>
267             </exclusion>
268             <exclusion>
269               <groupId>com.sun.jersey</groupId>
270               <artifactId>jersey-json</artifactId>
271             </exclusion>
272             <exclusion>
273               <groupId>javax.servlet</groupId>
274               <artifactId>servlet-api</artifactId>
275             </exclusion>
276             <exclusion>
277               <groupId>tomcat</groupId>
278               <artifactId>jasper-compiler</artifactId>
279             </exclusion>
280             <exclusion>
281               <groupId>tomcat</groupId>
282               <artifactId>jasper-runtime</artifactId>
283             </exclusion>
284           </exclusions>
285         </dependency>
286       </dependencies>
287     </profile>
289     <!--
290       profile for building against Hadoop 3.0.x. Activate using:
291        mvn -Dhadoop.profile=3.0
292     -->
293     <profile>
294       <id>hadoop-3.0</id>
295       <activation>
296         <property>
297           <name>hadoop.profile</name>
298           <value>3.0</value>
299         </property>
300       </activation>
301       <properties>
302         <hadoop.version>3.0-SNAPSHOT</hadoop.version>
303       </properties>
304       <dependencies>
305         <dependency>
306           <groupId>org.apache.hadoop</groupId>
307           <artifactId>hadoop-auth</artifactId>
308         </dependency>
309         <dependency>
310           <groupId>org.apache.hadoop</groupId>
311           <artifactId>hadoop-common</artifactId>
312         </dependency>
313       </dependencies>
314     </profile>
315   </profiles>
316 </project>