This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_3x by this push:
     new 8ee35f136c TIKA-4695: remove unneeded dependency
8ee35f136c is described below

commit 8ee35f136cf4ca89925d606442a169a6bf7bc705
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Apr 26 13:06:09 2026 +0200

    TIKA-4695: remove unneeded dependency
---
 tika-parent/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index de8fb511a7..1645fa4dea 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -328,7 +328,6 @@
     <bouncycastle.version>1.84</bouncycastle.version>
     <!-- NOTE: sync brotli version with commons-compress-->
     <brotli.version>0.1.2</brotli.version>
-    <c3p0.version>0.13.0</c3p0.version>
     <commons.cli.version>1.11.0</commons.cli.version>
     <commons.codec.version>1.22.0</commons.codec.version>
     <commons.collections4.version>4.5.0</commons.collections4.version>
@@ -597,16 +596,6 @@
         <artifactId>woodstox-core</artifactId>
         <version>${woodstox.core.version}</version>
       </dependency>
-      <dependency>
-        <groupId>com.mchange</groupId>
-        <artifactId>c3p0</artifactId>
-        <version>${c3p0.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>com.mchange</groupId>
-        <artifactId>mchange-commons-java</artifactId>
-        <version>${mchange.version}</version>
-      </dependency>
       <dependency>
         <groupId>com.beust</groupId>
         <artifactId>jcommander</artifactId>

Reply via email to