diff --git a/operator/pom.xml b/operator/pom.xml index da3e9e977f..bc098bcae3 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -58,6 +58,12 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk + + + io.vertx + vertx-uri-template + + io.quarkiverse.operatorsdk @@ -86,6 +92,12 @@ io.quarkus quarkus-kubernetes-client + + + io.vertx + vertx-uri-template + + io.quarkus diff --git a/quarkus/runtime/pom.xml b/quarkus/runtime/pom.xml index a795218738..5e208bc3ac 100644 --- a/quarkus/runtime/pom.xml +++ b/quarkus/runtime/pom.xml @@ -18,6 +18,12 @@ io.quarkus quarkus-vertx-http + + + io.vertx + vertx-uri-template + + io.quarkus