You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2021/06/25 02:32:37 UTC

[rocketmq] branch develop updated: [ISSUE #3068] remove jaeger tracing dependency in release package

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

vongosling pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6b519ef  [ISSUE #3068] remove jaeger tracing dependency in release package
6b519ef is described below

commit 6b519ef1df5852cc12981369cc8d57718f6dea3a
Author: yuz10 <84...@qq.com>
AuthorDate: Fri Jun 25 10:32:26 2021 +0800

    [ISSUE #3068] remove jaeger tracing dependency in release package
---
 distribution/release.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/distribution/release.xml b/distribution/release.xml
index 64cffc8..fd6e3db 100644
--- a/distribution/release.xml
+++ b/distribution/release.xml
@@ -74,6 +74,10 @@
                 <dependencySets>
                     <dependencySet>
                         <outputDirectory>lib/</outputDirectory>
+                        <excludes>
+                            <exclude>io.jaegertracing:jaeger-core</exclude>
+                            <exclude>io.jaegertracing:jaeger-client</exclude>
+                        </excludes>
                     </dependencySet>
                 </dependencySets>
             </binaries>