From 2fef20fe45a1fc901b51243bcc60682524447990 Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期五, 23 八月 2024 18:55:41 +0800 Subject: [PATCH] Merge branch '2.0.0-release' of http://nonxin.cn:8090/r/product/product-server/V2.0.0 --- product-server-device/pom.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/product-server-device/pom.xml b/product-server-device/pom.xml index 527d70f..45b5ad7 100644 --- a/product-server-device/pom.xml +++ b/product-server-device/pom.xml @@ -19,6 +19,10 @@ </dependency> <dependency> <groupId>com.lx</groupId> + <artifactId>product-server-org-admin</artifactId> + </dependency> + <dependency> + <groupId>com.lx</groupId> <artifactId>product-server-util</artifactId> </dependency> <dependency> @@ -33,8 +37,8 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-task</artifactId> - <version>2.1.0-release</version> </dependency> </dependencies> + </project> -- Gitblit v1.9.2