From 8f331507881b9f2cb515484bf36fd01e5bca66db Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期二, 13 五月 2025 16:38:14 +0800 Subject: [PATCH] Merge branch 'dev' of http://nonxin.cn:8090/r/product/product-server-patch/V2.0.0 into dev --- 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