From ff8b6a65b5bc1bfea839c36a875df98b998f15f5 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期三, 20 九月 2023 15:13:36 +0800 Subject: [PATCH] 新增设备管理模块 --- pom.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 1c2330a..b476bf8 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ <module>product-server-tool-table</module> <module>product-server-util</module> <module>product-server-web</module> + <module>product-server-device</module> </modules> <properties> <skipTests>true</skipTests> @@ -123,7 +124,11 @@ <artifactId>product-server-core</artifactId> <version>2.0.1</version> </dependency> - + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-device</artifactId> + <version>${product-module-version}</version> + </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-util</artifactId> -- Gitblit v1.9.2