[
https://issues.apache.org/jira/browse/KAFKA-20689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-20689.
------------------------------------
Fix Version/s: 4.5.0
Resolution: Fixed
> 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
> Priority: Major
> Fix For: 4.5.0
>
>
> 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)