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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3ff6f68cc TIKA-4327: remove dependency that is no longer needed
3ff6f68cc is described below

commit 3ff6f68cc5b2d79715b532910804b61881d043dc
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Nov 10 06:48:15 2024 +0100

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

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 61d66a5be..557b1b9b0 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -448,7 +448,6 @@
     <woodstox.core.version>7.1.0</woodstox.core.version>
     <xmpcore.version>6.1.11</xmpcore.version>
     <zookeeper.version>3.9.3</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>
@@ -1029,11 +1028,6 @@
         <artifactId>maven-plugin-annotations</artifactId>
         <version>${maven.plugin.annotations.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