We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example in Helidon 3.x, the following artifacts were available:
<groupId>io.helidon.media</groupId> <artifactId>helidon-media-jsonb</artifactId> <groupId>io.helidon.media</groupId> <artifactId>helidon-media-jsonp</artifactId>
were moved to in 4.x:
<groupId>io.helidon.http.media</groupId> <artifactId>helidon-http-media-jsonb</artifactId> <groupId>io.helidon.http.media</groupId> <artifactId>helidon-http-media-jsonp</artifactId>
The text was updated successfully, but these errors were encountered:
The dependencies you mentioned are for Helidon SE, but the issue is reported against Helidon MP. Did you mean SE ?
Sorry, something went wrong.
tvallin
Successfully merging a pull request may close this issue.
For example in Helidon 3.x, the following artifacts were available:
were moved to in 4.x:
Environment Details
The text was updated successfully, but these errors were encountered: