From 6a39884c1afb745d98818f0bfaaddf3cd0d5fe53 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Thu, 2 Jan 2025 22:15:05 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Redisbungee=20integration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MinikuraVelocity/dependency-reduced-pom.xml | 10 ++++++++++ plugins/MinikuraVelocity/pom.xml | 15 +++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/plugins/MinikuraVelocity/dependency-reduced-pom.xml b/plugins/MinikuraVelocity/dependency-reduced-pom.xml index ec214e9..d7e14ec 100644 --- a/plugins/MinikuraVelocity/dependency-reduced-pom.xml +++ b/plugins/MinikuraVelocity/dependency-reduced-pom.xml @@ -201,6 +201,10 @@ papermc-repo https://repo.papermc.io/repository/maven-public/ + + jitpack.io + https://jitpack.io + @@ -215,6 +219,12 @@ 2.1.0 test + + com.github.ProxioDev.ValioBungee + RedisBungee-Velocity + 0.12.5 + provided + diff --git a/plugins/MinikuraVelocity/pom.xml b/plugins/MinikuraVelocity/pom.xml index 63afc96..cddee8d 100644 --- a/plugins/MinikuraVelocity/pom.xml +++ b/plugins/MinikuraVelocity/pom.xml @@ -233,6 +233,10 @@ papermc-repo https://repo.papermc.io/repository/maven-public/ + + jitpack.io + https://jitpack.io + @@ -268,5 +272,16 @@ okhttp 4.12.0 + + com.github.ProxioDev.ValioBungee + RedisBungee-Velocity + 0.12.5 + provided + + + com.auth0 + java-jwt + 4.4.0 +