From bfc37fb895656a98402b6b5d1d3d8a1e1f313317 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Mon, 2 Jan 2023 01:01:15 +0100 Subject: [PATCH] Remove fastutil dependency --- bom/pom.xml | 2 +- tdlight/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index a9ad094..fb71a9f 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -51,7 +51,7 @@ it.unimi.dsi - fastutil + fastutil-core 8.5.9 diff --git a/tdlight/pom.xml b/tdlight/pom.xml index 4574e0b..1708f55 100644 --- a/tdlight/pom.xml +++ b/tdlight/pom.xml @@ -51,7 +51,7 @@ it.unimi.dsi - fastutil + fastutil-core org.slf4j