From 2a55688400c13dd606805ace5bb95f247c31e10b Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期三, 20 九月 2023 15:13:18 +0800
Subject: [PATCH] 新增设备管理模块
---
pom.xml | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 18179f6..11a248c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,10 +40,20 @@
</profiles>
<dependencies>
+ <!--璁惧绠$悊-->
+ <dependency>
+ <groupId>com.lx</groupId>
+ <artifactId>product-server-device</artifactId>
+ </dependency>
<!--閫氱敤妯″潡锛坲til)-->
<dependency>
<groupId>com.lx</groupId>
<artifactId>product-server-common</artifactId>
+ </dependency>
+ <!-- 鎵嬫満绔�-->
+ <dependency>
+ <groupId>com.lx</groupId>
+ <artifactId>product-server-mobile-core</artifactId>
</dependency>
<!--鏁版嵁婧�-->
<dependency>
@@ -340,11 +350,11 @@
<include name="*.xml"/>
</fileset>
</copy>
- <copy todir="D:/product/workspace/product-server-install/resources/product-server/webapp/web">
- <fileset dir="D:/product/workspace3.0/WEB/V3.0.0/dist">
- <include name="*.*"/>
- </fileset>
- </copy>
+ <!-- <copy todir="D:/product/workspace/product-server-install/resources/product-server/webapp/web">-->
+ <!-- <fileset dir="D:/product/workspace3.0/WEB/V3.0.0/dist">-->
+ <!-- <include name="*.*"/>-->
+ <!-- </fileset>-->
+ <!-- </copy>-->
<copy file="${project.build.directory}/product-server-web-2.0.0-release.jar"
tofile="D:/product/workspace/product-server-install/resources/product-server/product-server-web-2.0.0-release.jar"
overwrite="true"/>
--
Gitblit v1.9.2