Solves #9080 - relocating dependency jars to new location.

This commit is contained in:
Dominik Guhr 2021-12-10 16:41:51 +01:00 committed by Pedro Igor
parent b4876dd9d2
commit d6abade872
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-web-deployment</artifactId>
<artifactId>quarkus-reactive-routes-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>

View file

@ -25,7 +25,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-web</artifactId>
<artifactId>quarkus-reactive-routes</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>