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

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


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

commit 55bd88d096221b2775fab0fa73deeeb59aebdd24
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 <apurt...@apache.org>
    Signed-off-by: Duo Zhang <zhang...@apache.org>
    Signed-off-by: Tak Lon (Stephen) Wu <tak...@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>

Reply via email to