diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml
index 3b4df41..065047c 100644
--- a/dependency-reduced-pom.xml
+++ b/dependency-reduced-pom.xml
@@ -4,7 +4,7 @@
us.ajg0702
ajQueue
ajQueue
- 1.6.7
+ 1.6.10
@@ -55,8 +55,8 @@
- us.ajg0702.utils
- us.ajg0702.queue.utils
+ redis.clients.jedis
+ us.ajg0702.queue.jedis
@@ -104,8 +104,24 @@
CodeMC
https://repo.codemc.org/repository/maven-public
+
+ jitpack.io
+ https://jitpack.io
+
+
+ com.github.MyzelYam
+ PremiumVanishAPI
+ 2.0.3
+ provided
+
+
+ jsr305
+ com.google.code.findbugs
+
+
+
net.md-5
bungeecord-api
diff --git a/pom.xml b/pom.xml
index 7309869..cd70cb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
us.ajg0702
ajQueue
- 1.6.9
+ 1.6.10
ajQueue
@@ -29,6 +29,13 @@
+
+ redis.clients
+ jedis
+ 3.3.0
+ compile
+
+
com.github.MyzelYam
PremiumVanishAPI
@@ -120,8 +127,8 @@
- us.ajg0702.utils
- us.ajg0702.queue.utils
+ redis.clients.jedis
+ us.ajg0702.queue.jedis