Skip to content

Commit 8eeb4d4

Browse files
committed
TIKA-4166: update fastutils and avoid conflicts
1 parent 1c3c6f9 commit 8eeb4d4

File tree

1 file changed

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

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
<groupId>org.bytedeco</groupId>
5757
<artifactId>javacpp-platform</artifactId>
5858
</exclusion>
59+
<exclusion>
60+
<groupId>it.unimi.dsi</groupId>
61+
<artifactId>fastutil</artifactId>
62+
</exclusion>
5963
</exclusions>
6064
</dependency>
6165
<!-- TODO restore after ffmpeg has been updated -->
@@ -95,6 +99,10 @@
9599
<groupId>org.bytedeco</groupId>
96100
<artifactId>javacpp</artifactId>
97101
</exclusion>
102+
<exclusion>
103+
<groupId>it.unimi.dsi</groupId>
104+
<artifactId>fastutil</artifactId>
105+
</exclusion>
98106
</exclusions>
99107
</dependency>
100108
<dependency>
@@ -150,6 +158,11 @@
150158
<artifactId>javacpp-platform</artifactId>
151159
<version>${javacpp.version}</version>
152160
</dependency>
161+
<dependency>
162+
<groupId>it.unimi.dsi</groupId>
163+
<artifactId>fastutil</artifactId>
164+
<version>8.1.1</version>
165+
</dependency>
153166
</dependencies>
154167

155168
<build>

0 commit comments

Comments
 (0)