From 1bea882533f08dc2fc8597c830e4e7a20eb8fc48 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期六, 22 二月 2025 14:10:57 +0800 Subject: [PATCH] 资源要求-8修改 --- pom.xml | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 344fdf9..cc85619 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <fastjson.version>2.0.23</fastjson.version> <oshi.version>6.6.5</oshi.version> <commons.io.version>2.13.0</commons.io.version> - <poi.version>4.1.2</poi.version> + <poi.version>5.2.2</poi.version> <velocity.version>2.3</velocity.version> <jwt.version>0.9.1</jwt.version> <!-- override dependency version --> @@ -264,6 +264,13 @@ <version>${ruoyi.version}</version> </dependency> + <!--cnas璁惧绠$悊--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>cnas-device</artifactId> + <version>${ruoyi.version}</version> + </dependency> + <!-- minio --> <dependency> <groupId>io.minio</groupId> @@ -376,6 +383,7 @@ <module>performance-server</module> <module>cnas-require</module> <module>cnas-manage</module> + <module>cnas-device</module> </modules> <packaging>pom</packaging> -- Gitblit v1.9.3