From b0fdb433252a60f82284d862dce0ac224ab556bb Mon Sep 17 00:00:00 2001 From: yangmaofu Date: Mon, 20 Apr 2026 22:34:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E4=B8=8B=E8=BD=BDzip?= =?UTF-8?q?=E5=8E=8B=E7=BC=A9=E5=8C=85=E6=89=80=E9=9C=80=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab-service/lab-lims/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lab-service/lab-lims/pom.xml b/lab-service/lab-lims/pom.xml index 69cc6af..fd4e30f 100644 --- a/lab-service/lab-lims/pom.xml +++ b/lab-service/lab-lims/pom.xml @@ -41,6 +41,29 @@ 4.3.0 + + org.springframework.boot + spring-boot-starter-web + + + + org.apache.poi + poi-ooxml + 4.1.2 + + + + org.apache.commons + commons-compress + 1.21 + + + + org.projectlombok + lombok + true + + com.github.binarywang qrcode-utils