From fa9dc59350a918705c4781c778fd37cdda3630e1 Mon Sep 17 00:00:00 2001 From: niushuai233 Date: Wed, 20 Dec 2023 14:10:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:+1:=20=E6=9B=B4=E6=96=B0pom=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=96=B0=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 88ce694..a55b765 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ - 4.0.0 @@ -15,11 +15,44 @@ + + + org.projectlombok + lombok + 1.18.30 + + + + org.junit.jupiter + junit-jupiter-api + 5.10.1 + test + + + + org.slf4j + slf4j-api + 2.0.9 + + + + ch.qos.logback + logback-core + 1.4.14 + + + ch.qos.logback + logback-classic + 1.4.14 + test + + cn.hutool hutool-all 5.8.23 +