From b216895baf74ec265510a9fd5d0f39d69fe65f27 Mon Sep 17 00:00:00 2001 From: Steven Hawkins Date: Wed, 16 Aug 2023 10:55:04 -0400 Subject: [PATCH] removing vertx-uri-template as a dependency (#22470) there's no usage of UriTemplate (smallrye or vertx in keycloak / fabric8), so it can be removed from server and the operator Closes #22468 --- operator/pom.xml | 12 ++++++++++++ quarkus/runtime/pom.xml | 6 ++++++ 2 files changed, 18 insertions(+) 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