!10 update hbase to 2.5.0

From: @yufihyou 
Reviewed-by: @wenwj0 
Signed-off-by: @wenwj0
This commit is contained in:
yufishyou 2023-09-13 03:33:17 +00:00 committed by openeuler-ci-bot
parent 9545318447
commit a04ea3fae8
5 changed files with 144 additions and 141 deletions

Binary file not shown.

View File

@ -29,7 +29,7 @@
</property>
<property>
<name>hbase.rootdir</name>
<value>hdfs://localhost:8020/hbase</value>
<value>hdfs://localhost:9000/hbase</value>
<description>The directory shared by RegionServers.
</description>
</property>

View File

@ -7,7 +7,7 @@
%global package_native 0
Name: hbase
Version: 2.2.5
Version: 2.5.0
Release: 1
Summary: A database for Apache Hadoop
License: Apache-2.0 and BSD and CPL-1.0 and EPL-1.0 and MIT
@ -17,6 +17,7 @@ Source1: %{name}.logrotate
Source2: %{name}-site.xml
Source3: %{name}.service.template
Source4: xmvn-reactor
Source5: settings.xml
BuildArch: noarch
BuildRequires: cmake
@ -154,27 +155,12 @@ pushd %{name}-assembly/target/%{name}-%{version}
cp -arp %{name}-webapps/* %{buildroot}/%{_datadir}/%{name}/%{name}-webapps
# Dependency jars
install -m 0755 lib/hbase-shaded-miscellaneous-2.2.1.jar %{buildroot}%{_datadir}/java/%{name}/hbase-shaded-miscellaneous-2.2.1.jar
install -m 0755 lib/hbase-shaded-netty-2.2.1.jar %{buildroot}%{_datadir}/java/%{name}/hbase-shaded-netty-2.2.1.jar
install -m 0755 lib/hbase-shaded-protobuf-2.2.1.jar %{buildroot}%{_datadir}/java/%{name}/hbase-shaded-protobuf-2.2.1.jar
install lib/*.jar %{buildroot}/%{_datadir}/%{name}/lib
rm -f %{buildroot}/%{_datadir}/%{name}/lib/tools-*.jar
rm -f %{buildroot}/%{_datadir}/%{name}/lib/%{name}*-tests.jar
rm -f %{buildroot}/%{_datadir}/%{name}/lib/%{name}-testing-util-*.jar
rm -f %{buildroot}/%{_datadir}/%{name}/lib/tomcat-*.jar
rm -f %{buildroot}/%{_datadir}/%{name}/lib/servlet-api-*.jar
pushd %{buildroot}/%{_datadir}/%{name}/lib
# Replace jar files with symlinks for all jars from the build
for f in `ls hbase*`
do
n=`echo $f | sed "s/-%{version}//"`
rm -f $f
%{__ln_s} %{_javadir}/%{name}/$n $f
done
popd
# jruby bits
cp -arf lib/ruby %{buildroot}/%{_datadir}/%{name}/lib
# Other files
cp -arf lib/ruby %{buildroot}/%{_datadir}/%{name}/lib
cp -arf lib/client-facing-thirdparty %{buildroot}/%{_datadir}/%{name}/lib
cp -arf lib/shaded-clients %{buildroot}/%{_datadir}/%{name}/lib
%if 0
# Native libraries
@ -189,10 +175,6 @@ pushd %{buildroot}/%{_datadir}/%{name}
%{__ln_s} %{_var}/run/%{name} pids
popd
# Add jars to the classpath for hbase shell
echo "export HBASE_CLASSPATH_PREFIX=$(build-classpath objectweb-asm/asm objectweb-asm/asm-commons jnr-posix jnr-constants joni jruby bytelist jcodings jnr-ffi joda-time jline jansi invokebinder):\$HBASE_CLASSPATH" > %{buildroot}/%{_sysconfdir}/%{name}/%{name}-env-shell.sh
echo "export JRUBY_HOME=/usr/share/jruby" >> %{buildroot}/%{_sysconfdir}/%{name}/%{name}-env-shell.sh
# Ensure /var/run directory is recreated on boot
echo "d %{_var}/run/%{name} 0775 hbase hbase -" > %{buildroot}/%{_tmpfilesdir}/%{name}.conf
@ -289,9 +271,6 @@ fi
%attr(0755,hbase,hbase) %dir %{_var}/cache/%{name}
%attr(0755,hbase,hbase) %dir %{_var}/log/%{name}
%attr(0755,hbase,hbase) %dir %{_var}/run/%{name}
%attr(0755,root,root) %{_datadir}/java/%{name}/hbase-shaded-miscellaneous-2.2.1.jar
%attr(0755,root,root) %{_datadir}/java/%{name}/hbase-shaded-netty-2.2.1.jar
%attr(0755,root,root) %{_datadir}/java/%{name}/hbase-shaded-protobuf-2.2.1.jar
%if %{package_native}
%files native
@ -300,5 +279,8 @@ fi
%endif
%changelog
* Tue Sep 12 2023 Youjing Yu <2534849757@qq.com> 2.5.0-1
- Upgrade Hbase Version to 2.5.0
* Tue Mar 16 2021 Ge Wang <wangge20@huawei.com> 2.2.5-1
- Init package

21
settings.xml Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 https://maven.apache.org/xsd/settings-1.2.0.xsd">
<pluginGroups>
</pluginGroups>
<proxies>
</proxies>
<servers>
</servers>
<mirrors>
<mirror>
<id>big</id>
<mirrorOf>*</mirrorOf>
<name>huaweicloud</name>
<url>https://repo.huaweicloud.com/repository/maven/</url>
</mirror>
</mirrors>
<profiles>
</profiles>
</settings>

View File

@ -5,253 +5,253 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-assembly</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path>absolute-prefix/hbase-assembly/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-client/target/hbase-client-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-client/target/hbase-client-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path>absolute-prefix/hbase-client/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-common</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-common/target/hbase-common-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-common/target/hbase-common-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-common</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path>absolute-prefix/hbase-common/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-examples</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-examples/target/hbase-examples-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-examples/target/hbase-examples-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-examples</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path>absolute-prefix/hbase-examples/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-hadoop-compat</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-hadoop-compat/target/hbase-hadoop-compat-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-hadoop-compat/target/hbase-hadoop-compat-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-hadoop-compat</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path>absolute-prefix/hbase-hadoop-compat/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-hadoop2-compat</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-hadoop2-compat/target/hbase-hadoop2-compat-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-hadoop2-compat/target/hbase-hadoop2-compat-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-hadoop2-compat</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path>absolute-prefix/hbase-hadoop2-compat/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-it</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-it/target/hbase-it-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-it/target/hbase-it-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-it</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path>absolute-prefix/hbase-it/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<!--artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-prefix-tree</artifactId>
<version>2.2.5</version>
<version>2.5.0</version>
<path>.</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-prefix-tree</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path></path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact-->
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-protocol</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-protocol/target/hbase-protocol-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-protocol/target/hbase-protocol-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-protocol</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path>absolute-prefix/hbase-protocol/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-server/target/hbase-server-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-server/target/hbase-server-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path>absolute-prefix/hbase-server/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-shell</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-shell/target/hbase-shell-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-shell/target/hbase-shell-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-shell</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path>absolute-prefix/hbase-shell/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-thrift</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-thrift/target/hbase-thrift-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-thrift/target/hbase-thrift-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-thrift</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path>absolute-prefix/hbase-thrift/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
@ -259,192 +259,192 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<extension>pom</extension>
<version>2.2.5</version>
<version>2.5.0</version>
<path>absolute-prefix/pom.xml</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-annotations</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-annotations/target/hbase-annotations-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-annotations/target/hbase-annotations-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-endpoint</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-endpoint/target/hbase-endpoint-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-endpoint/target/hbase-endpoint-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-external-blockcache</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-external-blockcache/target/hbase-external-blockcache-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-external-blockcache/target/hbase-external-blockcache-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-hbtop</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-hbtop/target/hbase-hbtop-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-hbtop/target/hbase-hbtop-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-http</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-http/target/hbase-http-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-http/target/hbase-http-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-mapreduce</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-mapreduce/target/hbase-mapreduce-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-mapreduce/target/hbase-mapreduce-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-metrics</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-metrics/target/hbase-metrics-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-metrics/target/hbase-metrics-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-metrics-api</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-metrics-api/target/hbase-metrics-api-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-metrics-api/target/hbase-metrics-api-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-procedure</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-procedure/target/hbase-procedure-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-procedure/target/hbase-procedure-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-protocol-shaded</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-protocol-shaded/target/hbase-protocol-shaded-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-protocol-shaded/target/hbase-protocol-shaded-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-replication</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-replication/target/hbase-replication-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-replication/target/hbase-replication-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-resource-bundle</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-resource-bundle/target/hbase-resource-bundle-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-resource-bundle/target/hbase-resource-bundle-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-rest</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-rest/target/hbase-rest-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-rest/target/hbase-rest-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-rsgroup</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-rsgroup/target/hbase-rsgroup-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-rsgroup/target/hbase-rsgroup-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<!--artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded-miscellaneous</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-shaded-miscellaneous/target/hbase-shaded-miscellaneous-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-shaded-miscellaneous/target/hbase-shaded-miscellaneous-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded-netty</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-shaded-netty/target/hbase-shaded-netty-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-shaded-netty/target/hbase-shaded-netty-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded-protobuf</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-shaded-protobuf/target/hbase-shaded-protobuf-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-shaded-protobuf/target/hbase-shaded-protobuf-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact-->
<artifact>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-zookeeper</artifactId>
<version>2.2.5</version>
<path>absolute-prefix/hbase-zookeeper/target/hbase-zookeeper-2.2.5.jar</path>
<version>2.5.0</version>
<path>absolute-prefix/hbase-zookeeper/target/hbase-zookeeper-2.5.0.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
<requiresJava>1.8</requiresJava>
</properties>
</artifact>
</artifacts>