moved to servlet 5.0

This commit is contained in:
lucio 2024-03-01 11:06:55 +01:00
parent 913a204314
commit 7098168452
1 changed files with 2 additions and 4 deletions

View File

@ -67,10 +67,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<!-- Tests -->