xvrl commented on code in PR #16009:
URL: https://github.com/apache/druid/pull/16009#discussion_r1507966483
##########
processing/pom.xml:
##########
@@ -81,6 +81,11 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <scope>runtime</scope>
Review Comment:
any reason we need to add this dependency to the processing pom?
It also seems odd we would only be declaring it a runtime dependency.
--
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]