Skip to content

Commit 4448760

Browse files
committed
TIKA-4326: remove dependency that is no longer needed
1 parent 100bc30 commit 4448760

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tika-parent/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@
449449
<xmpcore.version>6.1.11</xmpcore.version>
450450
<!-- This has to be < 3.9 to work with Solr 8's integration tests (doesn't fail on windows) -->
451451
<zookeeper.version>3.8.4</zookeeper.version>
452-
<logback.version>1.5.12</logback.version>
453452
<zstd.version>1.5.6-7</zstd.version>
454453
<nimbus-jose-jwt.version>9.45</nimbus-jose-jwt.version>
455454
<javacpp.version>1.5.10</javacpp.version>
@@ -1004,17 +1003,6 @@
10041003
<artifactId>maven-plugin-annotations</artifactId>
10051004
<version>${maven.plugin.annotations.version}</version>
10061005
</dependency>
1007-
<!-- for zookeeper to avoid CVE-2023-6378 -->
1008-
<dependency>
1009-
<groupId>ch.qos.logback</groupId>
1010-
<artifactId>logback-core</artifactId>
1011-
<version>${logback.version}</version>
1012-
</dependency>
1013-
<dependency>
1014-
<groupId>ch.qos.logback</groupId>
1015-
<artifactId>logback-classic</artifactId>
1016-
<version>${logback.version}</version>
1017-
</dependency>
10181006
<dependency>
10191007
<groupId>org.bytedeco</groupId>
10201008
<artifactId>hdf5</artifactId>

0 commit comments

Comments
 (0)