[AMQ-8561] Add missing jetty-webapp dependency in activemq-web

(cherry picked from commit 2959d800fe)
This commit is contained in:
Jean-Baptiste Onofré 2022-03-31 21:54:59 +02:00 committed by JB Onofre
parent aa10747e94
commit 13232679cf
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,10 @@
<artifactId>jetty-server</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-server</artifactId>