Skip to content

Commit 8ee35f1

Browse files
committed
TIKA-4695: remove unneeded dependency
1 parent 69289a2 commit 8ee35f1

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

tika-parent/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@
328328
<bouncycastle.version>1.84</bouncycastle.version>
329329
<!-- NOTE: sync brotli version with commons-compress-->
330330
<brotli.version>0.1.2</brotli.version>
331-
<c3p0.version>0.13.0</c3p0.version>
332331
<commons.cli.version>1.11.0</commons.cli.version>
333332
<commons.codec.version>1.22.0</commons.codec.version>
334333
<commons.collections4.version>4.5.0</commons.collections4.version>
@@ -597,16 +596,6 @@
597596
<artifactId>woodstox-core</artifactId>
598597
<version>${woodstox.core.version}</version>
599598
</dependency>
600-
<dependency>
601-
<groupId>com.mchange</groupId>
602-
<artifactId>c3p0</artifactId>
603-
<version>${c3p0.version}</version>
604-
</dependency>
605-
<dependency>
606-
<groupId>com.mchange</groupId>
607-
<artifactId>mchange-commons-java</artifactId>
608-
<version>${mchange.version}</version>
609-
</dependency>
610599
<dependency>
611600
<groupId>com.beust</groupId>
612601
<artifactId>jcommander</artifactId>

0 commit comments

Comments
 (0)