<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
<version>3.4.2</version>
</dependency>
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-rest-client-parent</artifactId> <version>3.4.2</version> </parent>
compile
|-- io.quarkus:quarkus-resteasy-common
|-- io.quarkus:quarkus-apache-httpclient
|-- io.quarkus:quarkus-rest-client-config
|-- org.jboss.resteasy.microprofile:microprofile-rest-client
|-- jakarta.interceptor:jakarta.interceptor-api
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- org.apache.httpcomponents:httpasyncclient
|-- org.jboss.logging:commons-logging-jboss-logging
provided
test