xvrl commented on code in PR #15449:
URL: https://github.com/apache/druid/pull/15449#discussion_r1421011105


##########
extensions-core/kubernetes-extensions/pom.xml:
##########
@@ -137,6 +138,19 @@
   </dependencies>
 
   <build>
+    <pluginManagement>
+        <plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-dependency-plugin</artifactId>
+              <version>3.1.1</version>
+              <configuration>
+              <!-- analyze incorrectly flags this dependency -->

Review Comment:
   ```suggestion
                 <!-- analyze incorrectly flags this dependency as missing when 
omitted, and unused when declared -->
   ```



-- 
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