Migrate from javax.servlet to jakarta.servlet.

This commit is contained in:
Michael Bayne
2026-01-02 16:32:00 -08:00
parent ba6e5cc676
commit 63becb0699
8 changed files with 17 additions and 17 deletions
+4 -4
View File
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId>
<version>1.10</version>
<version>1.11</version>
</dependency>
<dependency>
<groupId>com.samskivert</groupId>
@@ -58,9 +58,9 @@
<version>5.1.0</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>
<!-- https://mvnrepository.com/artifact/de.mkammerer/argon2-jvm -->