janjwerner-confluent commented on code in PR #15488:
URL: https://github.com/apache/druid/pull/15488#discussion_r1414744719


##########
pom.xml:
##########
@@ -412,6 +411,15 @@
                 <artifactId>kotlin-stdlib</artifactId>
                 <version>1.6.10</version>
             </dependency>
+            <!-- Transitive dependency of kubernetes-client-java in 
kubernetes-extension,
+            schema-repo in avro-extensions, and com.google.caliper:caliper in 
druid-server
+              -->
+            <dependency>
+                <groupId>com.google.code.gson</groupId>
+                <artifactId>gson</artifactId>
+                <scope>compile</scope>
+                <version>${gson.version}</version>
+            </dependency>

Review Comment:
   This unifies the version across all uses of gson in compile scope.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to