From ece081f1f221d7e8063b655a9722d425b329dcb0 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期二, 24 十二月 2024 19:50:04 +0800 Subject: [PATCH] 维保人员资质 --- pom.xml | 46 ++++++++++++++++++++++++++++++---------------- 1 files changed, 30 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 18179f6..0a0d955 100644 --- a/pom.xml +++ b/pom.xml @@ -40,10 +40,31 @@ </profiles> <dependencies> + + <!--琛ヤ竵妯″潡--> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-patch</artifactId> + </dependency> + <!--浜轰簨绠$悊--> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-hr</artifactId> + </dependency> + <!--璁惧绠$悊--> + <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> @@ -80,6 +101,10 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-mq</artifactId> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-hr</artifactId> </dependency> <!--闄勪欢绠$悊銆佹枃妗g鐞�--> <dependency> @@ -156,16 +181,6 @@ </dependency> <!--椤圭洰绠$悊妯″潡--> - <!-- <dependency>--> - <!-- <groupId>com.lx</groupId>--> - <!-- <artifactId>product-project-server-base</artifactId>--> - <!-- <version>1.0.0-SNAPSHOT</version>--> - <!-- </dependency>--> - <!-- <dependency>--> - <!-- <groupId>com.lx</groupId>--> - <!-- <artifactId>product-project-server-contract</artifactId>--> - <!-- <version>1.0.0-SNAPSHOT</version>--> - <!-- </dependency>--> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-customer</artifactId> @@ -178,7 +193,6 @@ <groupId>org.spring</groupId> <artifactId>spring-server-master</artifactId> </dependency> - <dependency> <groupId>com.sendgrid</groupId> <artifactId>sendgrid-java</artifactId> @@ -340,11 +354,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