Skip to content

Commit

Permalink
Merge pull request #39398 from gsmet/fix-artifact-id
Browse files Browse the repository at this point in the history
Fix incorrect REST artifactId because PR was stale and using old one
  • Loading branch information
gsmet authored Mar 13, 2024
2 parents df72bbc + 71ea856 commit 03c013a
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 03c013a

Please sign in to comment.