Switch from javax.servlet to jakarta.servlet.

This commit is contained in:
Michael Bayne
2026-02-11 18:56:39 -08:00
parent 50f0eb6f94
commit 1582ff77f0
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -49,9 +49,9 @@
<version>33.4.0-jre</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>