Correct groupId of websocket-servlet in jetty-bom (#1860)
Signed-off-by: Andy Wilkinson <awilkinson@pivotal.io>
This commit is contained in:
parent
be04d47a9d
commit
0dfdd43cc2
|
@ -403,7 +403,7 @@
|
|||
<version>9.4.8-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>websocket-servlet</artifactId>
|
||||
<version>9.4.8-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue