You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by xi...@apache.org on 2020/12/17 03:23:18 UTC

[shardingsphere] branch master updated: Add dependency for opentracing (#8659)

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

xiaoyu 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 073afde  Add dependency for opentracing (#8659)
073afde is described below

commit 073afde83b4e0370bd46d500f6fff96364b569ac
Author: Haoran Meng <me...@gmail.com>
AuthorDate: Thu Dec 17 11:22:45 2020 +0800

    Add dependency for opentracing (#8659)
---
 shardingsphere-observability/shardingsphere-tracing/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shardingsphere-observability/shardingsphere-tracing/pom.xml b/shardingsphere-observability/shardingsphere-tracing/pom.xml
index 68f6107..0fbc67a 100644
--- a/shardingsphere-observability/shardingsphere-tracing/pom.xml
+++ b/shardingsphere-observability/shardingsphere-tracing/pom.xml
@@ -30,5 +30,6 @@
     <name>${project.artifactId}</name>
     
     <modules>
+        <module>shardingsphere-tracing-opentracing</module>
     </modules>
 </project>