summaryrefslogtreecommitdiff
path: root/runtime/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r--runtime/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 474ff7a..226b653 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -20,6 +20,18 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<artifactId>quarkus-googlecloud-jsonlogging</artifactId>
<name>Quarkus Google Cloud JSON Logging Extension - Runtime</name>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>io.quarkus</groupId>
+ <artifactId>quarkus-bom</artifactId>
+ <version>${quarkus.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<dependencies>
<dependency>
<groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId>