fix servlet api artifactId

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2021-01-29 12:43:14 +10:00
parent 62b10a01f0
commit 453f4e91e8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-servlet-api</artifactId>
<artifactId>jetty-jakarta-servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>