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