HBASE-18191 Include hbase-metrics-* in assembly

This commit is contained in:
Michael Stack 2017-06-07 21:56:47 -07:00
parent adfb48eeb8
commit 84915bc681
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@
<include>org.apache.hbase:hbase-hadoop2-compat</include>
<include>org.apache.hbase:hbase-hadoop-compat</include>
<include>org.apache.hbase:hbase-it</include>
<include>org.apache.hbase:hbase-metrics</include>
<include>org.apache.hbase:hbase-metrics-api</include>
<include>org.apache.hbase:hbase-prefix-tree</include>
<include>org.apache.hbase:hbase-procedure</include>
<include>org.apache.hbase:hbase-protocol-shaded</include>