Skip to content

Commit

Permalink
fix: use quarkus-resteasy-client to avoid dependency issues when upda…
Browse files Browse the repository at this point in the history
…ting to quarkus 3.7+
  • Loading branch information
netomi committed Apr 11, 2024
1 parent 39de124 commit c32fd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
<artifactId>quarkus-resteasy-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit c32fd8c

Please sign in to comment.