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 | 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