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:40 UTC

[skywalking] branch dep-miss created (now 23fc004)

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

This branch includes the following new commits:

     new 23fc004  This dependency should be added.

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

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