fix: 修复 Tomcat 部署错误,将 javax.servlet 依赖更新为 jakarta.servlet
This commit is contained in:
parent
f66549ee61
commit
03df696476
@ -116,7 +116,7 @@
|
||||
<version>${logback.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Servlet API -->
|
||||
<!-- Jakarta Servlet API -->
|
||||
<dependency>
|
||||
<groupId>jakarta.servlet</groupId>
|
||||
<artifactId>jakarta.servlet-api</artifactId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user