mirror of https://github.com/apache/activemq.git
[AMQ-8561] Add missing jetty-webapp dependency in activemq-web
This commit is contained in:
parent
ebdb9eac82
commit
2959d800fe
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue