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/pom.xml | 39 ++++++++++++++++++++++++++++++++++----- 1 files changed, 34 insertions(+), 5 deletions(-) diff --git a/pms-parent/pom.xml b/pms-parent/pom.xml index 9cc7dbb..a3eca76 100644 --- a/pms-parent/pom.xml +++ b/pms-parent/pom.xml @@ -49,6 +49,8 @@ <cglib.version>3.3.0</cglib.version> <fastjson2.version>2.0.48</fastjson2.version> <easyexcel.version>3.3.4</easyexcel.version> + <dingtalk.version>2.0.0</dingtalk.version> + <commons-codec.version>1.15</commons-codec.version> <mapstruct.version>1.5.5.Final</mapstruct.version> <dubbo.version>3.2.11</dubbo.version> <hutool-all.version>5.8.22</hutool-all.version> @@ -88,6 +90,13 @@ <version>${spring.boot.version}</version> <type>pom</type> <scope>import</scope> + <exclusions> + <!-- 寮曞叆log4j2鏃ュ織鏃堕渶鍘绘帀榛樿鐨刲ogback --> + <exclusion> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-logging</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -194,6 +203,8 @@ <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>${mybatis-plus-boot-starter.version}</version> + <type>pom</type> + <scope>import</scope> <exclusions> <exclusion> <artifactId>mybatis-spring</artifactId> @@ -242,7 +253,21 @@ <dependency> <groupId>com.aliyun</groupId> <artifactId>alibaba-dingtalk-service-sdk</artifactId> - <version>2.0.0</version> + <version>${dingtalk.version}</version> + <type>pom</type> + <scope>import</scope> + <exclusions> + <!-- spring-jcl鎻愪緵浜唋ogging锛屾墍浠ユ墦鍖呮椂鍘婚櫎瀵筧pache鐨刢ommons-logging鐨勪緷璧� --> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>${commons-codec.version}</version> <type>pom</type> <scope>import</scope> </dependency> @@ -270,10 +295,6 @@ <type>pom</type> <scope>import</scope> <exclusions> - <exclusion> - <groupId>io.netty</groupId> - <artifactId>netty-all</artifactId> - </exclusion> <exclusion> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> @@ -335,6 +356,14 @@ <scope>import</scope> </dependency> + <!-- 鐢熸垚鍥剧墖缂╃暐鍥� --> + <dependency> + <groupId>net.coobird</groupId> + <artifactId>thumbnailator</artifactId> + <version>${thumbnailator.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> <!-- 鑾峰緱绯荤粺淇℃伅 --> <dependency> -- Gitblit v1.8.0