File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1326
1326
<artifactId >jetty-annotations</artifactId >
1327
1327
<version >${jetty.version} </version >
1328
1328
</dependency >
1329
+ <dependency >
1330
+ <groupId >org.eclipse.jetty</groupId >
1331
+ <artifactId >jetty-client</artifactId >
1332
+ <version >${jetty.version} </version >
1333
+ </dependency >
1329
1334
<dependency >
1330
1335
<groupId >org.eclipse.jetty</groupId >
1331
1336
<artifactId >jetty-continuation</artifactId >
1412
1417
<artifactId >javax-websocket-server-impl</artifactId >
1413
1418
<version >${jetty.version} </version >
1414
1419
</dependency >
1420
+ <dependency >
1421
+ <groupId >org.eclipse.jetty.websocket</groupId >
1422
+ <artifactId >websocket-client</artifactId >
1423
+ <version >${jetty.version} </version >
1424
+ </dependency >
1415
1425
<dependency >
1416
1426
<groupId >org.eclipse.jetty.websocket</groupId >
1417
1427
<artifactId >websocket-server</artifactId >
You can’t perform that action at this time.
0 commit comments