Skip to content

Commit

Permalink
replace Quarkus rest-client artifacts by resteasy-client
Browse files Browse the repository at this point in the history
This is required when using RHBQ to workaround a bug on their release
  • Loading branch information
rgdoliveira committed May 10, 2024
1 parent 2b86d2b commit f67abe1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-deployment</artifactId>
<artifactId>quarkus-resteasy-client-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-jackson-deployment</artifactId>
<artifactId>quarkus-resteasy-client-jackson-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit f67abe1

Please sign in to comment.