refactor: use jakarta

This commit is contained in:
zhouhao
2024-08-21 16:05:17 +08:00
parent 309d58bde5
commit f1a87c5f85

View File

@@ -61,8 +61,8 @@
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>