Skip to content

Commit

Permalink
helidon-io#7881 SSE doc maven coordinates fix (helidon-io#7891)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkec committed Oct 26, 2023
1 parent ccc8d68 commit 77936c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/se/sse/sse.adoc
Expand Up @@ -66,8 +66,8 @@ dependency is required to find and load the SSE service in the WebServer.
[source,xml,subs="attributes+"]
----
<dependency>
<groupId>io.helidon.sse</groupId>
<artifactId>helidon-sse-webserver</artifactId>
<groupId>io.helidon.webserver</groupId>
<artifactId>helidon-webserver-sse</artifactId>
</dependency>
----
Expand Down Expand Up @@ -156,8 +156,8 @@ dependency is required to find and load the service in the WebClient.
[source,xml,subs="attributes+"]
----
<dependency>
<groupId>io.helidon.sse</groupId>
<artifactId>helidon-sse-webclient</artifactId>
<groupId>io.helidon.webclient</groupId>
<artifactId>helidon-webclient-sse</artifactId>
</dependency>
----
Expand Down

0 comments on commit 77936c6

Please sign in to comment.