From 3220190904ffd4196b48595166a027d6f885c01a Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed, 23 Jun 2021 13:57:03 -0400 Subject: [PATCH] Relocate ASM (fixes #2315) --- bootstrap/spigot/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap/spigot/pom.xml b/bootstrap/spigot/pom.xml index 4ac236529..9cc4111f2 100644 --- a/bootstrap/spigot/pom.xml +++ b/bootstrap/spigot/pom.xml @@ -103,6 +103,10 @@ net.kyori org.geysermc.platform.spigot.shaded.kyori + + org.objectweb.asm + org.geysermc.platform.spigot.shaded.asm +