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-web-file/pom.xml |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/pms-parent/pms-web-file/pom.xml b/pms-parent/pms-web-file/pom.xml
index cf0413f..d228e50 100644
--- a/pms-parent/pms-web-file/pom.xml
+++ b/pms-parent/pms-web-file/pom.xml
@@ -30,11 +30,6 @@
             <version>1.0.0</version>
         </dependency>
 
-        <dependency>
-            <groupId>net.coobird</groupId>
-            <artifactId>thumbnailator</artifactId>
-            <version>${thumbnailator.version}</version>
-        </dependency>
     </dependencies>
 
     <build>
@@ -93,9 +88,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