From ff8b6a65b5bc1bfea839c36a875df98b998f15f5 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期三, 20 九月 2023 15:13:36 +0800 Subject: [PATCH] 新增设备管理模块 --- pom.xml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 3940c9e..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> @@ -268,6 +273,11 @@ <!--绗笁鏂逛緷璧栵細start--> <dependency> + <groupId>com.deepoove</groupId> + <artifactId>poi-tl</artifactId> + <version>1.10.5</version> + </dependency> + <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.8.11</version> -- Gitblit v1.9.2