From f4d6776d1ae54148ac771a30dd5ed7bb2514e5b1 Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Sun, 12 Apr 2026 19:09:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=9C=80=E6=B1=82=E3=80=81?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E4=BB=A5=E5=8F=8A=E6=A8=A1=E5=9D=97=E7=B2=BE?= =?UTF-8?q?=E7=AE=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/common/pom.xml b/common/pom.xml index 1b28312..e81506f 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,6 +19,25 @@ + + + org.springframework.boot + spring-boot-starter-validation + + + + + com.jcraft + jsch + 0.1.55 + + + + + org.apache.commons + commons-pool2 + + cn.hutool hutool-all