2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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-compression</artifactId>
25 <groupId>org.apache.hbase</groupId>
26 <version>3.0.0-alpha-3-SNAPSHOT</version>
27 <relativePath>..</relativePath>
29 <artifactId>hbase-compression-xz</artifactId>
30 <name>Apache HBase - Compression - XZ</name>
31 <description>Pure Java compression support using XZ for Java</description>
34 <!-- Testing plugins -->
36 <artifactId>maven-surefire-plugin</artifactId>
39 <groupId>net.revelc.code</groupId>
40 <artifactId>warbucks-maven-plugin</artifactId>
46 <!--Make it so assembly:single does nothing in here-->
47 <artifactId>maven-assembly-plugin</artifactId>
49 <skipAssembly>true</skipAssembly>
53 <groupId>org.apache.maven.plugins</groupId>
54 <artifactId>maven-checkstyle-plugin</artifactId>
56 <failOnViolation>true</failOnViolation>
60 <groupId>net.revelc.code</groupId>
61 <artifactId>warbucks-maven-plugin</artifactId>
67 <!-- Intra-project dependencies -->
69 <groupId>org.apache.hbase</groupId>
70 <artifactId>hbase-common</artifactId>
73 <groupId>org.apache.hbase</groupId>
74 <artifactId>hbase-logging</artifactId>
79 <groupId>org.apache.hbase</groupId>
80 <artifactId>hbase-common</artifactId>
85 <groupId>org.apache.hbase</groupId>
86 <artifactId>hbase-testing-util</artifactId>
90 <groupId>org.apache.hbase</groupId>
91 <artifactId>hbase-annotations</artifactId>
96 <groupId>org.slf4j</groupId>
97 <artifactId>slf4j-api</artifactId>
100 <groupId>com.github.stephenc.findbugs</groupId>
101 <artifactId>findbugs-annotations</artifactId>
102 <scope>compile</scope>
103 <optional>true</optional>
105 <!-- native Java compression codecs -->
107 <groupId>org.tukaani</groupId>
108 <artifactId>xz</artifactId>
112 <groupId>org.slf4j</groupId>
113 <artifactId>jcl-over-slf4j</artifactId>
117 <groupId>org.slf4j</groupId>
118 <artifactId>jul-to-slf4j</artifactId>
122 <groupId>org.apache.logging.log4j</groupId>
123 <artifactId>log4j-api</artifactId>
127 <groupId>org.apache.logging.log4j</groupId>
128 <artifactId>log4j-core</artifactId>
132 <groupId>org.apache.logging.log4j</groupId>
133 <artifactId>log4j-slf4j-impl</artifactId>
137 <groupId>org.apache.logging.log4j</groupId>
138 <artifactId>log4j-1.2-api</artifactId>
142 <groupId>org.hamcrest</groupId>
143 <artifactId>hamcrest-library</artifactId>
147 <groupId>org.mockito</groupId>
148 <artifactId>mockito-core</artifactId>
154 <id>build-with-jdk11</id>
160 <groupId>javax.annotation</groupId>
161 <artifactId>javax.annotation-api</artifactId>