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

tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_3x by this push:
     new 44487608c TIKA-4326: remove dependency that is no longer needed
44487608c is described below

commit 44487608c9c329150603b58ff58f6b203db49331
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Nov 10 07:12:19 2024 +0100

    TIKA-4326: remove dependency that is no longer needed
---
 tika-parent/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 26fadc472..c61bb2a3a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -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>
@@ -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>

Reply via email to