diff --git a/bootstrap/bungeecord/pom.xml b/bootstrap/bungeecord/pom.xml
index dd66db32..875991fa 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 6ad7a637..4564d11c 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 c9abbe3e..4a995711 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 fb06767e..78f21973 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
+