add used dependency

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2023-02-03 18:54:37 +10:00
parent 0d485fbe28
commit 0a197e38cd
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-session</artifactId>