From f277b704114113707ef48baa5b8a8b41903e0def Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 24 Sep 2023 20:58:35 +0200 Subject: fix(pom): Pull in the Quarkus BOM only in the Quarkus-related modules. Change-Id: If51f89d2975569a02e0226fd6673091a21277b82 --- examples/quarkus/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'examples') diff --git a/examples/quarkus/pom.xml b/examples/quarkus/pom.xml index 70c923e..40b8286 100644 --- a/examples/quarkus/pom.xml +++ b/examples/quarkus/pom.xml @@ -20,6 +20,18 @@ SPDX-License-Identifier: GPL-3.0-or-later quarkus-googlecloud-jsonlogging-quarkus-example Quarkus Google Cloud JSON Logging Extension - Quarkus Example + + + + io.quarkus + quarkus-bom + ${quarkus.version} + pom + import + + + + io.quarkus -- cgit v1.2.3