add used dependency
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
0d485fbe28
commit
0a197e38cd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue