From 01863b53445bfef048a6acfcfd54ee1d457a6ca9 Mon Sep 17 00:00:00 2001 From: weihongyang <1075331873@qq.com> Date: Thu, 23 Jun 2022 11:54:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9Ejackson-datatype-jsr3?= =?UTF-8?q?10=E7=9A=84maven?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 5cb407c..170fc5d 100644 --- a/pom.xml +++ b/pom.xml @@ -197,6 +197,10 @@ lombok ${lombok.version} + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 +