Skip to content

Commit

Permalink
Add a special entry to make this compatible with Quarkus 3.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Jun 27, 2024
1 parent 58ae45b commit 6280730
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@
-->
<conditionalDependencies>
<extension>io.quarkus:quarkus-resteasy-qute:${quarkus.version}</extension>
<extension>io.quarkus:quarkus-resteasy-reactive-qute:${quarkus.version}</extension>
<extension>io.quarkus:quarkus-resteasy-reactive-qute:${quarkus.version}</extension>
<!-- We need a special entry in order to make this compatible with Quarkus 3.9+ -->
<!-- See https://quarkus.io/blog/quarkus-3-9-1-released/#the-big-reactive-rename -->
<extension>io.quarkus:quarkus-rest-qute:3.9.5</extension>
</conditionalDependencies>
</configuration>
</execution>
Expand Down

0 comments on commit 6280730

Please sign in to comment.