From 1c782e2479c877ed8c2c1353bc8f9a08fc7b3b37 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期二, 24 十二月 2024 19:50:01 +0800 Subject: [PATCH] 维保人员资质 --- pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 076aac3..0650014 100644 --- a/pom.xml +++ b/pom.xml @@ -28,5 +28,17 @@ <groupId>com.lx</groupId> <artifactId>product-server-util</artifactId> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-file</artifactId> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-table</artifactId> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-admin</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.2