This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new c8c38bb8c6 NIFI-11349 Upgraded HBase from 2.2.2 to 2.5.3 with Hadoop 3
c8c38bb8c6 is described below

commit c8c38bb8c611d7ca2447984300cd5b771ebebd85
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Mar 27 21:48:03 2023 -0500

    NIFI-11349 Upgraded HBase from 2.2.2 to 2.5.3 with Hadoop 3
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7091.
---
 .../nifi-hbase_2-client-service/pom.xml                           | 8 ++++++++
 .../nifi-hbase_2-client-service-bundle/pom.xml                    | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml
 
b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml
index 8b14a10549..36f80f3ee9 100644
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml
@@ -91,6 +91,14 @@
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-reload4j</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>ch.qos.reload4j</groupId>
+                    <artifactId>reload4j</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>com.google.code.findbugs</groupId>
                     <artifactId>jsr305</artifactId>
diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
 
b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
index 0bc9e81ae1..e3cf89546e 100644
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
@@ -25,7 +25,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <hbase.version>2.2.2</hbase.version>
+        <hbase.version>2.5.3-hadoop3</hbase.version>
     </properties>
 
     <modules>

Reply via email to