fix(pom): Pull in the Quarkus BOM only in the Quarkus-related modules.

Change-Id: If51f89d2975569a02e0226fd6673091a21277b82
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 11697c6..54d2502 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -20,6 +20,18 @@
   <artifactId>quarkus-googlecloud-jsonlogging-deployment</artifactId>
   <name>Quarkus Google Cloud JSON Logging Extension - Deployment</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>