From ca54e2684d8929d5e5521f6a48fcc774b74d53dd Mon Sep 17 00:00:00 2001 From: kira Date: Mon, 25 Mar 2024 11:34:49 +0800 Subject: [PATCH] =?UTF-8?q?yinruoxi=20feature=EF=BC=9A=20=20=20=20=201.?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9Afile=E6=9C=8D=E5=8A=A1=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xueyi-common/xueyi-common-core/pom.xml | 11 +++++++++++ xueyi-modules/xueyi-file/pom.xml | 22 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/xueyi-common/xueyi-common-core/pom.xml b/xueyi-common/xueyi-common-core/pom.xml index 030dae73..70f5b746 100644 --- a/xueyi-common/xueyi-common-core/pom.xml +++ b/xueyi-common/xueyi-common-core/pom.xml @@ -41,6 +41,12 @@ spring-web + + + org.springframework.boot + spring-boot-starter-test + + org.mapstruct @@ -70,6 +76,11 @@ org.springframework.boot spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-test + diff --git a/xueyi-modules/xueyi-file/pom.xml b/xueyi-modules/xueyi-file/pom.xml index f00f8959..4b3471a6 100644 --- a/xueyi-modules/xueyi-file/pom.xml +++ b/xueyi-modules/xueyi-file/pom.xml @@ -54,6 +54,16 @@ ${minio.version} + + com.konghq + unirest-java + 3.7.04 + + + + org.springframework.boot + spring-boot-starter-test + com.xueyi @@ -72,6 +82,18 @@ xueyi-common-security + + + com.xueyi + xueyi-common-log + + + + + com.xueyi + xueyi-common-web + + org.apache.pdfbox pdfbox