fix groupdId for websocket-servlet and comment jetty-monitor as it is not part of the build anymore

Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
olivier lamy 2017-09-18 17:12:47 +10:00
parent f0df30cc94
commit ff11a3edd4
1 changed files with 4 additions and 1 deletions

View File

@ -262,11 +262,14 @@
<artifactId>jetty-memcached-sessions</artifactId>
<version>9.4.7-SNAPSHOT</version>
</dependency>
<!--
not anymore part of the build?
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-monitor</artifactId>
<version>9.4.7-SNAPSHOT</version>
</dependency>
-->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-nosql</artifactId>
@ -388,7 +391,7 @@
<version>9.4.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-servlet</artifactId>
<version>9.4.7-SNAPSHOT</version>
</dependency>