From afd8841eb86e23c362d9cfb06e63ce738120d3f6 Mon Sep 17 00:00:00 2001 From: shichongfu <shi_chongfu@163.com> Date: 星期三, 07 六月 2023 15:21:30 +0800 Subject: [PATCH] ptf文档转换初始放到启动 --- 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