From 451eada4d42593de866b6fe150129ec12079a452 Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期四, 17 十月 2024 11:46:24 +0800
Subject: [PATCH] command
---
pms-parent/pms-web-station/pom.xml | 22 +++++++---------------
1 files changed, 7 insertions(+), 15 deletions(-)
diff --git a/pms-parent/pms-web-station/pom.xml b/pms-parent/pms-web-station/pom.xml
index 3677720..e9c84ee 100644
--- a/pms-parent/pms-web-station/pom.xml
+++ b/pms-parent/pms-web-station/pom.xml
@@ -38,6 +38,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
+ <exclusions>
+ <!-- 寮曞叆log4j2鏃ュ織鏃堕渶鍘绘帀榛樿鐨刲ogback -->
+ <exclusion>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -54,15 +61,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
- </dependency>
- <!--log4j-bom鏄釜pom锛屾病鏈夊叿浣撶殑jar鍖�, springboot闇�瑕佸畠 -->
- <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-bom -->
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-bom</artifactId>
- <version>${log4j-bom}</version>
- <!-- 杩欎釜娌℃湁jar鍖咃紝鍙湁pom鏂囦欢锛屾墍浠ヨ鍔犱笂涓嬮潰璁剧疆 -->
- <type>pom</type>
</dependency>
<!-- lombok -->
<dependency>
@@ -210,12 +208,6 @@
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
- </dependency>
- <dependency>
- <groupId>com.dy</groupId>
- <artifactId>pms-web-product</artifactId>
- <version>1.0.0</version>
- <scope>compile</scope>
</dependency>
</dependencies>
--
Gitblit v1.8.0