Skip to content

Commit

Permalink
Merge pull request #44939 from joschi/patch-1
Browse files Browse the repository at this point in the history
Docs: Fix missing groupId in rest-virtual-threads.adoc
  • Loading branch information
gsmet authored Dec 5, 2024
2 parents 28448e2 + 1061fb7 commit f2e2c1b
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 f2e2c1b

Please sign in to comment.