Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2518#discussion_r184727040
--- Diff:
nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/pom.xml
---
@@ -25,7 +25,7 @@
<artifactId>nifi-hbase_1_1_2-client-service</artifactId>
<packaging>jar</packaging>
<properties>
- <hbase.version>1.1.2</hbase.version>
+ <hbase.version>1.1.13</hbase.version>
--- End diff --
@bbende if you think it is, I'll revert back to 1.1.2 in a separate commit.
1.1.13 is the last stable client for 1.1.X that I can find on maven central.
---