From 213cc37cbf0b2515a4de56cc1e01813211bad183 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期四, 25 五月 2023 15:53:57 +0800 Subject: [PATCH] 组织机构多选类型解析 --- pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index c6f2982..8659d79 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,8 @@ <module>product-server-admin</module> <module>product-server-org-admin</module> <module>home-server-admin</module> + <module>product-server-core</module> + <module>product-server-administrator</module> </modules> <properties> <skipTests>true</skipTests> @@ -230,6 +232,11 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-admin</artifactId> + <version>${product-module-version}</version> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-face</artifactId> <version>${product-module-version}</version> </dependency> <dependency> @@ -761,5 +768,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