Skip to content

Commit

Permalink
Updates to installation doc with helidon framework notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Suren Konathala authored and Suren Konathala committed Mar 30, 2022
1 parent 33cdf3a commit 1a35f6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies:
<version>2.12.3</version>
</dependency>
<!-- Needed only if you use the spring-boot Maven plugin -->
<!-- Needed only if you use the spring-boot Maven plugin or frameworks like Helidon -->
<dependency> <!--1-->
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
Expand All @@ -84,3 +84,7 @@ The {java-client} depends on version `2.0.1` of this library, in order to use th
This is why you have to explicitly add the `jakarta.json:jakarta.json-api:2.0.1` dependency. Otherwise, this will result in the following exception at runtime: `java.lang.ClassNotFoundException: jakarta.json.spi.JsonProvider`.

If your application also requires `javax.json` you can add the `javax.json:javax.json-api:1.1.4` dependency, which is equivalent to `jakarta.json:jakarta.json-api:1.1.6`.

Note:

* Applications built with frameworks like https://helidon.io[Helidon] will also require the `jakarta.json:jakarta.json-api:2.0.1` dependency added explicitly to the build file.

0 comments on commit 1a35f6c

Please sign in to comment.