From eeeadee1b1e33b08c75334ffaece984808868448 Mon Sep 17 00:00:00 2001 From: jerolba Date: Sun, 21 Sep 2025 09:52:08 +0000 Subject: [PATCH] #3321 Exclude package-info.class from shaded fastutil dependency --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 71d0615727..1121a29b36 100644 --- a/pom.xml +++ b/pom.xml @@ -336,6 +336,12 @@ ** + + it.unimi.dsi:fastutil + + it/unimi/dsi/fastutil/**/package-info.class + +