Skip to content

Commit 96e504b

Browse files
committed
TIKA-4326: remove exclusions that are no longer needed
1 parent e9e3cc3 commit 96e504b

File tree

1 file changed

+0
-20
lines changed
  • tika-parsers/tika-parsers-ml/tika-dl

1 file changed

+0
-20
lines changed

tika-parsers/tika-parsers-ml/tika-dl/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,6 @@
7575
<groupId>org.bytedeco</groupId>
7676
<artifactId>ffmpeg</artifactId>
7777
</exclusion>
78-
<exclusion>
79-
<groupId>org.bytedeco</groupId>
80-
<artifactId>javacpp</artifactId>
81-
</exclusion>
82-
<exclusion>
83-
<groupId>org.bytedeco</groupId>
84-
<artifactId>javacpp-platform</artifactId>
85-
</exclusion>
8678
</exclusions>
8779
</dependency>
8880
<dependency>
@@ -102,12 +94,6 @@
10294
<artifactId>deeplearning4j-modelimport</artifactId>
10395
<version>${dl4j.version}</version>
10496
<scope>provided</scope>
105-
<exclusions>
106-
<exclusion>
107-
<groupId>org.bytedeco</groupId>
108-
<artifactId>javacpp</artifactId>
109-
</exclusion>
110-
</exclusions>
11197
</dependency>
11298
<dependency>
11399
<groupId>org.deeplearning4j</groupId>
@@ -120,12 +106,6 @@
120106
<artifactId>nd4j-api</artifactId>
121107
<version>${dl4j.version}</version>
122108
<scope>provided</scope>
123-
<exclusions>
124-
<exclusion>
125-
<groupId>commons-net</groupId>
126-
<artifactId>commons-net</artifactId>
127-
</exclusion>
128-
</exclusions>
129109
</dependency>
130110
<dependency>
131111
<groupId>org.nd4j</groupId>

0 commit comments

Comments
 (0)