Skip to content

Commit

Permalink
HBASE-28298 HFilePrettyPrinter thrown NoSuchMethodError about MetricR…
Browse files Browse the repository at this point in the history
…egistry (#5783)

Co-authored-by: mrzhao <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit fb94e1e)
  • Loading branch information
zhaomoran authored and Apache9 committed Apr 18, 2024
1 parent b7e2241 commit 3d179d7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3108,6 +3108,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -3133,6 +3137,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -3177,6 +3185,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -3486,6 +3498,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 3d179d7

Please sign in to comment.