Skip to content

Commit

Permalink
Fix incorrect REST artifactId because PR was stale and using old one
Browse files Browse the repository at this point in the history
(cherry picked from commit 71ea856)
  • Loading branch information
gsmet committed Mar 14, 2024
1 parent c299068 commit 6ab9ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vertx-http/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-server-spi-deployment</artifactId>
<artifactId>quarkus-rest-server-spi-deployment</artifactId>
</dependency>
<!-- Used for the dev ui. Note that there is no corresponding runtime dependency -->
<dependency>
Expand Down

0 comments on commit 6ab9ea2

Please sign in to comment.