Skip to content

Commit

Permalink
TIKA-4326: exclude ffmpeg (again!) until update
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Jan 6, 2025
1 parent 581d39a commit 4c541c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tika-parsers/tika-parsers-ml/tika-dl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4c541c5

Please sign in to comment.