Fixes #1138 - Adding jetty-client dependency to websocket.mod

This commit is contained in:
Joakim Erdfelt 2016-12-16 09:27:56 -07:00
parent 44596a7714
commit 1441a1495b

View File

@ -2,6 +2,8 @@
Enable websockets for deployed web applications
[depend]
# websocket client needs jetty-client
client
# javax.websocket needs annotations
annotations