diff options
Diffstat (limited to 'examples/quarkus')
| -rw-r--r-- | examples/quarkus/pom.xml | 12 | 
1 files changed, 12 insertions, 0 deletions
| 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    <artifactId>quarkus-googlecloud-jsonlogging-quarkus-example</artifactId>    <name>Quarkus Google Cloud JSON Logging Extension - Quarkus Example</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>io.quarkus</groupId> | 
