Skip to content

Commit

Permalink
TIKA-4239: update fastutils and avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Nov 26, 2024
1 parent 0bd9e68 commit 5d6eef8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tika-parsers/tika-parsers-ml/tika-dl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
<groupId>org.bytedeco</groupId>
<artifactId>javacpp-platform</artifactId>
</exclusion>
<exclusion>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -95,6 +99,10 @@
<groupId>org.bytedeco</groupId>
<artifactId>javacpp</artifactId>
</exclusion>
<exclusion>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -150,6 +158,11 @@
<artifactId>javacpp-platform</artifactId>
<version>${javacpp.version}</version>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>8.1.1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 5d6eef8

Please sign in to comment.