Add first cut of SockJS server support

This commit is contained in:
Rossen Stoyanchev
2013-04-01 15:39:04 -04:00
parent 30ab5953f9
commit 88447e503b
57 changed files with 3220 additions and 50 deletions

View File

@@ -526,6 +526,9 @@ project("spring-websocket") {
optional("org.eclipse.jetty:jetty-websocket:8.1.10.v20130312")
optional("org.glassfish.tyrus:tyrus-websocket-core:1.0-SNAPSHOT")
optional("com.fasterxml.jackson.core:jackson-databind:2.0.1")
}
repositories {