From a12f14796fb5b02ad94f4eb349e99c1cbca980db Mon Sep 17 00:00:00 2001
From: 6c <420680616@qq.com>
Date: 星期五, 20 三月 2026 17:19:58 +0800
Subject: [PATCH] web注入mq
---
pom.xml | 43 ++++++++++---------------------------------
1 files changed, 10 insertions(+), 33 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5ab9fe5..b0f57e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>com.lx</groupId>
<artifactId>product-server</artifactId>
- <version>2.0.0-release</version>
+ <version>2.5.0-release</version>
</parent>
<artifactId>product-server-web</artifactId>
<packaging>jar</packaging>
@@ -43,22 +43,12 @@
<dependency>
<groupId>com.lx</groupId>
- <artifactId>product-server-tool-conduct</artifactId>
- </dependency>
- <!--琛ヤ竵妯″潡-->
- <dependency>
- <groupId>com.lx</groupId>
- <artifactId>product-server-patch</artifactId>
+ <artifactId>product-server-mq</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>
@@ -133,11 +123,6 @@
<groupId>com.lx</groupId>
<artifactId>product-server-data-export-import</artifactId>
</dependency>
- <!--寮�鍙戝伐鍏�-->
- <dependency>
- <groupId>com.lx</groupId>
- <artifactId>product-server-tool-dev</artifactId>
- </dependency>
<!--娴佺▼寤烘ā-->
<dependency>
<groupId>com.lx</groupId>
@@ -183,21 +168,8 @@
<groupId>com.lx</groupId>
<artifactId>product-server-data-center</artifactId>
</dependency>
- <dependency>
- <groupId>com.lx</groupId>
- <artifactId>product-server-system-backup</artifactId>
- </dependency>
<!--椤圭洰绠$悊妯″潡-->
- <dependency>
- <groupId>com.lx</groupId>
- <artifactId>product-project-server-base</artifactId>
- </dependency>
- <dependency>
- <groupId>com.lx</groupId>
- <artifactId>product-project-server-contract</artifactId>
- </dependency>
-
<dependency>
<groupId>com.lx</groupId>
<artifactId>product-server-customer</artifactId>
@@ -205,6 +177,10 @@
<dependency>
<groupId>com.lx</groupId>
<artifactId>product-server-task</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.lx</groupId>
+ <artifactId>product-server-integration</artifactId>
</dependency>
<dependency>
<groupId>org.spring</groupId>
@@ -355,7 +331,8 @@
<fileset dir="${project.build.directory}/lib">
<include name="*.jar"/>
<exclude name="product-server-core-1.0.0-SNAPSHOT.jar"/>
- <exclude name="product-server-core-2.0.0-SNAPSHOT.jar"/>
+ <exclude name="product-server-core-2.1.3-SNAPSHOT.jar"/>
+ <exclude name="product-server-core-3.0.0-release.jar"/>
</fileset>
</copy>
<copy todir="D:/product/workspace/product-server-install/resources/product-server/resources">
@@ -371,8 +348,8 @@
<!-- <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"
+ <copy file="${project.build.directory}/product-server-web-2.5.0-release.jar"
+ tofile="D:/product/workspace/product-server-install/resources/product-server/product-server-web-2.5.0-release.jar"
overwrite="true"/>
</tasks>
--
Gitblit v1.9.2