Skip to content

Commit

Permalink
Add jsonb dependency to migration guide (#9512)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvallin authored Nov 20, 2024
1 parent 4019838 commit c7c5f97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/main/asciidoc/se/guides/upgrade_4x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ For example:
<groupId>io.helidon.http.media</groupId>
<artifactId>helidon-http-media-jsonp</artifactId>
</dependency>
<dependency>
<groupId>io.helidon.http.media</groupId>
<artifactId>helidon-http-media-jsonb</artifactId>
</dependency>
----
In Helidon 4 media support is discovered by default, so you simply need to add the dependency.
Expand Down

0 comments on commit c7c5f97

Please sign in to comment.