From 86f2d89cf453f9bb11b6c3e289d486472f69ed4f Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Sat, 9 Jul 2022 14:43:31 +0400 Subject: [PATCH] due velocity including some libs by default, had to move depends to api than the parent, and exlude it from being included in shade --- RedisBungee-API/pom.xml | 33 +++++++++++++++++++++++++++++++++ RedisBungee-Velocity/pom.xml | 11 ++++++----- pom.xml | 33 --------------------------------- 3 files changed, 39 insertions(+), 38 deletions(-) diff --git a/RedisBungee-API/pom.xml b/RedisBungee-API/pom.xml index d645436..974fe1a 100644 --- a/RedisBungee-API/pom.xml +++ b/RedisBungee-API/pom.xml @@ -86,4 +86,37 @@ 8 + + + com.google.guava + guava + 31.1-jre + compile + + + redis.clients + jedis + 4.2.3 + compile + + + org.apache.commons + commons-pool2 + 2.11.1 + compile + + + com.squareup.okhttp + okhttp + 2.7.5 + compile + + + junit + junit + 4.13.2 + test + + + \ No newline at end of file diff --git a/RedisBungee-Velocity/pom.xml b/RedisBungee-Velocity/pom.xml index 2106afb..9f72720 100644 --- a/RedisBungee-Velocity/pom.xml +++ b/RedisBungee-Velocity/pom.xml @@ -84,11 +84,6 @@ com.imaginarycode.minecraft.redisbungee.internal.okio - - com.google - com.imaginarycode.minecraft.redisbungee.internal.google - - org.json com.imaginarycode.minecraft.redisbungee.internal.json @@ -112,6 +107,12 @@ com.imaginarycode.minecraft RedisBungee-API ${parent.version} + + + com.google.guava + guava + + com.velocitypowered diff --git a/pom.xml b/pom.xml index cde5767..d89d5b3 100644 --- a/pom.xml +++ b/pom.xml @@ -26,37 +26,4 @@ RedisBungee-Velocity - - - com.google.guava - guava - 31.1-jre - compile - - - redis.clients - jedis - 4.2.3 - compile - - - org.apache.commons - commons-pool2 - 2.11.1 - compile - - - com.squareup.okhttp - okhttp - 2.7.5 - compile - - - junit - junit - 4.13.2 - test - - -