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

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 68630b64c1 NIFI-13305 Upgraded HBase from 2.5.8 to 2.6.0 This closes 
8886
68630b64c1 is described below

commit 68630b64c1b98a1237b0ce3a56ff73b93e92e1e9
Author: exceptionfactory <[email protected]>
AuthorDate: Tue May 28 10:16:11 2024 -0500

    NIFI-13305 Upgraded HBase from 2.5.8 to 2.6.0
    This closes 8886
    
    - Removed unnecessary transitive dependency overrides
    
    Signed-off-by: Joseph Witt <[email protected]>
---
 .../nifi-hbase_2-client-service-bundle/pom.xml     | 25 +---------------------
 1 file changed, 1 insertion(+), 24 deletions(-)

diff --git 
a/nifi-extension-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
 
b/nifi-extension-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
index 286376e671..aca5434003 100644
--- 
a/nifi-extension-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>nifi-hbase_2-client-service-bundle</artifactId>
     <packaging>pom</packaging>
     <properties>
-        <hbase.version>2.5.8-hadoop3</hbase.version>
+        <hbase.version>2.6.0-hadoop3</hbase.version>
     </properties>
     <modules>
         <module>nifi-hbase_2-client-service</module>
@@ -46,29 +46,6 @@
     </build>
     <dependencyManagement>
         <dependencies>
-            <dependency>
-                <groupId>io.netty</groupId>
-                <artifactId>netty</artifactId>
-                <version>${netty.3.version}</version>
-            </dependency>
-            <!-- Override commons-beanutils -->
-            <dependency>
-                <groupId>commons-beanutils</groupId>
-                <artifactId>commons-beanutils</artifactId>
-                <version>1.9.4</version>
-            </dependency>
-            <!-- Override nimbus-jose-jwt 9.8.1 from hadoop-auth -->
-            <dependency>
-                <groupId>com.nimbusds</groupId>
-                <artifactId>nimbus-jose-jwt</artifactId>
-                <version>9.37.3</version>
-            </dependency>
-            <!-- Override woodstox-core 5.3.0 from HBase -->
-            <dependency>
-                <groupId>com.fasterxml.woodstox</groupId>
-                <artifactId>woodstox-core</artifactId>
-                <version>5.4.0</version>
-            </dependency>
             <!-- Override Guava 27 -->
             <dependency>
                 <groupId>com.google.guava</groupId>

Reply via email to