From 0ecd76e020b04bd09f76563971ac265219f5fc87 Mon Sep 17 00:00:00 2001
From: 6c <420680616@qq.com>
Date: 星期二, 03 二月 2026 15:08:10 +0800
Subject: [PATCH] 初始化
---
pom.xml | 45 +++++----------------------------------------
1 files changed, 5 insertions(+), 40 deletions(-)
diff --git a/pom.xml b/pom.xml
index 13a69f7..c911efb 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>
@@ -41,24 +41,10 @@
</profiles>
<dependencies>
- <dependency>
- <groupId>com.lx</groupId>
- <artifactId>product-server-tool-conduct</artifactId>
- </dependency>
- <!--琛ヤ竵妯″潡-->
- <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>
@@ -133,11 +119,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,28 +164,11 @@
<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>
- </dependency>
- <dependency>
- <groupId>com.lx</groupId>
- <artifactId>product-project-server-contract</artifactId>
</dependency>
<dependency>
<groupId>com.lx</groupId>
@@ -363,7 +327,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">
@@ -379,8 +344,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