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

zhangduo 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 f40c6cff861 HBASE-28298 HFilePrettyPrinter thrown NoSuchMethodError 
about MetricRegistry (#5783)
f40c6cff861 is described below

commit f40c6cff8615f32336ca50dd53caeb6b1f83e990
Author: mrzhao <imrz...@qq.com>
AuthorDate: Thu Apr 18 18:19:49 2024 +0800

    HBASE-28298 HFilePrettyPrinter thrown NoSuchMethodError about 
MetricRegistry (#5783)
    
    Co-authored-by: mrzhao <mrz...@iflytek.com>
    Signed-off-by: Duo Zhang <zhang...@apache.org>
    (cherry picked from commit fb94e1e733f734fd245c0333a795eaabc1243bc7)
---
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index b51a7b8a812..f7d4eb2a46b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3357,6 +3357,10 @@
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-reload4j</artifactId>
               </exclusion>
+              <exclusion>
+                <groupId>com.codahale.metrics</groupId>
+                <artifactId>metrics-core</artifactId>
+              </exclusion>
             </exclusions>
           </dependency>
           <dependency>
@@ -3390,6 +3394,10 @@
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-reload4j</artifactId>
               </exclusion>
+              <exclusion>
+                <groupId>com.codahale.metrics</groupId>
+                <artifactId>metrics-core</artifactId>
+              </exclusion>
             </exclusions>
           </dependency>
           <dependency>
@@ -3442,6 +3450,10 @@
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-reload4j</artifactId>
               </exclusion>
+              <exclusion>
+                <groupId>com.codahale.metrics</groupId>
+                <artifactId>metrics-core</artifactId>
+              </exclusion>
             </exclusions>
           </dependency>
           <dependency>
@@ -3807,6 +3819,10 @@
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-reload4j</artifactId>
               </exclusion>
+              <exclusion>
+                <groupId>com.codahale.metrics</groupId>
+                <artifactId>metrics-core</artifactId>
+              </exclusion>
             </exclusions>
           </dependency>
           <dependency>

Reply via email to