diff --git a/bootstrap/bungeecord/pom.xml b/bootstrap/bungeecord/pom.xml
index dd66db322..875991fa0 100644
--- a/bootstrap/bungeecord/pom.xml
+++ b/bootstrap/bungeecord/pom.xml
@@ -65,6 +65,10 @@
io.netty
org.geysermc.platform.bungeecord.shaded.netty
+
+ org.reflections.reflections
+ org.geysermc.platform.bungeecord.shaded.reflections
+
diff --git a/bootstrap/spigot/pom.xml b/bootstrap/spigot/pom.xml
index 6ad7a637a..4564d11ce 100644
--- a/bootstrap/spigot/pom.xml
+++ b/bootstrap/spigot/pom.xml
@@ -73,7 +73,11 @@
com.fasterxml.jackson
- org.geysermc.platform.bukkit.shaded.jackson
+ org.geysermc.platform.spigot.shaded.jackson
+
+
+ org.reflections.reflections
+ org.geysermc.platform.spigot.shaded.reflections
diff --git a/bootstrap/sponge/pom.xml b/bootstrap/sponge/pom.xml
index c9abbe3ed..4a995711a 100644
--- a/bootstrap/sponge/pom.xml
+++ b/bootstrap/sponge/pom.xml
@@ -69,6 +69,10 @@
it.unimi.dsi.fastutil
org.geysermc.platform.sponge.shaded.fastutil
+
+ org.reflections.reflections
+ org.geysermc.platform.sponge.shaded.reflections
+
diff --git a/bootstrap/velocity/pom.xml b/bootstrap/velocity/pom.xml
index fb06767e0..78f219731 100644
--- a/bootstrap/velocity/pom.xml
+++ b/bootstrap/velocity/pom.xml
@@ -61,6 +61,10 @@
it.unimi.dsi.fastutil
org.geysermc.platform.velocity.shaded.fastutil
+
+ org.reflections.reflections
+ org.geysermc.platform.velocity.shaded.reflections
+