Remove fastutil dependency

This commit is contained in:
Andrea Cavalli 2023-01-02 01:01:15 +01:00
parent 85d1987e87
commit bfc37fb895
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<dependencies>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<artifactId>fastutil-core</artifactId>
<version>8.5.9</version>
</dependency>
<dependency>

View File

@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<artifactId>fastutil-core</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>