From 95815d4b8fbe4cbc738b6045c63cf8589e0da2f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Mon, 11 Dec 2023 11:43:59 +0100 Subject: [PATCH] Use the custom gRPC support in the logging extension Fixes #528 --- logging/runtime/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/logging/runtime/pom.xml b/logging/runtime/pom.xml index 9ce5f3b3..0bd5557f 100644 --- a/logging/runtime/pom.xml +++ b/logging/runtime/pom.xml @@ -18,12 +18,8 @@ quarkus-google-cloud-common - io.quarkus - quarkus-grpc-common - - - com.google.cloud - google-cloud-core + io.quarkiverse.googlecloudservices + quarkus-google-cloud-common-grpc com.google.cloud @@ -51,6 +47,10 @@ + + io.quarkus + quarkus-grpc-common +