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 03:22:41 UTC

[skywalking] 01/01: This dependency should be added.

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 23fc004a10b50e06006b3a01f0c66cdd6a01659d
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Oct 10 11:22:29 2019 +0800

    This dependency should be added.
---
 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