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 df1a89024cf8572a48add31f869a72751f041dde
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jan 9 06:10:21 2026 +0100

    TIKA-4488: adjust testcontainers usage, inspired by 4615
---
 tika-parent/pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index cb42ef2c1d..55d0486550 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -562,18 +562,6 @@
         <artifactId>jsoup</artifactId>
         <version>${jsoup.version}</version>
       </dependency>
-      <!-- missing in testcontainers-bom 2.* -->
-      <dependency>
-        <groupId>org.testcontainers</groupId>
-        <artifactId>junit-jupiter</artifactId>
-        <version>${testcontainersv1.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.testcontainers</groupId>
-        <artifactId>kafka</artifactId>
-        <version>${testcontainersv1.version}</version>
-      </dependency>
-
       <dependency>
         <groupId>biz.aQute.bnd</groupId>
         <artifactId>biz.aQute.bndlib</artifactId>
@@ -800,11 +788,6 @@
         <artifactId>joda-time</artifactId>
         <version>2.14.0</version>
       </dependency>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>${junit4.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-api</artifactId>

Reply via email to