From 1c782e2479c877ed8c2c1353bc8f9a08fc7b3b37 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期二, 24 十二月 2024 19:50:01 +0800 Subject: [PATCH] 维保人员资质 --- pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index e02bb1f..0650014 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,15 @@ </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