see-quick commented on code in PR #22883:
URL: https://github.com/apache/kafka/pull/22883#discussion_r3719086787


##########
build.gradle:
##########
@@ -1996,6 +1992,10 @@ project(':clients') {
     implementation libs.opentelemetryProto
     implementation libs.protobuf
     implementation libs.slf4jApi
+    // commons-io is a transitive dependency not needed by 
SubnetUtils/SubnetUtils6

Review Comment:
   Okay, I have added and checked the shaded jar. All related packages from 
`commons-net` should be there:
   ```
   relocate('org.apache.commons.net', 
'org.apache.kafka.shaded.org.apache.commons.net')
   ```
   Let me know if I need to do more.



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

Reply via email to