Skip to content

Commit 1a35f6c

Browse files
Suren KonathalaSuren Konathala
Suren Konathala
authored and
Suren Konathala
committed
Updates to installation doc with helidon framework notes
1 parent 33cdf3a commit 1a35f6c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/installation.asciidoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies:
5858
<version>2.12.3</version>
5959
</dependency>
6060
61-
<!-- Needed only if you use the spring-boot Maven plugin -->
61+
<!-- Needed only if you use the spring-boot Maven plugin or frameworks like Helidon -->
6262
<dependency> <!--1-->
6363
<groupId>jakarta.json</groupId>
6464
<artifactId>jakarta.json-api</artifactId>
@@ -84,3 +84,7 @@ The {java-client} depends on version `2.0.1` of this library, in order to use th
8484
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`.
8585

8686
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`.
87+
88+
Note:
89+
90+
* 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 commit comments

Comments
 (0)