From 713995f9c60c251c0b0ec127d2c3a8276ba2286e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Thu, 10 Oct 2019 19:11:26 +0800 Subject: [PATCH] Adjust dependency (#3592) * This dependency should be added. * Fix again. --- oap-server/server-query-plugin/pom.xml | 7 ------- .../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 6f5803f15..1fe6290b3 100644 --- a/oap-server/server-query-plugin/pom.xml +++ b/oap-server/server-query-plugin/pom.xml @@ -30,11 +30,4 @@ query-graphql-plugin - - - - com.fasterxml.jackson.module - jackson-module-afterburner - - \ 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 2acdcd08c..51e35db83 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 @@ ~ --> - + server-query-plugin org.apache.skywalking @@ -45,5 +46,9 @@ com.google.code.gson gson + + com.fasterxml.jackson.module + jackson-module-afterburner + \ No newline at end of file