brandboat commented on code in PR #17594:
URL: https://github.com/apache/kafka/pull/17594#discussion_r1815303550
##########
build.gradle:
##########
@@ -2500,6 +2502,7 @@ project(':tools') {
testImplementation libs.apachedsLdifPartition
testRuntimeOnly libs.junitPlatformLanucher
+ testRuntimeOnly libs.hamcrest
Review Comment:
One wrinkle here is that
org.apache.kafka.streams.integration.utils.IntegrationTestUtils relies on
Hamcrest, so I add it to the tools module.
--
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]