You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/09/30 02:03:21 UTC

[skywalking] branch bugfix/zipkin-receiver created (now 82df3c2)

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

kezhenxu94 pushed a change to branch bugfix/zipkin-receiver
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 82df3c2  Fix zipkin receiver is not packaged into dist

This branch includes the following new commits:

     new 82df3c2  Fix zipkin receiver is not packaged into dist

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking] 01/01: Fix zipkin receiver is not packaged into dist

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch bugfix/zipkin-receiver
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 82df3c2339023ca7716cf8b11860c125d68fd377
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Sep 30 10:02:58 2021 +0800

    Fix zipkin receiver is not packaged into dist
---
 oap-server/server-starter/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/oap-server/server-starter/pom.xml b/oap-server/server-starter/pom.xml
index 5575d18..00300a8 100644
--- a/oap-server/server-starter/pom.xml
+++ b/oap-server/server-starter/pom.xml
@@ -98,6 +98,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.skywalking</groupId>
+            <artifactId>zipkin-receiver-plugin</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.skywalking</groupId>
             <artifactId>envoy-metrics-receiver-plugin</artifactId>
             <version>${project.version}</version>
         </dependency>