Skip to content

Commit

Permalink
TIKA-4326: remove dependency that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Nov 10, 2024
1 parent 100bc30 commit 4448760
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@
<xmpcore.version>6.1.11</xmpcore.version>
<!-- This has to be < 3.9 to work with Solr 8's integration tests (doesn't fail on windows) -->
<zookeeper.version>3.8.4</zookeeper.version>
<logback.version>1.5.12</logback.version>
<zstd.version>1.5.6-7</zstd.version>
<nimbus-jose-jwt.version>9.45</nimbus-jose-jwt.version>
<javacpp.version>1.5.10</javacpp.version>
Expand Down Expand Up @@ -1004,17 +1003,6 @@
<artifactId>maven-plugin-annotations</artifactId>
<version>${maven.plugin.annotations.version}</version>
</dependency>
<!-- for zookeeper to avoid CVE-2023-6378 -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>hdf5</artifactId>
Expand Down

0 comments on commit 4448760

Please sign in to comment.