Skip to content

Commit

Permalink
Add necessary Vertx dependency to quarkus-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Jan 15, 2024
1 parent ddfcbc5 commit 226eea2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/cache/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-mutiny</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-cache-runtime-spi</artifactId>
Expand Down

0 comments on commit 226eea2

Please sign in to comment.