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 05:39:13 UTC

[skywalking] branch master updated: This dependency should be added. (#3586)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6c1a8f7  This dependency should be added. (#3586)
6c1a8f7 is described below

commit 6c1a8f74b053465ad4586074cfdd4abee92bccd9
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Oct 10 13:39:04 2019 +0800

    This dependency should be added. (#3586)
---
 oap-server/server-query-plugin/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/oap-server/server-query-plugin/pom.xml b/oap-server/server-query-plugin/pom.xml
index 05e36a3..6f5803f 100644
--- a/oap-server/server-query-plugin/pom.xml
+++ b/oap-server/server-query-plugin/pom.xml
@@ -31,4 +31,10 @@
         <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