You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/04/04 22:14:48 UTC

[skywalking] branch master updated: Delete duplicated dependency (#10640)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 8604ac36ce Delete duplicated dependency (#10640)
8604ac36ce is described below

commit 8604ac36ce3690ef431e2d6a4d699a3ac062036d
Author: innerpeacez <in...@gmail.com>
AuthorDate: Wed Apr 5 06:14:33 2023 +0800

    Delete duplicated dependency (#10640)
---
 .../skywalking-management-receiver-plugin/pom.xml                    | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/oap-server/server-receiver-plugin/skywalking-management-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-management-receiver-plugin/pom.xml
index 0becb6e83d..914fea6da0 100644
--- a/oap-server/server-receiver-plugin/skywalking-management-receiver-plugin/pom.xml
+++ b/oap-server/server-receiver-plugin/skywalking-management-receiver-plugin/pom.xml
@@ -29,11 +29,6 @@
     <packaging>jar</packaging>
 
     <dependencies>
-        <dependency>
-            <groupId>org.apache.skywalking</groupId>
-            <artifactId>apm-network</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.skywalking</groupId>
             <artifactId>skywalking-sharing-server-plugin</artifactId>