You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2017/06/08 04:56:58 UTC

hbase git commit: HBASE-18191 Include hbase-metrics-* in assembly

Repository: hbase
Updated Branches:
  refs/heads/branch-2 adfb48eeb -> 84915bc68


HBASE-18191 Include hbase-metrics-* in assembly


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/84915bc6
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/84915bc6
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/84915bc6

Branch: refs/heads/branch-2
Commit: 84915bc681fba886d672c7c78182c44d00f331a8
Parents: adfb48e
Author: Michael Stack <st...@apache.org>
Authored: Wed Jun 7 21:56:47 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Wed Jun 7 21:56:47 2017 -0700

----------------------------------------------------------------------
 hbase-assembly/src/main/assembly/src.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/84915bc6/hbase-assembly/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/src/main/assembly/src.xml b/hbase-assembly/src/main/assembly/src.xml
index 9f2fda3..befcce0 100644
--- a/hbase-assembly/src/main/assembly/src.xml
+++ b/hbase-assembly/src/main/assembly/src.xml
@@ -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>