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 96e504be9 TIKA-4326: remove exclusions that are no longer needed
96e504be9 is described below
commit 96e504be901ff8b4076a4be14b8946aa5ff82169
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Nov 26 14:05:38 2024 +0100
TIKA-4326: remove exclusions that are no longer needed
---
tika-parsers/tika-parsers-ml/tika-dl/pom.xml | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
b/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
index ad7e08250..750c7a12d 100644
--- a/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
@@ -75,14 +75,6 @@
<groupId>org.bytedeco</groupId>
<artifactId>ffmpeg</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.bytedeco</groupId>
- <artifactId>javacpp</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bytedeco</groupId>
- <artifactId>javacpp-platform</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -102,12 +94,6 @@
<artifactId>deeplearning4j-modelimport</artifactId>
<version>${dl4j.version}</version>
<scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>org.bytedeco</groupId>
- <artifactId>javacpp</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.deeplearning4j</groupId>
@@ -120,12 +106,6 @@
<artifactId>nd4j-api</artifactId>
<version>${dl4j.version}</version>
<scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.nd4j</groupId>