FrankYang0529 commented on code in PR #16213:
URL: https://github.com/apache/kafka/pull/16213#discussion_r1742844527
##########
build.gradle:
##########
@@ -2311,6 +2311,12 @@ project(':tools') {
exclude group: 'junit', module: 'junit'
}
testImplementation libs.reload4j
+ testImplementation libs.apachedsCoreApi
Review Comment:
Hi @chia7712, if we don't add these dependencies here, some imported
packages in `MiniKdc.java` can't be found.
--
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]