HBASE-25858 [branch-1] make hbase-thrift optional in hbase-assembly module (#3237)

This commit is contained in:
Reid Chan 2021-05-11 14:37:31 +08:00 committed by GitHub
parent 1f04fac6d1
commit f312cfecdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-thrift</artifactId>
<optional>true</optional>
</dependency>
<!-- To dump tools in hbase-procedure into cached_classpath.txt. -->
<dependency>