javax.servlet-api to jakarta.servlet

This commit is contained in:
thinkgem
2023-06-23 18:31:16 +08:00
parent 023743bbe9
commit bc0a9f7f80

View File

@@ -21,8 +21,8 @@
<!-- Servlet Api -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>