Shekharrajak commented on code in PR #17392:
URL: https://github.com/apache/druid/pull/17392#discussion_r1830024256
##########
pom.xml:
##########
@@ -1826,6 +1826,22 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
+ <executions>
+ <execution>
+ <id>analyze</id>
+ <goals>
+ <goal>analyze-only</goal>
+ </goals>
+ <configuration>
+ <failOnWarning>true</failOnWarning>
+ <!-- ignore annotations for "unused but
declared" warnings -->
Review Comment:
These dependencies required at compile time.
We need to ignore warnings:
```
Warning: Unused declared dependencies found:
Warning: org.apache.iceberg:iceberg-aws:jar:1.6.1:compile
Warning: software.amazon.awssdk:glue:jar:2.28.28:compile
```
--
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]