|
|
|
@ -1335,6 +1335,11 @@
|
|
|
|
|
<artifactId>jetty-annotations</artifactId>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-client</artifactId>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
<artifactId>jetty-continuation</artifactId>
|
|
|
|
@ -1421,6 +1426,11 @@
|
|
|
|
|
<artifactId>javax-websocket-server-impl</artifactId>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
|
<artifactId>websocket-client</artifactId>
|
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
|
<artifactId>websocket-server</artifactId>
|
|
|
|
|