From e984b163b486484f93e913b0b221be9bb5840b3a Mon Sep 17 00:00:00 2001 From: Fedor Dudinskiy Date: Thu, 31 Mar 2022 15:30:10 +0200 Subject: [PATCH] Use new version of Consul config Consul config was relocated from quarkus to quarkusverse Bug fixes(including the one for failuer on Openshift[1]) are only accessible in quarkusverse artifacts [1] https://github.com/quarkusio/quarkus/issues/24277 --- pom.xml | 1 + properties/pom.xml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a442521df2..0272af13ca 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,7 @@ 10.0 0.11.2 2.7.0 + 1.0.2 jvm registry.access.redhat.com/ubi8/openjdk-11:latest diff --git a/properties/pom.xml b/properties/pom.xml index cde87b3654..7383da7a9d 100644 --- a/properties/pom.xml +++ b/properties/pom.xml @@ -32,8 +32,9 @@ quarkus-config-yaml - io.quarkus - quarkus-consul-config + io.quarkiverse.config + quarkus-config-consul + ${quarkiverse.config.version} io.quarkus.qe