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

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new d397927  RATIS-2014. Remove io.dropwizard.metrics:metrics-ganglia 
dependency. (#48)
d397927 is described below

commit d39792781a1f0dabbaa595222243400cf926f983
Author: Tsz-Wo Nicholas Sze <[email protected]>
AuthorDate: Tue Jan 23 11:08:24 2024 -0800

    RATIS-2014. Remove io.dropwizard.metrics:metrics-ganglia dependency. (#48)
---
 misc/pom.xml | 8 --------
 pom.xml      | 6 ------
 2 files changed, 14 deletions(-)

diff --git a/misc/pom.xml b/misc/pom.xml
index c6cb5d0..1bdff2b 100644
--- a/misc/pom.xml
+++ b/misc/pom.xml
@@ -101,10 +101,6 @@
       <groupId>io.dropwizard.metrics</groupId>
       <artifactId>metrics-jmx</artifactId>
     </dependency>
-    <dependency>
-      <groupId>io.dropwizard.metrics</groupId>
-      <artifactId>metrics-ganglia</artifactId>
-    </dependency>
   </dependencies>
 
   <build>
@@ -186,10 +182,6 @@
                   <pattern>com.codahale.metrics</pattern>
                   
<shadedPattern>${ratis.thirdparty.shaded.prefix}.com.codahale.metrics</shadedPattern>
                 </relocation>
-                <relocation>
-                  <pattern>info.ganglia</pattern>
-                  
<shadedPattern>${ratis.thirdparty.shaded.prefix}.info.ganglia</shadedPattern>
-                </relocation>
                 <relocation>
                   <pattern>io.perfmark</pattern>
                   
<shadedPattern>${ratis.thirdparty.shaded.prefix}.io.perfmark</shadedPattern>
diff --git a/pom.xml b/pom.xml
index b277c66..7511b55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,6 @@
     <shaded.netty.version>4.1.100.Final</shaded.netty.version>
     <!--Version of dropwizard to be shaded -->
     <shaded.dropwizard.version>4.2.21</shaded.dropwizard.version>
-    
<shaded.dropwizard.ganglia.version>3.2.6</shaded.dropwizard.ganglia.version>
 
     <!-- third party library versions -->
     <commons-lang3.version>3.8.1</commons-lang3.version>
@@ -170,11 +169,6 @@
         <artifactId>metrics-jmx</artifactId>
         <version>${shaded.dropwizard.version}</version>
       </dependency>
-      <dependency>
-        <groupId>io.dropwizard.metrics</groupId>
-        <artifactId>metrics-ganglia</artifactId>
-        <version>${shaded.dropwizard.ganglia.version}</version>
-      </dependency>
     </dependencies>
   </dependencyManagement>
 

Reply via email to