You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2022/12/30 02:38:01 UTC

[shardingsphere] branch master updated: Revise dependency of agent tracing (#23177)

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

sunnianjun 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 731b174a283 Revise dependency of agent tracing (#23177)
731b174a283 is described below

commit 731b174a28364b0ec70755800459edb332b68209
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Fri Dec 30 10:37:54 2022 +0800

    Revise dependency of agent tracing (#23177)
---
 agent/plugins/tracing/pom.xml | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/agent/plugins/tracing/pom.xml b/agent/plugins/tracing/pom.xml
index b2ca57b003b..96d9088ede3 100644
--- a/agent/plugins/tracing/pom.xml
+++ b/agent/plugins/tracing/pom.xml
@@ -41,13 +41,6 @@
     
     <dependencyManagement>
         <dependencies>
-            <dependency>
-                <groupId>org.apache.shardingsphere</groupId>
-                <artifactId>shardingsphere-agent-plugin-core</artifactId>
-                <version>${project.version}</version>
-                <scope>provided</scope>
-            </dependency>
-            
             <dependency>
                 <groupId>io.opentracing</groupId>
                 <artifactId>opentracing-api</artifactId>
@@ -68,6 +61,15 @@
         </dependencies>
     </dependencyManagement>
     
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.shardingsphere</groupId>
+            <artifactId>shardingsphere-agent-plugin-core</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+    
     <build>
         <plugins>
             <plugin>