From 81a48bf96d0f336c4e2e96e67f77b3162e64ea77 Mon Sep 17 00:00:00 2001
From: Camotoy <20743703+DoctorMacc@users.noreply.github.com>
Date: Wed, 2 Sep 2020 00:38:10 -0400
Subject: [PATCH] Relocate the rest of our dependencies (#1227)
- Relocate all of our dependencies. This does not include MCProtocolLib and Nukkit dependencies at this time as there are no other known plugins that use these dependencies.
- Switch to a static commit for Adventure dependencies.
Tested working on all versions.
---
bootstrap/bungeecord/pom.xml | 16 ++++++++++++++++
bootstrap/spigot/pom.xml | 12 ++++++++++++
bootstrap/sponge/pom.xml | 12 ++++++++++++
bootstrap/velocity/pom.xml | 16 ++++++++++++++++
connector/pom.xml | 12 ++++++------
5 files changed, 62 insertions(+), 6 deletions(-)
diff --git a/bootstrap/bungeecord/pom.xml b/bootstrap/bungeecord/pom.xml
index 682690a21..3fb7090f8 100644
--- a/bootstrap/bungeecord/pom.xml
+++ b/bootstrap/bungeecord/pom.xml
@@ -61,6 +61,10 @@
net.md_5.bungee.jni
org.geysermc.platform.bungeecord.shaded.jni
+
+ com.fasterxml.jackson
+ org.geysermc.platform.bungeecord.shaded.jackson
+
io.netty
org.geysermc.platform.bungeecord.shaded.netty
@@ -69,6 +73,18 @@
org.reflections
org.geysermc.platform.bungeecord.shaded.reflections
+
+ com.google.guava
+ org.geysermc.platform.bungeecord.shaded.guava
+
+
+ org.dom4j
+ org.geysermc.platform.bungeecord.shaded.dom4j
+
+
+ net.kyori.adventure
+ org.geysermc.platform.bungeecord.shaded.adventure
+
diff --git a/bootstrap/spigot/pom.xml b/bootstrap/spigot/pom.xml
index 8b3ad7428..79bdfea01 100644
--- a/bootstrap/spigot/pom.xml
+++ b/bootstrap/spigot/pom.xml
@@ -79,6 +79,18 @@
org.reflections
org.geysermc.platform.spigot.shaded.reflections
+
+ com.google.guava
+ org.geysermc.platform.spigot.shaded.guava
+
+
+ org.dom4j
+ org.geysermc.platform.spigot.shaded.dom4j
+
+
+ net.kyori.adventure
+ org.geysermc.platform.spigot.shaded.adventure
+
diff --git a/bootstrap/sponge/pom.xml b/bootstrap/sponge/pom.xml
index c21a3a539..3c20239f1 100644
--- a/bootstrap/sponge/pom.xml
+++ b/bootstrap/sponge/pom.xml
@@ -73,6 +73,18 @@
org.reflections
org.geysermc.platform.sponge.shaded.reflections
+
+ com.google.guava
+ org.geysermc.platform.sponge.shaded.guava
+
+
+ org.dom4j
+ org.geysermc.platform.sponge.shaded.dom4j
+
+
+ net.kyori.adventure
+ org.geysermc.platform.sponge.shaded.adventure
+
diff --git a/bootstrap/velocity/pom.xml b/bootstrap/velocity/pom.xml
index 0ebb70cab..efe6c80a3 100644
--- a/bootstrap/velocity/pom.xml
+++ b/bootstrap/velocity/pom.xml
@@ -57,6 +57,10 @@
+
+ com.fasterxml.jackson
+ org.geysermc.platform.velocity.shaded.jackson
+
it.unimi.dsi.fastutil
org.geysermc.platform.velocity.shaded.fastutil
@@ -65,6 +69,18 @@
org.reflections
org.geysermc.platform.velocity.shaded.reflections
+
+ com.google.guava
+ org.geysermc.platform.velocity.shaded.guava
+
+
+ org.dom4j
+ org.geysermc.platform.velocity.shaded.dom4j
+
+
+ net.kyori.adventure
+ org.geysermc.platform.velocity.shaded.adventure
+
diff --git a/connector/pom.xml b/connector/pom.xml
index 76a83c23f..fe35b6782 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -137,21 +137,21 @@
2.1.3
- net.kyori
+ com.github.kyoripowered.adventure
adventure-api
- 4.0.0-SNAPSHOT
+ 557865caef
compile
- net.kyori
+ com.github.kyoripowered.adventure
adventure-text-serializer-gson
- 4.0.0-SNAPSHOT
+ 557865caef
compile
- net.kyori
+ com.github.kyoripowered.adventure
adventure-text-serializer-legacy
- 4.0.0-SNAPSHOT
+ 557865caef
compile