You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bb...@apache.org on 2024/03/19 14:40:54 UTC

(hbase) branch branch-2 updated: HBASE-28415 Remove Curator dependency from hbase-endpoint (#5749)

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

bbeaudreault pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 617698b777c HBASE-28415 Remove Curator dependency from hbase-endpoint (#5749)
617698b777c is described below

commit 617698b777cb824d0a5936b4c637560a991fbe30
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Mar 19 15:40:41 2024 +0100

    HBASE-28415 Remove Curator dependency from hbase-endpoint (#5749)
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
    Signed-off-by: Duo Zhang <zh...@apache.org>
    Signed-off-by: Tak Lon (Stephen) Wu <ta...@apache.org>
---
 hbase-endpoint/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml
index 0c11e7cc188..d51aa90a1f0 100644
--- a/hbase-endpoint/pom.xml
+++ b/hbase-endpoint/pom.xml
@@ -159,10 +159,6 @@
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.curator</groupId>
-      <artifactId>curator-client</artifactId>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>