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 843944825 TIKA-4239: remove exclusions that are no longer needed
843944825 is described below
commit 84394482541fb3f737498cb76d630615561a5ab5
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Nov 26 14:04:41 2024 +0100
TIKA-4239: 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 64e3241a3..1dd79ceef 100644
--- a/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-dl/pom.xml
@@ -74,14 +74,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>
@@ -95,12 +87,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.bytedeco</groupId>
@@ -119,12 +105,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>