Correct groupId of websocket-servlet in jetty-bom (#1860)

Signed-off-by: Andy Wilkinson <awilkinson@pivotal.io>
This commit is contained in:
Andy Wilkinson 2017-10-20 12:00:51 +01:00 committed by Greg Wilkins
parent be04d47a9d
commit 0dfdd43cc2
1 changed files with 1 additions and 1 deletions

View File

@ -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>