File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
tika-parsers/tika-parsers-ml/tika-dl Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 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 -->
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 >
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 >
You can’t perform that action at this time.
0 commit comments