You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/18 13:12:01 UTC

[GitHub] [kafka] jeqo commented on a change in pull request #9937: KAFKA-4759 Add support for IPv4 and IPv6 ranges in AclAuthorizer

jeqo commented on a change in pull request #9937:
URL: https://github.com/apache/kafka/pull/9937#discussion_r578404621



##########
File path: build.gradle
##########
@@ -752,6 +752,7 @@ project(':core') {
   dependencies {
     compile project(':clients')
     compile project(':raft')
+    compile group: 'net.ripe.ipresource', name: 'ipresource', version: '1.47'

Review comment:
       Would be possible to validate if it's better to import just the bits of code we need for this validation to work instead of adding a whole 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org