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

adoroszlai 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 97cfad3  RATIS-2474. Remove io.opencensus dependency (#98)
97cfad3 is described below

commit 97cfad3a7a334fe4b0b1b43b4858ff78ec409127
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Mar 30 11:38:22 2026 +0200

    RATIS-2474. Remove io.opencensus dependency (#98)
---
 misc/pom.xml | 12 ------------
 pom.xml      | 11 -----------
 2 files changed, 23 deletions(-)

diff --git a/misc/pom.xml b/misc/pom.xml
index 0904501..e7d4ee4 100644
--- a/misc/pom.xml
+++ b/misc/pom.xml
@@ -80,14 +80,6 @@
       <groupId>io.netty</groupId>
       <artifactId>netty-tcnative-boringssl-static</artifactId>
     </dependency>
-    <dependency>
-      <groupId>io.opencensus</groupId>
-      <artifactId>opencensus-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>io.opencensus</groupId>
-      <artifactId>opencensus-contrib-grpc-metrics</artifactId>
-    </dependency>
 
     <dependency>
       <groupId>io.dropwizard.metrics</groupId>
@@ -161,10 +153,6 @@
                   <pattern>io.netty</pattern>
                   
<shadedPattern>${ratis.thirdparty.shaded.prefix}.io.netty</shadedPattern>
                 </relocation>
-                <relocation>
-                  <pattern>io.opencensus</pattern>
-                  
<shadedPattern>${ratis.thirdparty.shaded.prefix}.io.opencensus</shadedPattern>
-                </relocation>
                 <relocation>
                   <pattern>com.google.gson</pattern>
                   
<shadedPattern>${ratis.thirdparty.shaded.prefix}.com.google.gson</shadedPattern>
diff --git a/pom.xml b/pom.xml
index fd1fd33..48c9679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,6 @@
     <!-- third party library versions -->
     <gson.version>2.13.2</gson.version>
     <guava.version>33.5.0-jre</guava.version>
-    <io.opencensus.version>0.21.0</io.opencensus.version>
 
     
<ratis.thirdparty.shaded.prefix>org.apache.ratis.thirdparty</ratis.thirdparty.shaded.prefix>
     
<ratis.thirdparty.shaded.native.prefix>org_apache_ratis_thirdparty_</ratis.thirdparty.shaded.native.prefix>
@@ -140,16 +139,6 @@
         <type>pom</type>
         <scope>import</scope>
       </dependency>
-      <dependency>
-        <groupId>io.opencensus</groupId>
-        <artifactId>opencensus-api</artifactId>
-        <version>${io.opencensus.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>io.opencensus</groupId>
-        <artifactId>opencensus-contrib-grpc-metrics</artifactId>
-        <version>${io.opencensus.version}</version>
-      </dependency>
 
       <dependency>
         <groupId>io.dropwizard.metrics</groupId>

Reply via email to