Skip to content

Commit

Permalink
Add jsonb dependency to migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tvallin committed Nov 20, 2024
1 parent 6e4e3c4 commit 1e9d3b4
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 1e9d3b4

Please sign in to comment.