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/11 01:29:21 UTC

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

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

tanjian pushed a commit to branch JaredTan95-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 5e1f2a258e32ed09792b44a8486eefc3984ca790
Author: Jared Tan <ji...@daocloud.io>
AuthorDate: Sat Jan 11 09:29:09 2020 +0800

    remove duplicate maven dependency.
---
 oap-server/server-core/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/oap-server/server-core/pom.xml b/oap-server/server-core/pom.xml
index c6d7ae5..f79d7f1 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>
@@ -143,4 +138,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>