From 0f17de2da3b49a27a89ec7c897f52a9386312585 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期六, 22 二月 2025 11:04:56 +0800 Subject: [PATCH] Merge branch 'dev' into dev_dz --- pom.xml | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 49bce83..94e9b64 100644 --- a/pom.xml +++ b/pom.xml @@ -257,6 +257,20 @@ <version>${ruoyi.version}</version> </dependency> + <!--cnas浣撶郴绠$悊瑕佹眰--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>cnas-manage</artifactId> + <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> @@ -368,6 +382,8 @@ <module>inspect-server</module> <module>performance-server</module> <module>cnas-require</module> + <module>cnas-manage</module> + <module>cnas-device</module> </modules> <packaging>pom</packaging> -- Gitblit v1.9.3