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

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

commit 3ad2e84f41b71f49f5eaecaa086a68764f3066df
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Apr 26 12:35:11 2026 +0200

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

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 7ac0a878b1..c9f048951b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -329,7 +329,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>
@@ -412,7 +411,6 @@
     <!-- can't update to 10, needs jdk21 -->
     <lucene.version>9.12.3</lucene.version>
     <maven.plugin.annotations.version>3.15.2</maven.plugin.annotations.version>
-    <mchange.version>0.4.0</mchange.version>
     <metadata.extractor.version>2.20.0</metadata.extractor.version>
     <microsoft.translator.version>0.6.2</microsoft.translator.version>
     <micronaut.version>3.10.5</micronaut.version>
@@ -650,16 +648,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