Skip to content

Commit

Permalink
Fix missing groupId in rest-virtual-threads.adoc
Browse files Browse the repository at this point in the history
The dependency coordinates in the `build.gradle` example was missing the groupId.
  • Loading branch information
joschi authored Dec 5, 2024
1 parent 50e9058 commit 1061fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/rest-virtual-threads.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ and in particular, adds the following dependencies:
.build.gradle
----
implementation("io.quarkus:quarkus-rest-jackson")
implementation("quarkus-rest-client-jackson")
implementation("io.quarkus:quarkus-rest-client-jackson")
----

[NOTE]
Expand Down Expand Up @@ -300,4 +300,4 @@ Learn more about virtual threads support on:

- xref:./messaging-virtual-threads.adoc[@RunOnVirtualThread in messaging applications] (this guide covers Apache Kafka)
- xref:./grpc-virtual-threads.adoc[@RunOnVirtualThread in gRPC services]
- xref:./virtual-threads.adoc[the virtual thread reference guide] (include native compilation and containerization)
- xref:./virtual-threads.adoc[the virtual thread reference guide] (include native compilation and containerization)

0 comments on commit 1061fb7

Please sign in to comment.