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

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


The following commit(s) were added to refs/heads/branch_2x by this push:
     new c1248d7d6 TIKA-4239: exclude ffmpeg (again!) until update
c1248d7d6 is described below

commit c1248d7d6085bf47180a475373be5106cda3f64b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jan 6 10:27:08 2025 +0100

    TIKA-4239: exclude ffmpeg (again!) until update
---
 tika-parsers/tika-parsers-ml/tika-dl/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tika-parsers/tika-parsers-ml/tika-dl/pom.xml 
b/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
index feed33af5..d876ab706 100644
--- a/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
@@ -88,12 +88,15 @@
       <version>${dl4j.version}</version>
       <scope>provided</scope>
     </dependency>
+    <!-- TODO restore after ffmpeg has been updated -->
+    <!--
     <dependency>
       <groupId>org.bytedeco</groupId>
       <artifactId>ffmpeg</artifactId>
       <version>7.1-1.5.11</version>
       <scope>provided</scope>
     </dependency>
+    -->
     <dependency>
       <groupId>org.deeplearning4j</groupId>
       <artifactId>deeplearning4j-nn</artifactId>

Reply via email to