From cec1ded044e662e9de019eaaacc1ea3c76bda556 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 21 五月 2025 11:40:48 +0800 Subject: [PATCH] 项目开发人员在开发过程中修改了pom.xml配置文件,破坏了系统架构设计,造成pom凌乱,导致不好管理依赖,当下重新规范了pom.xml配置文件内容,使重新符合系统架构设计规范。 --- pms-parent/pms-test/pom.xml | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/pms-parent/pms-test/pom.xml b/pms-parent/pms-test/pom.xml index 46555f1..d938129 100644 --- a/pms-parent/pms-test/pom.xml +++ b/pms-parent/pms-test/pom.xml @@ -17,8 +17,6 @@ <name>pms-test</name> <description>鍚勭娴嬭瘯</description> - - <dependencies> <dependency> <groupId>com.dy</groupId> @@ -30,7 +28,7 @@ <artifactId>pms-global</artifactId> <version>1.0.0</version> </dependency> - <!-- apache mina --> + <!-- 妯″潡鐙緷璧栵紝 apache mina --> <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> @@ -94,9 +92,9 @@ --> <!-- ${project.build.directory}鏄痬aven鍙橀噺锛屽唴缃殑锛岃〃绀簍arget鐩綍,濡傛灉涓嶅啓锛屽皢鍦ㄦ牴鐩綍涓嬪垱寤�/lib --> <outputDirectory>${project.build.directory}/lib</outputDirectory> - <!-- excludeTransitive:鏄惁涓嶅寘鍚棿鎺ヤ緷璧栧寘锛屾瘮濡傛垜浠緷璧朅锛屼絾鏄疉鍙堜緷璧栦簡B锛屾垜浠槸鍚︿篃瑕佹妸B鎵撹繘鍘� 榛樿涓嶆墦--> + <!-- excludeTransitive:鏄惁涓嶅寘鍚棿鎺ヤ緷璧栧寘锛屾瘮濡備緷璧朅锛孉鍙堜緷璧栦簡B锛屾槸鍚︿篃瑕佹妸B鎵撹繘鍘� 榛樿涓嶆墦--> <excludeTransitive>false</excludeTransitive> - <!-- 澶嶅埗鐨刯ar鏂囦欢鍘绘帀鐗堟湰淇℃伅 --> + <!-- 澶嶅埗鐨刯ar鏂囦欢鍘绘帀鐗堟湰淇℃伅锛岄厤缃甪alse甯︿笂鐗堟湰淇℃伅 --> <stripVersion>false</stripVersion> <finalName>${project.artifactId}-${project.version}</finalName> <layout>ZIP</layout> -- Gitblit v1.8.0