From 82a8e42ff937a0064d20f378debafe80a5b4c4d5 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 10 May 2018 16:44:27 -0400 Subject: [PATCH] Correct coordinates for Reactor Netty in STOMP chapter Issue: SPR-16802 --- src/docs/asciidoc/web/websocket.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/websocket.adoc b/src/docs/asciidoc/web/websocket.adoc index c6aae0ce4e9..2a276392fb7 100644 --- a/src/docs/asciidoc/web/websocket.adoc +++ b/src/docs/asciidoc/web/websocket.adoc @@ -1470,7 +1470,7 @@ it acts as a "relay" that forwards messages in both directions. [NOTE] ==== -Please add `org.projectreactor:reactor-net` and `io.netty:netty-all` +Please add `io.projectreactor.netty:reactor-netty` and `io.netty:netty-all` dependencies to your project for TCP connection management. ====