You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2020/01/10 03:31:00 UTC

[skywalking] 01/01: fix duplicate maven dependency.

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

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

commit e8057bcf45f3df66003d4da7ec7136e5504f5305
Author: JaredTan95 <ji...@daocloud.io>
AuthorDate: Fri Jan 10 11:30:33 2020 +0800

    fix duplicate maven dependency.
---
 oap-server/server-core/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/oap-server/server-core/pom.xml b/oap-server/server-core/pom.xml
index c6d7ae5..953967c 100644
--- a/oap-server/server-core/pom.xml
+++ b/oap-server/server-core/pom.xml
@@ -86,11 +86,6 @@
             <artifactId>grpc-testing</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>io.grpc</groupId>
-            <artifactId>grpc-testing</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>