fix servlet api artifactId
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
62b10a01f0
commit
453f4e91e8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue