Jheng-Sing Chen created KAFKA-20689:
---------------------------------------
Summary: Remove unnecessary Hamcrest dependency from tools module
Key: KAFKA-20689
URL: https://issues.apache.org/jira/browse/KAFKA-20689
Project: Kafka
Issue Type: Improvement
Reporter: Jheng-Sing Chen
Assignee: Jheng-Sing Chen
The tools module has an unnecessary test runtime dependency on Hamcrest. The
tests do not directly use Hamcrest, but they currently depend on it indirectly
through Streams integration test utilities.
We can remove this dependency by replacing the Hamcrest assertions in
IntegrationTestUtils with equivalent JUnit assertions, allowing tools:test to
run without Hamcrest on the tools test runtime classpath.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)