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:30:59 UTC

[skywalking] branch mvn_duplicate created (now e8057bc)

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

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


      at e8057bc  fix duplicate maven dependency.

This branch includes the following new commits:

     new e8057bc  fix duplicate maven dependency.

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 duplicate maven dependency.

Posted by ta...@apache.org.
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>