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 4c541c5cd TIKA-4326: exclude ffmpeg (again!) until update
4c541c5cd is described below
commit 4c541c5cd06b0742c1d08b2631883d2229057270
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jan 6 10:27:54 2025 +0100
TIKA-4326: 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 2043aa0d7..7f335e6ff 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>