From a46d4114b105b91cd5f2c5e3550b5238e4becc6e Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 29 Dec 2017 08:27:08 -0800 Subject: [PATCH] HBASE-19670 Workaround: Purge User API building from branch-2 so can make a beta-1 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 5e4bc27fb1..bf8d06ec2f 100755 --- a/pom.xml +++ b/pom.xml @@ -3453,6 +3453,7 @@ aggregate + apidocs User API The HBase Application Programmer's API @@ -3506,6 +3508,7 @@ test-aggregate + testapidocs User API The HBase Application Programmer's API -- 2.11.0 (Apple Git-81)