From 6e438ce6637fb10327ebd151a5bab136bacb96b6 Mon Sep 17 00:00:00 2001 From: 2369059705@qq.com <2369059705@qq.com> Date: 星期五, 26 五月 2023 18:12:15 +0800 Subject: [PATCH] 删除两个admin模块代码 --- pom.xml | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 23aed48..cf92e1a 100644 --- a/pom.xml +++ b/pom.xml @@ -15,8 +15,6 @@ <description>product-server</description> <modules> <module>product-server-web</module> - <module>product-server-admin</module> - <module>product-server-org-admin</module> <module>home-server-admin</module> </modules> <properties> @@ -766,5 +764,10 @@ <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> </dependency> + <dependency> + <groupId>org.fusesource</groupId> + <artifactId>sigar</artifactId> + <version>1.6.4</version> + </dependency> </dependencies> </project> -- Gitblit v1.9.2