多余pom移除

This commit is contained in:
2025-02-12 10:57:36 +08:00
parent 293323ff6a
commit adbe0035e2
4 changed files with 11 additions and 29 deletions

View File

@@ -43,6 +43,16 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>org.apache.tomcat.embed</artifactId>
<groupId>tomcat-embed-core</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>