This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch branch_3x in repository https://gitbox.apache.org/repos/asf/tika.git
commit fb98e74be4935da3b6eea3fcf79568d41e509f2d Author: Tilman Hausherr <[email protected]> AuthorDate: Fri Jan 9 06:09:27 2026 +0100 TIKA-4488: adjust testcontainers usage, inspired by 4615 --- tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml b/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml index d3c9758ae8..dc34b19458 100644 --- a/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml +++ b/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml @@ -36,12 +36,12 @@ </dependency> <dependency> <groupId>org.testcontainers</groupId> - <artifactId>kafka</artifactId> + <artifactId>testcontainers-kafka</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> - <artifactId>junit-jupiter</artifactId> + <artifactId>testcontainers-junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency>
