Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.x: SE SSE Doc has wrong maven coordinates #7881

Closed
danielkec opened this issue Oct 24, 2023 · 0 comments · Fixed by #7891
Closed

4.x: SE SSE Doc has wrong maven coordinates #7881

danielkec opened this issue Oct 24, 2023 · 0 comments · Fixed by #7891
Assignees
Labels
4.x Version 4.x docs
Milestone

Comments

@danielkec
Copy link
Contributor

Doc:

<dependency>
    <groupId>io.helidon.sse</groupId>
    <artifactId>helidon-sse-webserver</artifactId>
</dependency>

Actual:

<dependency>
    <groupId>io.helidon.webserver</groupId>
    <artifactId>helidon-webserver-sse</artifactId>
</dependency>
@danielkec danielkec added docs 4.x Version 4.x labels Oct 24, 2023
@barchetta barchetta added this to the 4.0.1 milestone Oct 24, 2023
@danielkec danielkec self-assigned this Oct 25, 2023
danielkec added a commit to danielkec/helidon that referenced this issue Oct 25, 2023
@danielkec danielkec linked a pull request Oct 25, 2023 that will close this issue
@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x docs
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants