From 05024dde8c9181209bccf8db5e3ccd986926f1e2 Mon Sep 17 00:00:00 2001 From: AJ Ferguson Date: Mon, 1 Jun 2020 18:19:16 -0800 Subject: [PATCH] Don't manually grab MCProtocolLib's dependencies (#720) * Don't manually grab MCProtocolLib's dependencies * Add netty-resolver-dns and exclude netty-all --- connector/pom.xml | 36 +++++------------------------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/connector/pom.xml b/connector/pom.xml index 5743c0c6..9c503dcc 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -98,14 +98,8 @@ com.github.steveice10 - opennbt - 1.4-SNAPSHOT - compile - - - com.github.steveice10 - packetlib - 1.6-SNAPSHOT + mcprotocollib + 1.15.2-1-SNAPSHOT compile @@ -115,31 +109,11 @@ - com.github.steveice10 - mcauthlib - 1.3-SNAPSHOT + io.netty + netty-resolver-dns + 4.1.43.Final compile - - com.github.steveice10 - mcprotocollib - 1.15.2-1-SNAPSHOT - compile - - - com.github.steveice10 - opennbt - - - com.github.steveice10 - packetlib - - - com.github.steveice10 - mcauthlib - - - org.reflections reflections