From 319b5eb553fe2a098ce3a1c57388c2e1638035f1 Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Sun, 17 Jul 2022 07:44:00 +0400 Subject: [PATCH] pom file relocation was changed by refactor undoing.. --- RedisBungee-Bungee/pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/RedisBungee-Bungee/pom.xml b/RedisBungee-Bungee/pom.xml index 411d1d4..a4b0250 100644 --- a/RedisBungee-Bungee/pom.xml +++ b/RedisBungee-Bungee/pom.xml @@ -61,42 +61,42 @@ redis.clients.jedis - com.imaginarycode.minecraft.redisbungee.api.jedis + com.imaginarycode.minecraft.redisbungee.internal.jedis redis.clients.util - com.imaginarycode.minecraft.redisbungee.api.jedisutil + com.imaginarycode.minecraft.redisbungee.internal.jedisutil org.apache.commons.pool - com.imaginarycode.minecraft.redisbungee.api.commonspool + com.imaginarycode.minecraft.redisbungee.internal.commonspool com.squareup.okhttp - com.imaginarycode.minecraft.redisbungee.api.okhttp + com.imaginarycode.minecraft.redisbungee.internal.okhttp okio - com.imaginarycode.minecraft.redisbungee.api.okio + com.imaginarycode.minecraft.redisbungee.internal.okio com.google - com.imaginarycode.minecraft.redisbungee.api.google + com.imaginarycode.minecraft.redisbungee.internal.google org.json - com.imaginarycode.minecraft.redisbungee.api.json + com.imaginarycode.minecraft.redisbungee.internal.json org.checkerframework - com.imaginarycode.minecraft.redisbungee.api.checkframework + com.imaginarycode.minecraft.redisbungee.internal.checkframework