From d0c4586e2f8dc8f9b98106a0e3b74d906512f482 Mon Sep 17 00:00:00 2001 From: nies Date: Fri, 27 May 2022 15:07:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7jackson=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 69a5208..d9653ba 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,9 @@ 2.17.1 1.0.0.1 1.0.0.1 + 2.13.2.2 + 2.13.2 + 2.13.2 @@ -358,6 +361,28 @@ elasticsearch 7.5.1 + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.databind.version} + compile + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.annotation.version} + compile + + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.core.version} + compile +