From e70ac021af0abb2a14e53069e258aa1f4b56cce4 Mon Sep 17 00:00:00 2001
From: SupremeMortal <6178101+SupremeMortal@users.noreply.github.com>
Date: Thu, 28 Nov 2019 23:27:43 +0000
Subject: [PATCH] Fix overlapping netty dependency when shading. Why does this
protocol library even include the entirety of netty?!?
---
connector/pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/connector/pom.xml b/connector/pom.xml
index 7b295929..60ecfc55 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -11,7 +11,6 @@
connector
-
org.geysermc
api
1.0-SNAPSHOT
@@ -95,6 +94,12 @@
packetlib
1.4-SNAPSHOT
compile
+
+
+ io.netty
+ netty-all
+
+
com.github.steveice10