HBASE-25054 Do not add non shaded protobuf as dependency in TableMapReduceUtil for master (#2412)
Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
parent
9fc586a7eb
commit
e386ec566f
|
@ -819,7 +819,6 @@ public class TableMapReduceUtil {
|
|||
org.apache.hbase.thirdparty.com.google.protobuf.UnsafeByteOperations.class, // hb-sh-protobuf
|
||||
org.apache.hbase.thirdparty.io.netty.channel.Channel.class, // hbase-shaded-netty
|
||||
org.apache.zookeeper.ZooKeeper.class, // zookeeper
|
||||
com.google.protobuf.Message.class, // protobuf
|
||||
org.apache.htrace.core.Tracer.class, // htrace
|
||||
com.codahale.metrics.MetricRegistry.class, // metrics-core
|
||||
org.apache.commons.lang3.ArrayUtils.class); // commons-lang
|
||||
|
|
Loading…
Reference in New Issue