Skip to content

Commit

Permalink
NIFI-13305 Upgraded HBase from 2.5.8 to 2.6.0
Browse files Browse the repository at this point in the history
This closes 8886

- Removed unnecessary transitive dependency overrides

Signed-off-by: Joseph Witt <joewitt@apache.org>
  • Loading branch information
exceptionfactory authored and joewitt committed May 28, 2024
1 parent 94b6e42 commit 68630b6
Showing 1 changed file with 1 addition and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 68630b6

Please sign in to comment.