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 2019/10/10 09:40:24 UTC

[skywalking] branch dep-miss created (now 4922bc6)

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

wusheng pushed a change to branch dep-miss
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 4922bc6  Fix again.

This branch includes the following new commits:

     new 4922bc6  Fix again.

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 again.

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4922bc68746173b037444bd77ad1845ef5486792
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Oct 10 17:40:12 2019 +0800

    Fix again.
---
 oap-server/server-query-plugin/pom.xml                      | 7 -------
 oap-server/server-query-plugin/query-graphql-plugin/pom.xml | 7 ++++++-
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/oap-server/server-query-plugin/pom.xml b/oap-server/server-query-plugin/pom.xml
index 6f5803f..1fe6290 100644
--- a/oap-server/server-query-plugin/pom.xml
+++ b/oap-server/server-query-plugin/pom.xml
@@ -30,11 +30,4 @@
     <modules>
         <module>query-graphql-plugin</module>
     </modules>
-
-    <dependencies>
-        <dependency>
-            <groupId>com.fasterxml.jackson.module</groupId>
-            <artifactId>jackson-module-afterburner</artifactId>
-        </dependency>
-    </dependencies>
 </project>
\ No newline at end of file
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 2acdcd0..51e35db 100644
--- a/oap-server/server-query-plugin/query-graphql-plugin/pom.xml
+++ b/oap-server/server-query-plugin/query-graphql-plugin/pom.xml
@@ -17,7 +17,8 @@
   ~
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>server-query-plugin</artifactId>
         <groupId>org.apache.skywalking</groupId>
@@ -45,5 +46,9 @@
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.module</groupId>
+            <artifactId>jackson-module-afterburner</artifactId>
+        </dependency>
     </dependencies>
 </project>
\ No newline at end of file