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 1fb914f5 OMID-280 Use Hbase 2.5 for building OMID
1fb914f5 is described below

commit 1fb914f522d6bd989f17a89c6ea340184d4f2766
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Feb 29 11:18:24 2024 +0100

    OMID-280 Use Hbase 2.5 for building OMID
---
 pom.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e577cd8..db149cf2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,8 +152,8 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <!-- 3rd-Party Library Versioning -->
-        <hbase.version>2.4.17</hbase.version>
-        <hadoop.version>3.1.4</hadoop.version>
+        <hbase.version>2.5.7-hadoop3</hbase.version>
+        <hadoop.version>3.2.4</hadoop.version>
         <phoenix.thirdparty.version>2.1.0</phoenix.thirdparty.version>
         <guice.version>5.1.0</guice.version>
         <testng.version>6.10</testng.version>
@@ -174,8 +174,7 @@
         <hamcrest.version>1.3</hamcrest.version>
         <guava.version>32.1.3-jre</guava.version>
         <!-- 2.12+ shades guava -->
-        <curator.version>4.2.0</curator.version>
-        <zookeeper.version>3.5.9</zookeeper.version>
+        <curator.version>5.6.0</curator.version>
         <snakeyaml.version>2.0</snakeyaml.version>
         <beanutils.version>1.9.4</beanutils.version>
         <commons-io.version>2.11.0</commons-io.version>
@@ -1153,6 +1152,10 @@
                     <groupId>org.apache.zookeeper</groupId>
                     <artifactId>zookeeper</artifactId>
                   </exclusion>
+                  <exclusion>
+                    <groupId>org.junit.jupiter</groupId>
+                    <artifactId>junit-jupiter-api</artifactId>
+                  </exclusion>
                 </exclusions>
                 <version>${curator.version}</version>
             </dependency>

Reply via email to