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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


The following commit(s) were added to refs/heads/master by this push:
     new c3e4da62 OMID-300 Update HBase to 2.5.11-hadoop3 (#180)
c3e4da62 is described below

commit c3e4da626fdb27060fd139a809e057965e52d163
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Mar 14 20:57:45 2025 +0100

    OMID-300 Update HBase to 2.5.11-hadoop3 (#180)
---
 pom.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8cc0a062..9656bdbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,8 +145,10 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <!-- 3rd-Party Library Versioning -->
-        <hbase.version>2.5.7-hadoop3</hbase.version>
-        <hadoop.version>3.2.4</hadoop.version>
+        <hbase.version>2.5.11-hadoop3</hbase.version>
+        <hadoop.version>3.4.1</hadoop.version>
+        <!-- Temporary workaround for HDFS-17759 in Hadoop 3.4.1, remove on 
upgrade! -->
+        <jackson-core.version>2.12.7</jackson-core.version>
         <phoenix.thirdparty.version>2.1.0</phoenix.thirdparty.version>
         <guice.version>5.1.0</guice.version>
         <testng.version>7.5.1</testng.version>
@@ -930,6 +932,12 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+            <!-- Temporary workaround for HDFS-17759 in Hadoop 3.4.1, remove 
on upgrade! -->
+            <dependency>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-core</artifactId>
+                <version>${jackson-core.version}</version>
+            </dependency>
 
             <dependency>
                 <groupId>org.apache.hadoop</groupId>

Reply via email to