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 a73906c4dc4a747303852942a622e352e3047aa1 Author: Tilman Hausherr <[email protected]> AuthorDate: Fri Jan 9 06:09:07 2026 +0100 TIKA-4488: adjust testcontainers usage, inspired by 4615 --- tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml b/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml index 7e4b09a3db..c7ffe732cb 100644 --- a/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml +++ b/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml @@ -62,7 +62,7 @@ </dependency> <dependency> <groupId>org.testcontainers</groupId> - <artifactId>junit-jupiter</artifactId> + <artifactId>testcontainers-junit-jupiter</artifactId> <scope>test</scope> </dependency> </dependencies>
