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 0e3a240d7 TIKA-4327: exclude ffmpeg (again!) until update
0e3a240d7 is described below

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

    TIKA-4327: 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 ac56b5e3a..32ec930f2 100644
--- a/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
@@ -77,12 +77,15 @@
         </exclusion>
       </exclusions>
     </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-zoo</artifactId>

Reply via email to