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


##########
processing/pom.xml:
##########
@@ -81,6 +81,12 @@
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
     </dependency>
+    <!-- commons-codec is runtime dependency of commons-compress starting with 
1.26.0 -->

Review Comment:
   ```suggestion
       <!-- commons-codec is an optional dependency of commons-compress 
starting with 1.26.0 which we require at runtime -->
   ```



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