xvrl commented on code in PR #15464:
URL: https://github.com/apache/druid/pull/15464#discussion_r1412484841
##########
pom.xml:
##########
@@ -388,6 +388,21 @@
<artifactId>bcutil-jdk15on</artifactId>
<version>1.70</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
Review Comment:
can we add some comments to separate those dependency declarations from the
ones we depend on directly? We should also note which dependencies pull in
those affected versions. We'll want to remove them as soon as possible to avoid
pinning to older versions whenever the direct dependencies upgrade or remove
the affected ones.
--
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]