1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="https://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
5 "https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
8 * Licensed to the Apache Software Foundation (ASF) under one
9 * or more contributor license agreements. See the NOTICE file
10 * distributed with this work for additional information
11 * regarding copyright ownership. The ASF licenses this file
12 * to you under the Apache License, Version 2.0 (the
13 * "License"); you may not use this file except in compliance
14 * with the License. You may obtain a copy of the License at
16 * http://www.apache.org/licenses/LICENSE-2.0
18 * Unless required by applicable law or agreed to in writing, software
19 * distributed under the License is distributed on an "AS IS" BASIS,
20 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21 * See the License for the specific language governing permissions and
22 * limitations under the License.
25 <modelVersion>4.0.0</modelVersion>
27 <artifactId>hbase-archetypes</artifactId>
28 <groupId>org.apache.hbase</groupId>
29 <version>2.4.3-SNAPSHOT</version>
30 <relativePath>..</relativePath>
32 <artifactId>hbase-client-project</artifactId>
33 <packaging>jar</packaging>
34 <name>Apache HBase - Exemplar for hbase-client archetype</name>
35 <description>Exemplar project for archetype with hbase-client dependency</description>
37 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38 <maven.compiler.source>${compileSource}</maven.compiler.source>
39 <maven.compiler.target>${compileSource}</maven.compiler.target>
42 <!-- Dependency for hbase-testing-util must precede compile-scoped dependencies. -->
44 <groupId>org.apache.hbase</groupId>
45 <artifactId>hbase-testing-util</artifactId>
49 <groupId>org.apache.hbase</groupId>
50 <artifactId>hbase-common</artifactId>
53 <groupId>org.apache.hbase</groupId>
54 <artifactId>hbase-client</artifactId>
57 <groupId>org.slf4j</groupId>
58 <artifactId>slf4j-log4j12</artifactId>
59 <scope>runtime</scope>
62 <groupId>log4j</groupId>
63 <artifactId>log4j</artifactId>
64 <scope>runtime</scope>
67 <groupId>org.apache.hbase</groupId>
68 <artifactId>hbase-server</artifactId>
73 <groupId>junit</groupId>
74 <artifactId>junit</artifactId>