Skip to content

Commit 3ad2e84

Browse files
committed
TIKA-4327: remove unneeded dependency
1 parent 9eb4f59 commit 3ad2e84

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

tika-parent/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@
329329
<bouncycastle.version>1.84</bouncycastle.version>
330330
<!-- NOTE: sync brotli version with commons-compress-->
331331
<brotli.version>0.1.2</brotli.version>
332-
<c3p0.version>0.13.0</c3p0.version>
333332
<commons.cli.version>1.11.0</commons.cli.version>
334333
<commons.codec.version>1.22.0</commons.codec.version>
335334
<commons.collections4.version>4.5.0</commons.collections4.version>
@@ -412,7 +411,6 @@
412411
<!-- can't update to 10, needs jdk21 -->
413412
<lucene.version>9.12.3</lucene.version>
414413
<maven.plugin.annotations.version>3.15.2</maven.plugin.annotations.version>
415-
<mchange.version>0.4.0</mchange.version>
416414
<metadata.extractor.version>2.20.0</metadata.extractor.version>
417415
<microsoft.translator.version>0.6.2</microsoft.translator.version>
418416
<micronaut.version>3.10.5</micronaut.version>
@@ -650,16 +648,6 @@
650648
<artifactId>woodstox-core</artifactId>
651649
<version>${woodstox.core.version}</version>
652650
</dependency>
653-
<dependency>
654-
<groupId>com.mchange</groupId>
655-
<artifactId>c3p0</artifactId>
656-
<version>${c3p0.version}</version>
657-
</dependency>
658-
<dependency>
659-
<groupId>com.mchange</groupId>
660-
<artifactId>mchange-commons-java</artifactId>
661-
<version>${mchange.version}</version>
662-
</dependency>
663651
<dependency>
664652
<groupId>com.beust</groupId>
665653
<artifactId>jcommander</artifactId>

0 commit comments

Comments
 (0)