From 61c7c3c839e6635a94873ae6a7afc56d77ce58ea Mon Sep 17 00:00:00 2001 From: sim-wangyan <8966188@qq.com> Date: Fri, 21 Oct 2022 15:36:47 +0800 Subject: [PATCH] Add builder API: InRequired (#55) --- pom.xml | 7 +++++++ sqli-builder/pom.xml | 9 --------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index ff8e1d8c..0b990460 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,13 @@ provided + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + 2.13.4 + provided + + org.slf4j slf4j-api diff --git a/sqli-builder/pom.xml b/sqli-builder/pom.xml index 559af1a1..bb424fd7 100644 --- a/sqli-builder/pom.xml +++ b/sqli-builder/pom.xml @@ -10,14 +10,5 @@ 4.0.0 sqli-builder - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - ${jackson.version} - compile - - - \ No newline at end of file