From 140c3b53f8ada8509c3ed271297cfef617640469 Mon Sep 17 00:00:00 2001 From: shichongfu <shi_chongfu@163.com> Date: 星期日, 08 十月 2023 15:44:23 +0800 Subject: [PATCH] Merge branch 'master' of http://nonxin.cn:8090/r/product/product-server/V2.0.0 --- pom.xml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 8acfe99..9047306 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ <module>product-server-mobile-core</module> <module>product-server-device</module> <module>product-server-web</module> + <module>product-server-device</module> </modules> <properties> <skipTests>true</skipTests> @@ -126,7 +127,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> @@ -286,6 +291,11 @@ <version>1.10.5</version> </dependency> <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