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:22 UTC

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

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>