From 95d3e31590393c6cc048509a292169abaaf7a644 Mon Sep 17 00:00:00 2001 From: Daniel Kec Date: Wed, 25 Oct 2023 16:51:56 +0200 Subject: [PATCH] #7881 SSE doc maven coordinates fix --- docs/se/sse/sse.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/se/sse/sse.adoc b/docs/se/sse/sse.adoc index 14e5dddb832..635af65b9d3 100644 --- a/docs/se/sse/sse.adoc +++ b/docs/se/sse/sse.adoc @@ -66,8 +66,8 @@ dependency is required to find and load the SSE service in the WebServer. [source,xml,subs="attributes+"] ---- - io.helidon.sse - helidon-sse-webserver + io.helidon.webserver + helidon-webserver-sse ---- @@ -156,8 +156,8 @@ dependency is required to find and load the service in the WebClient. [source,xml,subs="attributes+"] ---- - io.helidon.sse - helidon-sse-webclient + io.helidon.webclient + helidon-webclient-sse ----