HBASE-25858 [branch-1] make hbase-thrift optional in hbase-assembly module (#3237)
This commit is contained in:
parent
1f04fac6d1
commit
f312cfecdf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue