Correct coordinates for Reactor Netty in STOMP chapter

Issue: SPR-16802
This commit is contained in:
Rossen Stoyanchev
2018-05-10 16:47:17 -04:00
parent 98335b41f7
commit 9179a4fa30

View File

@@ -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.ipc:reactor-netty` and `io.netty:netty-all`
dependencies to your project for TCP connection management.
====