You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2023/04/09 13:43:33 UTC

[shardingsphere] branch master updated: Remove useless OpenTracing dependencies (#25072)

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

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 68355aa33a6 Remove useless OpenTracing dependencies (#25072)
68355aa33a6 is described below

commit 68355aa33a6ee7daddee5ea097afa2a59031e36e
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Sun Apr 9 21:31:30 2023 +0800

    Remove useless OpenTracing dependencies (#25072)
---
 agent/README.md               |  2 +-
 agent/plugins/tracing/pom.xml | 26 --------------------------
 2 files changed, 1 insertion(+), 27 deletions(-)

diff --git a/agent/README.md b/agent/README.md
index 455358c3ff9..5e4a7836203 100644
--- a/agent/README.md
+++ b/agent/README.md
@@ -17,7 +17,7 @@ Supports for prometheus.
 ### Tracing
 
 The tracing plugin uses to obtain the link trace information of SQL parsing and SQL execution.
-Supports for Jaeger, OpenTelemetry, OpenTracing and Zipkin.
+Supports for OpenTelemetry.
 
 ## How To Build
 
diff --git a/agent/plugins/tracing/pom.xml b/agent/plugins/tracing/pom.xml
index f7a3f97b8d7..09a2aa1fea1 100644
--- a/agent/plugins/tracing/pom.xml
+++ b/agent/plugins/tracing/pom.xml
@@ -33,32 +33,6 @@
         <module>type</module>
     </modules>
     
-    <properties>
-        <opentracing.version>0.31.0</opentracing.version>
-    </properties>
-    
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>io.opentracing</groupId>
-                <artifactId>opentracing-api</artifactId>
-                <version>${opentracing.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>io.opentracing</groupId>
-                <artifactId>opentracing-util</artifactId>
-                <version>${opentracing.version}</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>io.opentracing</groupId>
-                <artifactId>opentracing-mock</artifactId>
-                <version>${opentracing.version}</version>
-                <scope>test</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-    
     <dependencies>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>