You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/09/03 08:34:04 UTC

[incubator-skywalking] branch 6.0 updated: Remove old dependency.

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

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


The following commit(s) were added to refs/heads/6.0 by this push:
     new de41730  Remove old dependency.
de41730 is described below

commit de4173062167f34411987b2b61245ff876e7ff57
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Sep 3 16:33:57 2018 +0800

    Remove old dependency.
---
 oap-server/server-query-plugin/query-graphql-plugin/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/oap-server/server-query-plugin/query-graphql-plugin/pom.xml b/oap-server/server-query-plugin/query-graphql-plugin/pom.xml
index 731d591..e550381 100644
--- a/oap-server/server-query-plugin/query-graphql-plugin/pom.xml
+++ b/oap-server/server-query-plugin/query-graphql-plugin/pom.xml
@@ -36,11 +36,6 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.skywalking</groupId>
-            <artifactId>apm-ui-protocol</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
             <groupId>com.graphql-java</groupId>
             <artifactId>graphql-java</artifactId>
         </dependency>